[html5] r6216 - [cgiowt] (2) Remove some error-handling parsing behaviour near <ruby> elements, [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 13 12:41:50 PDT 2011
Author: ianh
Date: 2011-06-13 12:41:48 -0700 (Mon, 13 Jun 2011)
New Revision: 6216
Modified:
complete.html
index
source
Log:
[cgiowt] (2) Remove some error-handling parsing behaviour near <ruby> elements, for forwards-compatibility. (See also previous checkin; sorry about the erroneous annotations therein)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12935
Modified: complete.html
===================================================================
--- complete.html 2011-06-13 19:32:04 UTC (rev 6215)
+++ complete.html 2011-06-13 19:41:48 UTC (rev 6216)
@@ -87773,6 +87773,10 @@
<ruby>a<rt>b</rt></ruby>
<ruby>a<rp>b</rp><rt>c</rt><rp>d</rp></ruby>
+ (Note: the comment above was written when this section did
+ something slightly more radical for handling <rp> and <rt>
+ elements, so it might be out of date now.)
+
-->
<p>If the <a href=#stack-of-open-elements>stack of open elements</a> <a href=#has-an-element-in-scope title="has an
Modified: index
===================================================================
--- index 2011-06-13 19:32:04 UTC (rev 6215)
+++ index 2011-06-13 19:41:48 UTC (rev 6216)
@@ -83490,6 +83490,10 @@
<ruby>a<rt>b</rt></ruby>
<ruby>a<rp>b</rp><rt>c</rt><rp>d</rp></ruby>
+ (Note: the comment above was written when this section did
+ something slightly more radical for handling <rp> and <rt>
+ elements, so it might be out of date now.)
+
-->
<p>If the <a href=#stack-of-open-elements>stack of open elements</a> <a href=#has-an-element-in-scope title="has an
Modified: source
===================================================================
--- source 2011-06-13 19:32:04 UTC (rev 6215)
+++ source 2011-06-13 19:41:48 UTC (rev 6216)
@@ -99738,6 +99738,10 @@
<ruby>a<rt>b</rt></ruby>
<ruby>a<rp>b</rp><rt>c</rt><rp>d</rp></ruby>
+ (Note: the comment above was written when this section did
+ something slightly more radical for handling <rp> and <rt>
+ elements, so it might be out of date now.)
+
-->
<p>If the <span>stack of open elements</span> <span title="has an
More information about the Commit-Watchers
mailing list