[html5] r8693 - [e] (0) Fix typo in autocomplete table Fixing https://www.w3.org/Bugs/Public/sho [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Jul 19 09:53:51 PDT 2014


Author: ianh
Date: 2014-07-19 09:53:49 -0700 (Sat, 19 Jul 2014)
New Revision: 8693

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix typo in autocomplete table
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26215
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-07-18 23:41:43 UTC (rev 8692)
+++ complete.html	2014-07-19 16:53:49 UTC (rev 8693)
@@ -290,7 +290,7 @@
   </style><link rel=stylesheet href=status.css><body onload=init()>
   <header id=head class="head with-buttons">
    <p><a href=//www.whatwg.org/ class=logo><img src=/images/logo width=101 alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>18 July 2014</span></h2></hgroup>
+   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>19 July 2014</span></h2></hgroup>
    <nav>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -40102,7 +40102,7 @@
      <td>Free-form text, no newlines
      <td>
      <td><a href=#control-group-text id=autofilling-form-controls:-the-autocomplete-attribute:control-group-text-14>Text</a>
-    <tr><td colspan=4>"<dfn id=attr-fe-autocomplete-address-level3><code>address-level2</code></dfn>"
+    <tr><td colspan=4>"<dfn id=attr-fe-autocomplete-address-level3><code>address-level3</code></dfn>"
      <td>The <a href=#more-on-address-levels>third administrative level</a>, in addresses with
      three or more administrative levels
      <td>Free-form text, no newlines

Modified: index
===================================================================
--- index	2014-07-18 23:41:43 UTC (rev 8692)
+++ index	2014-07-19 16:53:49 UTC (rev 8693)
@@ -290,7 +290,7 @@
   </style><link rel=stylesheet href=status.css><body onload=init()>
   <header id=head class="head with-buttons">
    <p><a href=//www.whatwg.org/ class=logo><img src=/images/logo width=101 alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>18 July 2014</span></h2></hgroup>
+   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>19 July 2014</span></h2></hgroup>
    <nav>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -40102,7 +40102,7 @@
      <td>Free-form text, no newlines
      <td>
      <td><a href=#control-group-text id=autofilling-form-controls:-the-autocomplete-attribute:control-group-text-14>Text</a>
-    <tr><td colspan=4>"<dfn id=attr-fe-autocomplete-address-level3><code>address-level2</code></dfn>"
+    <tr><td colspan=4>"<dfn id=attr-fe-autocomplete-address-level3><code>address-level3</code></dfn>"
      <td>The <a href=#more-on-address-levels>third administrative level</a>, in addresses with
      three or more administrative levels
      <td>Free-form text, no newlines

Modified: source
===================================================================
--- source	2014-07-18 23:41:43 UTC (rev 8692)
+++ source	2014-07-19 16:53:49 UTC (rev 8693)
@@ -51694,7 +51694,7 @@
      <td>
      <td><span data-x="Control Group Text">Text</span>
     <tr>
-     <td colspan=4>"<dfn><code data-x="attr-fe-autocomplete-address-level3">address-level2</code></dfn>"
+     <td colspan=4>"<dfn><code data-x="attr-fe-autocomplete-address-level3">address-level3</code></dfn>"
      <td>The <a href="#more-on-address-levels">third administrative level</a>, in addresses with
      three or more administrative levels
      <td>Free-form text, no newlines



More information about the Commit-Watchers mailing list