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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 12:37:24 PDT 2009


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


Ryosuke Niwa <ryosuke.niwa at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #7 from Ryosuke Niwa <ryosuke.niwa at gmail.com>  2009-07-14 12:37:23 PDT ---
(In reply to comment #6)
> (From update of attachment 32684 [details])
> We have to be quite careful about this. I do not believe that text-decoration
> is inheritable. Instead it simply looks as if it is, since the text decoration
> on the parent overwrites the child. I also am concerned that some fo these
> tests are showing explicit background-color values in cases where the color
> already matches its parent.

Thank you for your response.  You're right, somehow I didn't connect the world
"inheritable" to that of CSS properties.  Anyway, I searched WebCore and it
turned out that copyInheritableProperties is only used under editing directory.
 So perhaps we can rename that function and start copying background color and
text decorations.  And I think spans having explicit background-color values is
another bug.  I've been a similar bug report somewhere.

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