[html5] r5519 - [e] (0) editorial fixes for bugs reported on IRC today
whatwg at whatwg.org
whatwg at whatwg.org
Sun Sep 26 13:25:41 PDT 2010
Author: ianh
Date: 2010-09-26 13:25:40 -0700 (Sun, 26 Sep 2010)
New Revision: 5519
Modified:
complete.html
index
source
Log:
[e] (0) editorial fixes for bugs reported on IRC today
Modified: complete.html
===================================================================
--- complete.html 2010-09-26 20:17:26 UTC (rev 5518)
+++ complete.html 2010-09-26 20:25:40 UTC (rev 5519)
@@ -77371,37 +77371,37 @@
it <a href=#has-an-element-in-the-specific-scope>has an element in the specific scope</a> consisting
of the following element types:</p>
- <ul class=brief><li><code><a href=#the-applet-element>applet</a></code> in the HTML namespace</li>
- <li><code><a href=#the-caption-element>caption</a></code> in the HTML namespace</li>
- <li><code><a href=#the-html-element-0>html</a></code> in the HTML namespace</li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
- <li><code><a href=#the-table-element>table</a></code> in the HTML namespace</li>
- <li><code><a href=#the-td-element>td</a></code> in the HTML namespace</li>
- <li><code><a href=#the-th-element>th</a></code> in the HTML namespace</li>
- <li><code><a href=#the-marquee-element>marquee</a></code> in the HTML namespace</li>
- <li><code><a href=#the-object-element>object</a></code> in the HTML namespace</li>
- <li><code title="">annotation-xml</code> in the SVG namespace</li>
- <li><code title="">foreignObject</code> in the SVG namespace</li>
+ <ul class=brief><li><code><a href=#the-applet-element>applet</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-caption-element>caption</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-html-element-0>html</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
+ <li><code><a href=#the-table-element>table</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-td-element>td</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-th-element>th</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-marquee-element>marquee</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-object-element>object</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code title="">annotation-xml</code> in the <a href=#mathml-namespace>MathML namespace</a></li>
+ <li><code title="">foreignObject</code> in the <a href=#svg-namespace>SVG namespace</a></li>
</ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-list-item-scope title="has an element in list item scope">have an element in list
item scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
scope</a> consisting of the following element types:</p>
<ul class=brief><li>All the element types listed above for the <i><a href=#has-an-element-in-scope>has an element
in scope</a></i> algorithm.</li>
- <li><code><a href=#the-ol-element>ol</a></code> in the HTML namespace</li>
- <li><code><a href=#the-ul-element>ul</a></code> in the HTML namespace</li>
+ <li><code><a href=#the-ol-element>ol</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-ul-element>ul</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
</ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-button-scope title="has an element in button scope">have an element in button
scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
scope</a> consisting of the following element types:</p>
<ul class=brief><li>All the element types listed above for the <i><a href=#has-an-element-in-scope>has an element
in scope</a></i> algorithm.</li>
- <li><code><a href=#the-button-element>button</a></code> in the HTML namespace</li>
+ <li><code><a href=#the-button-element>button</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
</ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-table-scope title="has an element in table scope">have an element in table
scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
scope</a> consisting of the following element types:</p>
- <ul class=brief><li><code><a href=#the-html-element-0>html</a></code> in the HTML namespace</li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
- <li><code><a href=#the-table-element>table</a></code> in the HTML namespace</li>
+ <ul class=brief><li><code><a href=#the-html-element-0>html</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
+ <li><code><a href=#the-table-element>table</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
</ul><p>Nothing happens if at any time any of the elements in the
<a href=#stack-of-open-elements>stack of open elements</a> are moved to a new location in,
or removed from, the <code><a href=#document>Document</a></code> tree. In particular, the
Modified: index
===================================================================
--- index 2010-09-26 20:17:26 UTC (rev 5518)
+++ index 2010-09-26 20:25:40 UTC (rev 5519)
@@ -73289,37 +73289,37 @@
it <a href=#has-an-element-in-the-specific-scope>has an element in the specific scope</a> consisting
of the following element types:</p>
- <ul class=brief><li><code><a href=#the-applet-element>applet</a></code> in the HTML namespace</li>
- <li><code><a href=#the-caption-element>caption</a></code> in the HTML namespace</li>
- <li><code><a href=#the-html-element-0>html</a></code> in the HTML namespace</li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
- <li><code><a href=#the-table-element>table</a></code> in the HTML namespace</li>
- <li><code><a href=#the-td-element>td</a></code> in the HTML namespace</li>
- <li><code><a href=#the-th-element>th</a></code> in the HTML namespace</li>
- <li><code><a href=#the-marquee-element>marquee</a></code> in the HTML namespace</li>
- <li><code><a href=#the-object-element>object</a></code> in the HTML namespace</li>
- <li><code title="">annotation-xml</code> in the SVG namespace</li>
- <li><code title="">foreignObject</code> in the SVG namespace</li>
+ <ul class=brief><li><code><a href=#the-applet-element>applet</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-caption-element>caption</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-html-element-0>html</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
+ <li><code><a href=#the-table-element>table</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-td-element>td</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-th-element>th</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-marquee-element>marquee</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-object-element>object</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code title="">annotation-xml</code> in the <a href=#mathml-namespace>MathML namespace</a></li>
+ <li><code title="">foreignObject</code> in the <a href=#svg-namespace>SVG namespace</a></li>
</ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-list-item-scope title="has an element in list item scope">have an element in list
item scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
scope</a> consisting of the following element types:</p>
<ul class=brief><li>All the element types listed above for the <i><a href=#has-an-element-in-scope>has an element
in scope</a></i> algorithm.</li>
- <li><code><a href=#the-ol-element>ol</a></code> in the HTML namespace</li>
- <li><code><a href=#the-ul-element>ul</a></code> in the HTML namespace</li>
+ <li><code><a href=#the-ol-element>ol</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
+ <li><code><a href=#the-ul-element>ul</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
</ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-button-scope title="has an element in button scope">have an element in button
scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
scope</a> consisting of the following element types:</p>
<ul class=brief><li>All the element types listed above for the <i><a href=#has-an-element-in-scope>has an element
in scope</a></i> algorithm.</li>
- <li><code><a href=#the-button-element>button</a></code> in the HTML namespace</li>
+ <li><code><a href=#the-button-element>button</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
</ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-table-scope title="has an element in table scope">have an element in table
scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
scope</a> consisting of the following element types:</p>
- <ul class=brief><li><code><a href=#the-html-element-0>html</a></code> in the HTML namespace</li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
- <li><code><a href=#the-table-element>table</a></code> in the HTML namespace</li>
+ <ul class=brief><li><code><a href=#the-html-element-0>html</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
+ <li><code><a href=#the-table-element>table</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
</ul><p>Nothing happens if at any time any of the elements in the
<a href=#stack-of-open-elements>stack of open elements</a> are moved to a new location in,
or removed from, the <code><a href=#document>Document</a></code> tree. In particular, the
Modified: source
===================================================================
--- source 2010-09-26 20:17:26 UTC (rev 5518)
+++ source 2010-09-26 20:25:40 UTC (rev 5519)
@@ -88385,16 +88385,16 @@
of the following element types:</p>
<ul class="brief">
- <li><code>applet</code> in the HTML namespace</li>
- <li><code>caption</code> in the HTML namespace</li>
- <li><code>html</code> in the HTML namespace</li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
- <li><code>table</code> in the HTML namespace</li>
- <li><code>td</code> in the HTML namespace</li>
- <li><code>th</code> in the HTML namespace</li>
- <li><code>marquee</code> in the HTML namespace</li>
- <li><code>object</code> in the HTML namespace</li>
- <li><code title="">annotation-xml</code> in the SVG namespace</li>
- <li><code title="">foreignObject</code> in the SVG namespace</li>
+ <li><code>applet</code> in the <span>HTML namespace</span></li>
+ <li><code>caption</code> in the <span>HTML namespace</span></li>
+ <li><code>html</code> in the <span>HTML namespace</span></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
+ <li><code>table</code> in the <span>HTML namespace</span></li>
+ <li><code>td</code> in the <span>HTML namespace</span></li>
+ <li><code>th</code> in the <span>HTML namespace</span></li>
+ <li><code>marquee</code> in the <span>HTML namespace</span></li>
+ <li><code>object</code> in the <span>HTML namespace</span></li>
+ <li><code title="">annotation-xml</code> in the <span>MathML namespace</span></li>
+ <li><code title="">foreignObject</code> in the <span>SVG namespace</span></li>
</ul>
<p>The <span>stack of open elements</span> is said to <dfn
@@ -88405,8 +88405,8 @@
<ul class="brief">
<li>All the element types listed above for the <i>has an element
in scope</i> algorithm.</li>
- <li><code>ol</code> in the HTML namespace</li>
- <li><code>ul</code> in the HTML namespace</li>
+ <li><code>ol</code> in the <span>HTML namespace</span></li>
+ <li><code>ul</code> in the <span>HTML namespace</span></li>
</ul>
<p>The <span>stack of open elements</span> is said to <dfn
@@ -88417,7 +88417,7 @@
<ul class="brief">
<li>All the element types listed above for the <i>has an element
in scope</i> algorithm.</li>
- <li><code>button</code> in the HTML namespace</li>
+ <li><code>button</code> in the <span>HTML namespace</span></li>
</ul>
<p>The <span>stack of open elements</span> is said to <dfn
@@ -88426,8 +88426,8 @@
scope</span> consisting of the following element types:</p>
<ul class="brief">
- <li><code>html</code> in the HTML namespace</li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
- <li><code>table</code> in the HTML namespace</li>
+ <li><code>html</code> in the <span>HTML namespace</span></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
+ <li><code>table</code> in the <span>HTML namespace</span></li>
</ul>
<p>Nothing happens if at any time any of the elements in the
More information about the Commit-Watchers
mailing list