Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@6216 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 13, 2011
1 parent 6c4e87f commit c96c65f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -87773,6 +87773,10 @@ <h6 id=the-before-head-insertion-mode><span class=secno>13.2.5.4.3 </span>The "<
<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
Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -83490,6 +83490,10 @@ document.body.appendChild(text);
<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
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -99738,6 +99738,10 @@ document.body.appendChild(text);
<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
Expand Down

0 comments on commit c96c65f

Please sign in to comment.