[Webkit-unassigned] [Bug 69083] Several CSS lexer rules don't match CSS 2.1 spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 14:57:07 PDT 2022


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

--- Comment #28 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #24)
> In attached test (Flex killer), Safari 15.6 on macOS 12.5 matches with other
> browsers (Chrome Canary 105 and Firefox Nightly 104).
> 
> But from the test case from the patch - there are following differences:
> 
> Test Case - https://jsfiddle.net/zryLu2pa/show
> 
> Safari 15.6 and Chrome Canary 105 fails but show following rules for
> stylesheet:
> 
> body { background: rgb(255, 255, 255); }
> 
> While Firefox Nightly 104 does:
> 
> body { background: rgb(255, 255, 255) none repeat scroll 0% 0%; }
> 
> __________________
> 
> If I am testing incorrectly, please ignore. Thanks!

Just to update:

Now Safari 16 and TP 155 show:

body { background-color: rgb(255, 255, 255); }

while Firefox Nightly 107 matched Chrome Canary 108 and shows:

body { background: rgb(255, 255, 255); }

and now difference is "background-color" vs "background".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221012/1089865a/attachment.htm>


More information about the webkit-unassigned mailing list