[Bug 8966] Consider "<svg><desc><div><svg><desc><b>X" — Should we change "Pop elements from the stack of open elements until the current node is in the HTML namespace." in the in-foreign-content mode to actually be "Pop elements until there's no element in scope t

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





--- Comment #1 from Simon Pieters <simonp@opera.com>  2010-02-15 22:07:14 ---
You mean <svg><desc><div><svg><b>X, right?

I think no. The popping is only for compat. Popping all the way would be
unnecessarily draconian for minor mistakes when using e.g. MathML in SVG.

OTOH, for <svg><desc><svg><b>X, we do pop all the way. Maybe instead we should
pop until an <svg> or <math> has been popped.


-- 
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 Monday, 15 February 2010 22:07:16 UTC