Skip to content

Commit

Permalink
[e] (0) typo in parser (magic baloo?)
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25648
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8626 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 9, 2014
1 parent 08e2efd commit 4d02b1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -92567,7 +92567,7 @@ <h6 id=the-before-head-insertion-mode><span class=secno>12.2.5.4.3 </span>The "<
<!-- fake <input> -->
<p><a href=#insert-an-html-element>Insert an HTML element</a> for an "input" start tag token with all the attributes
from the "isindex" token except "name", "action", and "prompt", and with an attribute named
"name" with the value "isindex". (This creates an <code><a href=#the-input-element>input</a></code> element with the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute set to the magic balue "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>".) Immediately pop the <a href=#current-node>current node</a> off
"name" with the value "isindex". (This creates an <code><a href=#the-input-element>input</a></code> element with the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute set to the magic value "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>".) Immediately pop the <a href=#current-node>current node</a> off
the <a href=#stack-of-open-elements>stack of open elements</a>.</p>

<!-- fake text -->
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -92567,7 +92567,7 @@ document.body.appendChild(text);
<!-- fake <input> -->
<p><a href=#insert-an-html-element>Insert an HTML element</a> for an "input" start tag token with all the attributes
from the "isindex" token except "name", "action", and "prompt", and with an attribute named
"name" with the value "isindex". (This creates an <code><a href=#the-input-element>input</a></code> element with the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute set to the magic balue "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>".) Immediately pop the <a href=#current-node>current node</a> off
"name" with the value "isindex". (This creates an <code><a href=#the-input-element>input</a></code> element with the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute set to the magic value "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>".) Immediately pop the <a href=#current-node>current node</a> off
the <a href=#stack-of-open-elements>stack of open elements</a>.</p>

<!-- fake text -->
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -102145,7 +102145,7 @@ document.body.appendChild(text);
<p><span>Insert an HTML element</span> for an "input" start tag token with all the attributes
from the "isindex" token except "name", "action", and "prompt", and with an attribute named
"name" with the value "isindex". (This creates an <code>input</code> element with the <code
data-x="attr-fe-name">name</code> attribute set to the magic balue "<code
data-x="attr-fe-name">name</code> attribute set to the magic value "<code
data-x="attr-fe-name-isindex">isindex</code>".) Immediately pop the <span>current node</span> off
the <span>stack of open elements</span>.</p>

Expand Down

0 comments on commit 4d02b1d

Please sign in to comment.