[html5] r4806 - [e] (0) elements aren't stacks, they're _in_ stacks. Fixing http://www.w3.org/Bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 24 19:00:29 PST 2010
Author: ianh
Date: 2010-02-24 19:00:27 -0800 (Wed, 24 Feb 2010)
New Revision: 4806
Modified:
complete.html
index
source
Log:
[e] (0) elements aren't stacks, they're _in_ stacks.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9060
Modified: complete.html
===================================================================
--- complete.html 2010-02-25 02:29:51 UTC (rev 4805)
+++ complete.html 2010-02-25 03:00:27 UTC (rev 4806)
@@ -81384,7 +81384,7 @@
<p>Between the time an element's start tag is parsed and the time
either the element's end tag is parsed on the parser detects a
well-formedness error, the user agent must act as if the element was
- a <a href=#stack-of-open-elements>stack of open elements</a>.</p>
+ in a <a href=#stack-of-open-elements>stack of open elements</a>.</p>
<p class=note>This is used by the <code><a href=#the-object-element>object</a></code> element to
avoid instantiating plugins before the <code><a href=#the-param-element>param</a></code> element
Modified: index
===================================================================
--- index 2010-02-25 02:29:51 UTC (rev 4805)
+++ index 2010-02-25 03:00:27 UTC (rev 4806)
@@ -75688,7 +75688,7 @@
<p>Between the time an element's start tag is parsed and the time
either the element's end tag is parsed on the parser detects a
well-formedness error, the user agent must act as if the element was
- a <a href=#stack-of-open-elements>stack of open elements</a>.</p>
+ in a <a href=#stack-of-open-elements>stack of open elements</a>.</p>
<p class=note>This is used by the <code><a href=#the-object-element>object</a></code> element to
avoid instantiating plugins before the <code><a href=#the-param-element>param</a></code> element
Modified: source
===================================================================
--- source 2010-02-25 02:29:51 UTC (rev 4805)
+++ source 2010-02-25 03:00:27 UTC (rev 4806)
@@ -90371,7 +90371,7 @@
<p>Between the time an element's start tag is parsed and the time
either the element's end tag is parsed on the parser detects a
well-formedness error, the user agent must act as if the element was
- a <span>stack of open elements</span>.</p>
+ in a <span>stack of open elements</span>.</p>
<p class="note">This is used by the <code>object</code> element to
avoid instantiating plugins before the <code>param</code> element
More information about the Commit-Watchers
mailing list