[html5] r8208 - [] (0) Mention the intranational prefixes for telephone numbers Fixing https://w [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 3 12:23:14 PDT 2013
Author: ianh
Date: 2013-10-03 12:23:13 -0700 (Thu, 03 Oct 2013)
New Revision: 8208
Modified:
complete.html
index
source
Log:
[] (0) Mention the intranational prefixes for telephone numbers
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23432
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-10-03 18:47:08 UTC (rev 8207)
+++ complete.html 2013-10-03 19:23:13 UTC (rev 8208)
@@ -54274,12 +54274,12 @@
<td><a href=#ascii-digits>ASCII digits</a> prefixed by a U+002B PLUS SIGN character (+)
<td>+1
<tr><td colspan=3>"<dfn id=attr-fe-autocomplete-tel-national title=attr-fe-autocomplete-tel-national><code>tel-national</code></dfn>"
- <td>Telephone number without the county code component
+ <td>Telephone number without the county code component, with a country-internal prefix applied if applicable
<td><a href=#ascii-digits>ASCII digits</a> and U+0020 SPACE characters
<td>617 253 5702
<tr><td rowspan=4 class=non-rectangular-cell-indentation>
<td colspan=2>"<dfn id=attr-fe-autocomplete-tel-area-code title=attr-fe-autocomplete-tel-area-code><code>tel-area-code</code></dfn>"
- <td>Area code component of the telephone number
+ <td>Area code component of the telephone number, with a country-internal prefix applied if applicable
<td><a href=#ascii-digits>ASCII digits</a>
<td>617
<tr><td colspan=2>"<dfn id=attr-fe-autocomplete-tel-local title=attr-fe-autocomplete-tel-local><code>tel-local</code></dfn>"
Modified: index
===================================================================
--- index 2013-10-03 18:47:08 UTC (rev 8207)
+++ index 2013-10-03 19:23:13 UTC (rev 8208)
@@ -54274,12 +54274,12 @@
<td><a href=#ascii-digits>ASCII digits</a> prefixed by a U+002B PLUS SIGN character (+)
<td>+1
<tr><td colspan=3>"<dfn id=attr-fe-autocomplete-tel-national title=attr-fe-autocomplete-tel-national><code>tel-national</code></dfn>"
- <td>Telephone number without the county code component
+ <td>Telephone number without the county code component, with a country-internal prefix applied if applicable
<td><a href=#ascii-digits>ASCII digits</a> and U+0020 SPACE characters
<td>617 253 5702
<tr><td rowspan=4 class=non-rectangular-cell-indentation>
<td colspan=2>"<dfn id=attr-fe-autocomplete-tel-area-code title=attr-fe-autocomplete-tel-area-code><code>tel-area-code</code></dfn>"
- <td>Area code component of the telephone number
+ <td>Area code component of the telephone number, with a country-internal prefix applied if applicable
<td><a href=#ascii-digits>ASCII digits</a>
<td>617
<tr><td colspan=2>"<dfn id=attr-fe-autocomplete-tel-local title=attr-fe-autocomplete-tel-local><code>tel-local</code></dfn>"
Modified: source
===================================================================
--- source 2013-10-03 18:47:08 UTC (rev 8207)
+++ source 2013-10-03 19:23:13 UTC (rev 8208)
@@ -59794,13 +59794,13 @@
<td>+1
<tr>
<td colspan=3>"<dfn title="attr-fe-autocomplete-tel-national"><code>tel-national</code></dfn>"
- <td>Telephone number without the county code component
+ <td>Telephone number without the county code component, with a country-internal prefix applied if applicable
<td><span>ASCII digits</span> and U+0020 SPACE characters
<td>617 253 5702
<tr>
<td rowspan=4 class="non-rectangular-cell-indentation">
<td colspan=2>"<dfn title="attr-fe-autocomplete-tel-area-code"><code>tel-area-code</code></dfn>"
- <td>Area code component of the telephone number
+ <td>Area code component of the telephone number, with a country-internal prefix applied if applicable
<td><span>ASCII digits</span>
<td>617
<tr>
More information about the Commit-Watchers
mailing list