Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10177

git-svn-id: http://svn.whatwg.org/webapps@5448 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 8, 2010
1 parent 353be36 commit 03cc87a
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 @@ -80752,8 +80752,8 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
<dt>An end tag whose tag name is "p"</dt>
<dd>

<p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-button-scope title="has an element in button scope">have an element in sbutton
cope</a> with the same tag name as that of the token, then this
<p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-button-scope title="has an element in button scope">have an element in button
scope</a> with the same tag name as that of the token, then this
is a <a href=#parse-error>parse error</a>; act as if a start tag with the tag
name "p" had been seen, then reprocess the current token.</p>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -76670,8 +76670,8 @@ document.body.appendChild(text);
<dt>An end tag whose tag name is "p"</dt>
<dd>

<p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-button-scope title="has an element in button scope">have an element in sbutton
cope</a> with the same tag name as that of the token, then this
<p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-button-scope title="has an element in button scope">have an element in button
scope</a> with the same tag name as that of the token, then this
is a <a href=#parse-error>parse error</a>; act as if a start tag with the tag
name "p" had been seen, then reprocess the current token.</p>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -92236,8 +92236,8 @@ document.body.appendChild(text);
<dd>

<p>If the <span>stack of open elements</span> does not <span
title="has an element in button scope">have an element in sbutton
cope</span> with the same tag name as that of the token, then this
title="has an element in button scope">have an element in button
scope</span> with the same tag name as that of the token, then this
is a <span>parse error</span>; act as if a start tag with the tag
name "p" had been seen, then reprocess the current token.</p>

Expand Down

0 comments on commit 03cc87a

Please sign in to comment.