Skip to content

Commit

Permalink
[e] (0) Minor tweaks to the wording of the authoring section for auto…
Browse files Browse the repository at this point in the history
…fill

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8646 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 21, 2014
1 parent 55a3f23 commit af3cece
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -47978,7 +47978,7 @@ <h6 id=autofilling-form-controls:-the-autocomplete-attribute><span class=secno>4
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>
Expand All @@ -47989,7 +47989,7 @@ <h6 id=autofilling-form-controls:-the-autocomplete-attribute><span class=secno>4
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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -47978,7 +47978,7 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
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>
Expand All @@ -47989,7 +47989,7 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -51524,7 +51524,7 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
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
Expand All @@ -51538,7 +51538,7 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
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>
Expand Down

0 comments on commit af3cece

Please sign in to comment.