[html5] r8672 - [e] (0) autofill example was in the wrong order Fixing https://www.w3.org/Bugs/P [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 11 12:38:24 PDT 2014


Author: ianh
Date: 2014-06-11 12:38:22 -0700 (Wed, 11 Jun 2014)
New Revision: 8672

Modified:
   complete.html
   index
   source
Log:
[e] (0) autofill example was in the wrong order
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26063
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-06-11 18:18:06 UTC (rev 8671)
+++ complete.html	2014-06-11 19:38:22 UTC (rev 8672)
@@ -48612,8 +48612,8 @@
 <!--CLEANUP-->
   <p>The <a href=#autofill-scope>autofill scope</a> identifies the group of fields that are to be filled with the
   information from the same source, and consists of the <a href=#autofill-hint-set>autofill hint set</a> with, if
-  applicable, the "<code title="">section-*</code>" prefix, e.g. "<code title="">billing</code>", "<code title="">section-parent shipping</code>", or "<code title="">section-child home
-  shipping</code>".</p>
+  applicable, the "<code title="">section-*</code>" prefix, e.g. "<code title="">billing</code>", "<code title="">section-parent shipping</code>", or "<code title="">section-child
+  shipping home</code>".</p>
 
   <p>These values are defined as the result of running the following algorithm:</p>
 

Modified: index
===================================================================
--- index	2014-06-11 18:18:06 UTC (rev 8671)
+++ index	2014-06-11 19:38:22 UTC (rev 8672)
@@ -48612,8 +48612,8 @@
 <!--CLEANUP-->
   <p>The <a href=#autofill-scope>autofill scope</a> identifies the group of fields that are to be filled with the
   information from the same source, and consists of the <a href=#autofill-hint-set>autofill hint set</a> with, if
-  applicable, the "<code title="">section-*</code>" prefix, e.g. "<code title="">billing</code>", "<code title="">section-parent shipping</code>", or "<code title="">section-child home
-  shipping</code>".</p>
+  applicable, the "<code title="">section-*</code>" prefix, e.g. "<code title="">billing</code>", "<code title="">section-parent shipping</code>", or "<code title="">section-child
+  shipping home</code>".</p>
 
   <p>These values are defined as the result of running the following algorithm:</p>
 

Modified: source
===================================================================
--- source	2014-06-11 18:18:06 UTC (rev 8671)
+++ source	2014-06-11 19:38:22 UTC (rev 8672)
@@ -52228,8 +52228,8 @@
   <p>The <span>autofill scope</span> identifies the group of fields that are to be filled with the
   information from the same source, and consists of the <span>autofill hint set</span> with, if
   applicable, the "<code data-x="">section-*</code>" prefix, e.g. "<code data-x="">billing</code>", "<code
-  data-x="">section-parent shipping</code>", or "<code data-x="">section-child home
-  shipping</code>".</p>
+  data-x="">section-parent shipping</code>", or "<code data-x="">section-child
+  shipping home</code>".</p>
 
   <p>These values are defined as the result of running the following algorithm:</p>
 



More information about the Commit-Watchers mailing list