[Webkit-unassigned] [Bug 73954] REGRESSION (r97745): Transitions don't work on links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 21:57:24 PST 2011


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #119111|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #9 from Andreas Kling <kling at webkit.org>  2011-12-15 21:57:23 PST ---
(From update of attachment 119111)
View in context: https://bugs.webkit.org/attachment.cgi?id=119111&action=review

> Source/WebCore/rendering/style/RenderStyle.h:1631
> +    const Color& visitedLinkColumnRuleColor() const { return rareNonInheritedData->m_multiCol->m_visitedLinkColumnRuleColor; }
> +    const Color& visitedLinkTextEmphasisColor() const { return rareInheritedData->visitedLinkTextEmphasisColor; }
> +    const Color& visitedLinkTextFillColor() const { return rareInheritedData->visitedLinkTextFillColor; }
> +    const Color& visitedLinkTextStrokeColor() const { return rareInheritedData->visitedLinkTextStrokeColor; }

We should cover these colors in the layout test as well.

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