[webkit-reviews] review granted: [Bug 223181] Fix interpolation of the caret-color CSS property : [Attachment 424260] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 11:10:58 PDT 2021


Antti Koivisto <koivisto at iki.fi> has granted Antoine Quint
<graouts at webkit.org>'s request for review:
Bug 223181: Fix interpolation of the caret-color CSS property
https://bugs.webkit.org/show_bug.cgi?id=223181

Attachment 424260: Patch

https://bugs.webkit.org/attachment.cgi?id=424260&action=review




--- Comment #8 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 424260
  --> https://bugs.webkit.org/attachment.cgi?id=424260
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=424260&action=review

> Source/WebCore/rendering/style/StyleRareInheritedData.cpp:139
> +    , hasAutoCaretColor(false)
> +    , hasVisitedLinkAutoCaretColor(false)

Isn't the initial value for these 'true'?


More information about the webkit-reviews mailing list