Skip to content

Commit

Permalink
[e] (0) Be more consistent and clear with use of 'token' and 'current…
Browse files Browse the repository at this point in the history
… token'

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22529
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8031 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 3, 2013
1 parent cee761e commit 7f397f6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions complete.html
Expand Up @@ -89550,7 +89550,7 @@ <h6 id=the-initial-insertion-mode><span class=secno>12.2.5.4.1 </span>The "<dfn
<code><a href=#document>Document</a></code> to <a href=#quirks-mode>quirks mode</a>.</p>

<p>In any case, switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-before-html-insertion-mode title="insertion mode: before html">before html</a>", then
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -89624,7 +89624,7 @@ <h6 id=the-initial-insertion-mode><span class=secno>12.2.5.4.1 </span>The "<dfn
<code><a href=#document>Document</a></code> object.</p>

<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-before-head-insertion-mode title="insertion mode: before head">before head</a>", then
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -89918,7 +89918,7 @@ <h6 id=the-before-head-insertion-mode><span class=secno>12.2.5.4.3 </span>The "<
<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-after-head-insertion-mode title="insertion mode: after head">after head</a>".</p>
<!-- end of fake </head> -->

<p>Reprocess the current token.</p>
<p>Reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -90079,7 +90079,7 @@ <h6 id=the-before-head-insertion-mode><span class=secno>12.2.5.4.3 </span>The "<
<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>".</p>
<!-- end fake <body> -->

<p>Reprocess the token.</p>
<p>Reprocess the current token.</p>

</dd>

Expand Down Expand Up @@ -91455,7 +91455,7 @@ <h6 id=parsing-main-incdata><span class=secno>12.2.5.4.8 </span>The "<dfn title=
elements</a>.</p>

<p>Switch the <a href=#insertion-mode>insertion mode</a> to the <a href=#original-insertion-mode>original
insertion mode</a> and reprocess the current token.</p>
insertion mode</a> and reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -92082,7 +92082,7 @@ <h6 id=parsing-main-intabletext><span class=secno>12.2.5.4.10 </span>The "<dfn t
to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>".</p>
<!-- end of fake </tbody>, </tfoot>, or </thead>, whatever was the current node -->

<p>Reprocess the current token.</p>
<p>Reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -92269,7 +92269,7 @@ <h6 id=parsing-main-intd><span class=secno>12.2.5.4.15 </span>The "<dfn title="i
the token. (<a href=#fragment-case>fragment case</a>)</p>

<p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand All @@ -92288,7 +92288,7 @@ <h6 id=parsing-main-intd><span class=secno>12.2.5.4.15 </span>The "<dfn title="i
error</a>; ignore the token.</p>

<p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -92663,7 +92663,7 @@ <h6 id=parsing-main-inselect><span class=secno>12.2.5.4.16 </span>The "<dfn titl
<p><a href=#reset-the-insertion-mode-appropriately>Reset the insertion mode appropriately</a>.</p>
<!-- end of fake </template> -->

<p>Reprocess the current token.</p>
<p>Reprocess the token.</p>

</dd>

Expand Down
18 changes: 9 additions & 9 deletions index
Expand Up @@ -89550,7 +89550,7 @@ document.body.appendChild(text);
<code><a href=#document>Document</a></code> to <a href=#quirks-mode>quirks mode</a>.</p>

<p>In any case, switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-before-html-insertion-mode title="insertion mode: before html">before html</a>", then
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -89624,7 +89624,7 @@ document.body.appendChild(text);
<code><a href=#document>Document</a></code> object.</p>

<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-before-head-insertion-mode title="insertion mode: before head">before head</a>", then
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -89918,7 +89918,7 @@ document.body.appendChild(text);
<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-after-head-insertion-mode title="insertion mode: after head">after head</a>".</p>
<!-- end of fake </head> -->

<p>Reprocess the current token.</p>
<p>Reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -90079,7 +90079,7 @@ document.body.appendChild(text);
<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>".</p>
<!-- end fake <body> -->

<p>Reprocess the token.</p>
<p>Reprocess the current token.</p>

</dd>

Expand Down Expand Up @@ -91455,7 +91455,7 @@ document.body.appendChild(text);
elements</a>.</p>

<p>Switch the <a href=#insertion-mode>insertion mode</a> to the <a href=#original-insertion-mode>original
insertion mode</a> and reprocess the current token.</p>
insertion mode</a> and reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -92082,7 +92082,7 @@ document.body.appendChild(text);
to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>".</p>
<!-- end of fake </tbody>, </tfoot>, or </thead>, whatever was the current node -->

<p>Reprocess the current token.</p>
<p>Reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -92269,7 +92269,7 @@ document.body.appendChild(text);
the token. (<a href=#fragment-case>fragment case</a>)</p>

<p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand All @@ -92288,7 +92288,7 @@ document.body.appendChild(text);
error</a>; ignore the token.</p>

<p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -92663,7 +92663,7 @@ document.body.appendChild(text);
<p><a href=#reset-the-insertion-mode-appropriately>Reset the insertion mode appropriately</a>.</p>
<!-- end of fake </template> -->

<p>Reprocess the current token.</p>
<p>Reprocess the token.</p>

</dd>

Expand Down
18 changes: 9 additions & 9 deletions source
Expand Up @@ -100079,7 +100079,7 @@ document.body.appendChild(text);

<p>In any case, switch the <span>insertion mode</span> to "<span
title="insertion mode: before html">before html</span>", then
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -100164,7 +100164,7 @@ document.body.appendChild(text);

<p>Switch the <span>insertion mode</span> to "<span
title="insertion mode: before head">before head</span>", then
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -100486,7 +100486,7 @@ document.body.appendChild(text);
title="insertion mode: after head">after head</span>".</p>
<!-- end of fake </head> -->

<p>Reprocess the current token.</p>
<p>Reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -100668,7 +100668,7 @@ document.body.appendChild(text);
title="insertion mode: in body">in body</span>".</p>
<!-- end fake <body> -->

<p>Reprocess the token.</p>
<p>Reprocess the current token.</p>

</dd>

Expand Down Expand Up @@ -102172,7 +102172,7 @@ document.body.appendChild(text);
elements</span>.</p>

<p>Switch the <span>insertion mode</span> to the <span>original
insertion mode</span> and reprocess the current token.</p>
insertion mode</span> and reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -102859,7 +102859,7 @@ document.body.appendChild(text);
to "<span title="insertion mode: in table">in table</span>".</p>
<!-- end of fake </tbody>, </tfoot>, or </thead>, whatever was the current node -->

<p>Reprocess the current token.</p>
<p>Reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -103062,7 +103062,7 @@ document.body.appendChild(text);
the token. (<span>fragment case</span>)</p>

<p>Otherwise, <span>close the cell</span> (see below) and
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand All @@ -103082,7 +103082,7 @@ document.body.appendChild(text);
error</span>; ignore the token.</p>

<p>Otherwise, <span>close the cell</span> (see below) and
reprocess the current token.</p>
reprocess the token.</p>

</dd>

Expand Down Expand Up @@ -103497,7 +103497,7 @@ document.body.appendChild(text);
<p><span>Reset the insertion mode appropriately</span>.</p>
<!-- end of fake </template> -->

<p>Reprocess the current token.</p>
<p>Reprocess the token.</p>

</dd>

Expand Down

0 comments on commit 7f397f6

Please sign in to comment.