[Bug 12935] <rt> should not auto-close ancestors

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-06-11 01:01:47 UTC ---
So the current design is intended to make this kind of markup work ok:

   <ruby> base <rt> annotation </ruby>

...as well as make this kind of markup error-correct quickly:

   <ruby> <b>base <rt> annotation </ruby>

I don't feel particularly strongly about this second issue, but it is one that
would go away if we change this.

Would simply removing ";pop all the nodes from the current node up to the node
immediately before the bottommost ruby element on the stack of open elements"
from the "rt" start tag handling be sufficient for your needs?

If so, please assume the spec is so changed. I'll actually make the change once
I see your confirmation and have the editor open.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 11 June 2011 01:01:54 UTC