RESOLVED FIXED 42096
HTMLTreeBuilder needs to support mixing SVG and MathML content
https://bugs.webkit.org/show_bug.cgi?id=42096
Summary HTMLTreeBuilder needs to support mixing SVG and MathML content
Eric Seidel (no email)
Reported 2010-07-12 11:18:55 PDT
HTMLTreeBuilder needs to support mixing SVG and MathML content
Attachments
Patch (8.68 KB, patch)
2010-07-12 11:32 PDT, Eric Seidel (no email)
abarth: review+
Eric Seidel (no email)
Comment 1 2010-07-12 11:32:15 PDT
Adam Barth
Comment 2 2010-07-12 13:31:48 PDT
Comment on attachment 61249 [details] Patch WebCore/html/HTMLTreeBuilder.cpp:1161 + return (token.name() != MathMLNames::mglyphTag Why ( .. ) ? We don't need those in C++. WebCore/html/HTMLTreeBuilder.cpp:1489 + // FIXME: We're missing a bunch of if branches here. I'd remove this comment.
Eric Seidel (no email)
Comment 3 2010-07-12 13:32:49 PDT
(In reply to comment #2) > (From update of attachment 61249 [details]) > WebCore/html/HTMLTreeBuilder.cpp:1161 > + return (token.name() != MathMLNames::mglyphTag > Why ( .. ) ? We don't need those in C++. Will remove. > WebCore/html/HTMLTreeBuilder.cpp:1489 > + // FIXME: We're missing a bunch of if branches here. > I'd remove this comment. That goes away two patches later. :)
Eric Seidel (no email)
Comment 4 2010-07-12 14:13:31 PDT
Note You need to log in before you can comment on or make changes to this bug.