[Bug 8767] <svg><font>x</font>y</svg>z is not parsed as intended. the in body insertion mode processes </font> as HTML formatting element, not as a foreign element's tag.

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





--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-02-13 10:27:58 ---
Hm, yes, same happens with </a>. I think the solution is to factor out the
processing for "any other end tag" in the in-body insertion mode, and then in
the in-foreign-content insertion mode, change "An end tag" to be "An end tag, 
if the current node is an element in the HTML namespace." and add a new entry
for "An end tag" that calls the factored out algorithm. Does that make sense?


-- 
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, 13 February 2010 10:28:00 UTC