[Webkit-unassigned] [Bug 13174] line-height in font shorthand does not override a previously stated line-height property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 01:33:32 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13174


hyatt at apple.com changed:

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




------- Comment #3 from hyatt at apple.com  2007-05-21 01:33 PDT -------
(From update of attachment 14641)
Per conversation on IRC, I suggested just always making line-height be mapped
in as one of the first properties like font.

However instead of going into the RenderStyle in the switch statement it would
just be cached as a member variable on the style selector.

After the style has been determined (e.g., around the time adjustRenderStyle is
going to get called), that line height value (if it exists) should be mapped in
for real.


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



More information about the webkit-unassigned mailing list