[Webkit-unassigned] [Bug 46335] Add EditingStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 20:53:10 PDT 2010


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





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2010-09-22 20:53:10 PST ---
The attachment is my work in progress.  I still need to do more cleanup in EditingStyle.  Namely I'd like to make constructors of EditingStyle explicit about whether or not it includes non-inheritable styles.

The current implementation of EditingStyle has style() member function that lets caller manipulate the style directly but this is intended to be removed in the future once we deployed this class in all parts of editing and removed the direct dependency on CSSMutableStyleDeclaration and CSSComputedStyleDeclaration.

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