[Webkit-unassigned] [Bug 29529] MathML Support for mover, munder, munderover, msubsup, and mfrac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 14:17:23 PDT 2009


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40262|review?                     |review-
               Flag|                            |




--- Comment #9 from Dave Hyatt <hyatt at apple.com>  2009-10-07 14:17:23 PDT ---
(From update of attachment 40262)
There is a pretty big conceptual mistake in this code, and it involves the
handling of attributes.  You can't simply query for attributes in methods like
addChild and just do a one-time fetch, since you basically have destroyed all
dynamism by doing so.  You need to be more like HTML/SVG, which either map
attributes to style (using the MappedAttribute concept in parseMappedAttribute
and mapToEnty), or dirty in some way such that the renderer can regrab relevant
info from the element (see various updateFromElement methods).

-- 
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