[html5] r8646 - [e] (0) Minor tweaks to the wording of the authoring section for autofill Affect [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue May 20 17:58:17 PDT 2014


Author: ianh
Date: 2014-05-20 17:58:11 -0700 (Tue, 20 May 2014)
New Revision: 8646

Modified:
   complete.html
   index
   source
Log:
[e] (0) Minor tweaks to the wording of the authoring section for autofill
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-05-20 16:59:49 UTC (rev 8645)
+++ complete.html	2014-05-21 00:58:11 UTC (rev 8646)
@@ -47978,7 +47978,7 @@
   user's address based on earlier user input. The <dfn id=attr-fe-autocomplete title=attr-fe-autocomplete><code>autocomplete</code></dfn> content attribute can be used to hint
   to the user agent how to, or indeed whether to, provide such a feature.</p>
 
-  <p>The attribute, if present, must have a value that is a <a href=#set-of-space-separated-tokens>set of space-separated
+  <p>The attribute, if present, must have a value that is an ordered <a href=#set-of-space-separated-tokens>set of space-separated
   tokens</a> consisting of either a single token that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a>
   match for the string "<code title=attr-fe-autocomplete-off><a href=#attr-fe-autocomplete-off>off</a></code>", or a single token that
   is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title=attr-fe-autocomplete-on><a href=#attr-fe-autocomplete-on>on</a></code>", or the following, in the order given below:</p>
@@ -47989,7 +47989,7 @@
     match for the string "<code title=attr-fe-autocomplete-section>section-</code>", meaning that
     the field belongs to the named group.</p>
 
-    <div class=note>
+    <div class=example>
 
      <p>For example, if there are two shipping addresses in the form, then they could be marked up
      as:</p>

Modified: index
===================================================================
--- index	2014-05-20 16:59:49 UTC (rev 8645)
+++ index	2014-05-21 00:58:11 UTC (rev 8646)
@@ -47978,7 +47978,7 @@
   user's address based on earlier user input. The <dfn id=attr-fe-autocomplete title=attr-fe-autocomplete><code>autocomplete</code></dfn> content attribute can be used to hint
   to the user agent how to, or indeed whether to, provide such a feature.</p>
 
-  <p>The attribute, if present, must have a value that is a <a href=#set-of-space-separated-tokens>set of space-separated
+  <p>The attribute, if present, must have a value that is an ordered <a href=#set-of-space-separated-tokens>set of space-separated
   tokens</a> consisting of either a single token that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a>
   match for the string "<code title=attr-fe-autocomplete-off><a href=#attr-fe-autocomplete-off>off</a></code>", or a single token that
   is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title=attr-fe-autocomplete-on><a href=#attr-fe-autocomplete-on>on</a></code>", or the following, in the order given below:</p>
@@ -47989,7 +47989,7 @@
     match for the string "<code title=attr-fe-autocomplete-section>section-</code>", meaning that
     the field belongs to the named group.</p>
 
-    <div class=note>
+    <div class=example>
 
      <p>For example, if there are two shipping addresses in the form, then they could be marked up
      as:</p>

Modified: source
===================================================================
--- source	2014-05-20 16:59:49 UTC (rev 8645)
+++ source	2014-05-21 00:58:11 UTC (rev 8646)
@@ -51524,7 +51524,7 @@
   data-x="attr-fe-autocomplete"><code>autocomplete</code></dfn> content attribute can be used to hint
   to the user agent how to, or indeed whether to, provide such a feature.</p>
 
-  <p>The attribute, if present, must have a value that is a <span>set of space-separated
+  <p>The attribute, if present, must have a value that is an ordered <span>set of space-separated
   tokens</span> consisting of either a single token that is an <span>ASCII case-insensitive</span>
   match for the string "<code data-x="attr-fe-autocomplete-off">off</code>", or a single token that
   is an <span>ASCII case-insensitive</span> match for the string "<code
@@ -51538,7 +51538,7 @@
     match for the string "<code data-x="attr-fe-autocomplete-section">section-</code>", meaning that
     the field belongs to the named group.</p>
 
-    <div class="note">
+    <div class="example">
 
      <p>For example, if there are two shipping addresses in the form, then they could be marked up
      as:</p>



More information about the Commit-Watchers mailing list