[webkit-reviews] review granted: [Bug 229496] Unprefix CSS value text-align: -webkit-match-parent : [Attachment 446582] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 13:37:03 PST 2021


Darin Adler <darin at apple.com> has granted Brent Fulgham <bfulgham at webkit.org>'s
request for review:
Bug 229496: Unprefix CSS value text-align: -webkit-match-parent
https://bugs.webkit.org/show_bug.cgi?id=229496

Attachment 446582: Patch

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




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

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

> Source/WebCore/rendering/style/RenderStyleConstants.h:732
> -    End,
> +    End

Should not change this; trailing comma is harmless, and I even prefer it.


More information about the webkit-reviews mailing list