[Webkit-unassigned] [Bug 48608] Add text-combine property support to CSS parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 29 13:29:54 PDT 2010


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


Dave Hyatt <hyatt at apple.com> changed:

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




--- Comment #2 from Dave Hyatt <hyatt at apple.com>  2010-10-29 13:29:54 PST ---
(From update of attachment 72306)
I would prefer it if TextCombine was put in StyleRareNonInheritedData instead.  In general we're trying to keep the CSS3 stuff out of the original set of inherited/noninherited flags, since they will be rarely used.  I let writing-mode slide originally, since I figured it would end up unprefixed eventually and be compatible with WinIE, but text-combine is going to be pretty obscure, so let's put it in the rare struct.

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