[webkit-reviews] review granted: [Bug 199410] background-clip:var(--a) invalidates -webkit-background-clip:text when --a:text : [Attachment 410735] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 08:11:04 PDT 2020


Darin Adler <darin at apple.com> has granted Tyler Wilcock
<twilco.o at protonmail.com>'s request for review:
Bug 199410: background-clip:var(--a) invalidates -webkit-background-clip:text
when --a:text
https://bugs.webkit.org/show_bug.cgi?id=199410

Attachment 410735: Patch

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




--- Comment #6 from Darin Adler <darin at apple.com> ---
Comment on attachment 410735
  --> https://bugs.webkit.org/attachment.cgi?id=410735
Patch

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

> Source/WebCore/css/parser/CSSPropertyParser.cpp:3164
> +    if (RefPtr<CSSPrimitiveValue> value = consumeBackgroundBox(range))

auto


More information about the webkit-reviews mailing list