[Webkit-unassigned] [Bug 43949] Add support for MathML entities

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 15 11:18:38 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43949





--- Comment #36 from Eric Seidel <eric at webkit.org>  2010-08-15 11:18:37 PST ---
The logic appears to be trying to build a reverse lookup map for the entity table.

markup.cpp only escapes a few entities, not all of the HTML ones like Chromium seems to.  I'm not sure why they would want to escape all possible entities, that would not end up looking like the original source. :)

Honestly this code is just horribly wrong, and I think we should try not to touch it.  We should retore their build and let someone else fix the wrongness.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list