Skip to content

Commit

Permalink
Mandate phone numbers adhere to E.164 (closes #652)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Mar 15, 2018
1 parent af7c9d7 commit db19219
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2242,9 +2242,8 @@ <h2>
</li>
<li>If "<a data-link-for="AddressField">phone</a>" is not in <var>
excludeList</var>, set <var>details</var>["<a>phone</a>"] to the
user-provided phone number for this shipping address, optionally
formatted to adhere to [[!E.164]], or to the empty string if none
was provided.
user-provided <a>structurally valid phone number</a>, or to the
empty string if none was provided.
<aside class="note" title="Privacy of phone number">
<p>
To maintain user's privacy, implementers need to be mindful
Expand Down

0 comments on commit db19219

Please sign in to comment.