Skip to content

Commit

Permalink
[giow] (2) Remove some error-handling parsing behaviour near <ruby> e…
Browse files Browse the repository at this point in the history
…lements, for forwards-compatibility.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12935

git-svn-id: http://svn.whatwg.org/webapps@6215 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 13, 2011
1 parent 0141da5 commit 6c4e87f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
7 changes: 2 additions & 5 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 10 June 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 13 June 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
Expand Down Expand Up @@ -87779,10 +87779,7 @@ <h6 id=the-before-head-insertion-mode><span class=secno>13.2.5.4.3 </span>The "<
element in scope">has a <code>ruby</code> element in scope</a>,
then <a href=#generate-implied-end-tags>generate implied end tags</a>. If the <a href=#current-node>current
node</a> is not then a <code><a href=#the-ruby-element>ruby</a></code> element, this is a
<a href=#parse-error>parse error</a>; pop all the nodes from the <a href=#current-node>current
node</a> up to the node immediately before the bottommost
<code><a href=#the-ruby-element>ruby</a></code> element on the <a href=#stack-of-open-elements>stack of open
elements</a>.</p>
<a href=#parse-error>parse error</a>.</p>

<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token.</p>

Expand Down
7 changes: 2 additions & 5 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 10 June 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 13 June 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -83496,10 +83496,7 @@ document.body.appendChild(text);
element in scope">has a <code>ruby</code> element in scope</a>,
then <a href=#generate-implied-end-tags>generate implied end tags</a>. If the <a href=#current-node>current
node</a> is not then a <code><a href=#the-ruby-element>ruby</a></code> element, this is a
<a href=#parse-error>parse error</a>; pop all the nodes from the <a href=#current-node>current
node</a> up to the node immediately before the bottommost
<code><a href=#the-ruby-element>ruby</a></code> element on the <a href=#stack-of-open-elements>stack of open
elements</a>.</p>
<a href=#parse-error>parse error</a>.</p>

<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token.</p>

Expand Down
5 changes: 1 addition & 4 deletions source
Expand Up @@ -99744,10 +99744,7 @@ document.body.appendChild(text);
element in scope">has a <code>ruby</code> element in scope</span>,
then <span>generate implied end tags</span>. If the <span>current
node</span> is not then a <code>ruby</code> element, this is a
<span>parse error</span>; pop all the nodes from the <span>current
node</span> up to the node immediately before the bottommost
<code>ruby</code> element on the <span>stack of open
elements</span>.</p>
<span>parse error</span>.</p>

<p><span>Insert an HTML element</span> for the token.</p>

Expand Down

0 comments on commit 6c4e87f

Please sign in to comment.