[html5] r6215 - [giow] (2) Remove some error-handling parsing behaviour near <ruby> elements, fo [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 13 12:32:05 PDT 2011
Author: ianh
Date: 2011-06-13 12:32:04 -0700 (Mon, 13 Jun 2011)
New Revision: 6215
Modified:
complete.html
index
source
Log:
[giow] (2) Remove some error-handling parsing behaviour near <ruby> elements, for forwards-compatibility.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12935
Modified: complete.html
===================================================================
--- complete.html 2011-06-10 22:48:20 UTC (rev 6214)
+++ complete.html 2011-06-13 19:32:04 UTC (rev 6215)
@@ -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 — Last Updated 10 June 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>
@@ -87779,10 +87779,7 @@
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>
Modified: index
===================================================================
--- index 2011-06-10 22:48:20 UTC (rev 6214)
+++ index 2011-06-13 19:32:04 UTC (rev 6215)
@@ -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 — Last Updated 10 June 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>
@@ -83496,10 +83496,7 @@
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>
Modified: source
===================================================================
--- source 2011-06-10 22:48:20 UTC (rev 6214)
+++ source 2011-06-13 19:32:04 UTC (rev 6215)
@@ -99744,10 +99744,7 @@
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>
More information about the Commit-Watchers
mailing list