Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) autofill example was in the wrong order
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26063
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8672 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 11, 2014
1 parent 5b86caa commit 85e17e6
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 @@ -48612,8 +48612,8 @@ <h6 id=processing-model-2><span class=secno>4.10.19.8.2 </span>Processing model<
<!--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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -48612,8 +48612,8 @@ MIT Room 32-G524
<!--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>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -52228,8 +52228,8 @@ MIT Room 32-G524
<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>

Expand Down

0 comments on commit 85e17e6

Please sign in to comment.