[Webkit-unassigned] [Bug 20348] Background color formatting lost on enter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 12:00:37 PDT 2009


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





--- Comment #10 from Ryosuke Niwa <ryosuke.niwa at gmail.com>  2009-07-15 12:00:37 PDT ---
(In reply to comment #9)
> I prefer (2).

Hi Darin, I talked with Ojan about this further, and he told me that he talked
about CSSComputedStyleDeclaration with Mitz, and Mitz had an intention of
separating it into two classes that are purely computed styles and editing
styles instead of us having one class that are multi-purpose.

But then I realized that we can take copyInheritableProperties out of the class
and make it a function.  To achieve this, I still need to add
getRenderStyleOfNode that returns m_node->computedStyle() but I don't see why
that would be a problem.  Do you think this is a good approach?

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