[html5] r5448 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10177
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 8 00:08:32 PDT 2010
Author: ianh
Date: 2010-09-08 00:08:29 -0700 (Wed, 08 Sep 2010)
New Revision: 5448
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10177
Modified: complete.html
===================================================================
--- complete.html 2010-09-08 07:05:04 UTC (rev 5447)
+++ complete.html 2010-09-08 07:08:29 UTC (rev 5448)
@@ -80752,8 +80752,8 @@
<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>
Modified: index
===================================================================
--- index 2010-09-08 07:05:04 UTC (rev 5447)
+++ index 2010-09-08 07:08:29 UTC (rev 5448)
@@ -76670,8 +76670,8 @@
<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>
Modified: source
===================================================================
--- source 2010-09-08 07:05:04 UTC (rev 5447)
+++ source 2010-09-08 07:08:29 UTC (rev 5448)
@@ -92236,8 +92236,8 @@
<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>
More information about the Commit-Watchers
mailing list