[Bug 10418] Scoping element inside e.g. <mi> causes insertion mode to switch to secondary insertion mode too early

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


Henri Sivonen <hsivonen@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsivonen@iki.fi




--- Comment #3 from Henri Sivonen <hsivonen@iki.fi>  2010-09-10 11:55:41 ---
What are the cases where we'd want the tree builder to be in the "in foreign
content" mode when the current element on the stack is in the HTML namespace?

If we never really want that, I think we should lose "in foreign content" as an
insertion mode and lose the secondary mode concept and check whether the
element on the stack is not in the HTML namespace whenever we currently check
if the tree builder is in the "in foreign content" mode.

-- 
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 Friday, 10 September 2010 11:55:42 UTC