Skip to content

Commit

Permalink
[e] (0) editorial fixes for bugs reported on IRC today
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5519 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 26, 2010
1 parent 764b292 commit ce6a943
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
30 changes: 15 additions & 15 deletions complete.html
Expand Up @@ -77371,37 +77371,37 @@ <h5 id=the-insertion-mode><span class=secno>12.2.3.1 </span>The insertion mode</
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
Expand Down
30 changes: 15 additions & 15 deletions index
Expand Up @@ -73289,37 +73289,37 @@ interface <dfn id=messageport>MessagePort</dfn> {
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
Expand Down
30 changes: 15 additions & 15 deletions source
Expand Up @@ -88385,16 +88385,16 @@ interface <dfn>SQLTransactionSync</dfn> {
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
Expand All @@ -88405,8 +88405,8 @@ interface <dfn>SQLTransactionSync</dfn> {
<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
Expand All @@ -88417,7 +88417,7 @@ interface <dfn>SQLTransactionSync</dfn> {
<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
Expand All @@ -88426,8 +88426,8 @@ interface <dfn>SQLTransactionSync</dfn> {
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
Expand Down

0 comments on commit ce6a943

Please sign in to comment.