[html5] r7422 - [giow] (3) Fencepost error. Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 28 12:05:10 PDT 2012
Author: ianh
Date: 2012-09-28 12:05:09 -0700 (Fri, 28 Sep 2012)
New Revision: 7422
Modified:
complete.html
index
source
Log:
[giow] (3) Fencepost error.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-09-28 18:44:46 UTC (rev 7421)
+++ complete.html 2012-09-28 19:05:09 UTC (rev 7422)
@@ -17067,7 +17067,7 @@
the element has been flagged as <a href=#parser-inserted>"parser-inserted"</a>,
and either the parser that created the <code><a href=#the-script-element>script</a></code> is an
<a href=#xml-parser>XML parser</a> or it's an <a href=#html-parser>HTML parser</a> whose
- <a href=#script-nesting-level>script nesting level</a> is zero, and the
+ <a href=#script-nesting-level>script nesting level</a> is not greater than one, and the
<code><a href=#document>Document</a></code> of the <a href=#html-parser>HTML parser</a> or
<a href=#xml-parser>XML parser</a> that created the <code><a href=#the-script-element>script</a></code>
element <a href=#has-a-style-sheet-that-is-blocking-scripts>has a style sheet that is blocking
Modified: index
===================================================================
--- index 2012-09-28 18:44:46 UTC (rev 7421)
+++ index 2012-09-28 19:05:09 UTC (rev 7422)
@@ -17067,7 +17067,7 @@
the element has been flagged as <a href=#parser-inserted>"parser-inserted"</a>,
and either the parser that created the <code><a href=#the-script-element>script</a></code> is an
<a href=#xml-parser>XML parser</a> or it's an <a href=#html-parser>HTML parser</a> whose
- <a href=#script-nesting-level>script nesting level</a> is zero, and the
+ <a href=#script-nesting-level>script nesting level</a> is not greater than one, and the
<code><a href=#document>Document</a></code> of the <a href=#html-parser>HTML parser</a> or
<a href=#xml-parser>XML parser</a> that created the <code><a href=#the-script-element>script</a></code>
element <a href=#has-a-style-sheet-that-is-blocking-scripts>has a style sheet that is blocking
Modified: source
===================================================================
--- source 2012-09-28 18:44:46 UTC (rev 7421)
+++ source 2012-09-28 19:05:09 UTC (rev 7422)
@@ -18266,7 +18266,7 @@
the element has been flagged as <span>"parser-inserted"</span>,
and either the parser that created the <code>script</code> is an
<span>XML parser</span> or it's an <span>HTML parser</span> whose
- <span>script nesting level</span> is zero, and the
+ <span>script nesting level</span> is not greater than one, and the
<code>Document</code> of the <span>HTML parser</span> or
<span>XML parser</span> that created the <code>script</code>
element <span>has a style sheet that is blocking
More information about the Commit-Watchers
mailing list