Skip to content

Commit

Permalink
[e] (0) copypasta makes the parser requirements bogus
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4338 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent 7f7aaef commit 15a30bb
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 @@ -75245,7 +75245,7 @@ <h5 id=the-before-head-insertion-mode><span class=secno>11.2.5.6 </span>The "<df

<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token.</p>

<p>Pop that <code><a href=#the-input-element>input</a></code> element off the <a href=#stack-of-open-elements>stack of
<p>Pop that <code><a href=#the-form-element>form</a></code> element off the <a href=#stack-of-open-elements>stack of
open elements</a>.</p>

</dd>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -66211,7 +66211,7 @@ document.body.appendChild(text);

<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token.</p>

<p>Pop that <code><a href=#the-input-element>input</a></code> element off the <a href=#stack-of-open-elements>stack of
<p>Pop that <code><a href=#the-form-element>form</a></code> element off the <a href=#stack-of-open-elements>stack of
open elements</a>.</p>

</dd>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -84715,7 +84715,7 @@ document.body.appendChild(text);

<p><span>Insert an HTML element</span> for the token.</p>

<p>Pop that <code>input</code> element off the <span>stack of
<p>Pop that <code>form</code> element off the <span>stack of
open elements</span>.</p>

</dd>
Expand Down

0 comments on commit 15a30bb

Please sign in to comment.