[webkit-changes] [WebKit/WebKit] 5febb6: Partial Sync UA stylesheet rules as per HTML Spec ...
Ahmad Saleem
noreply at github.com
Sat May 13 17:08:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5febb62e57ba1916cc54cc3cfafc7ac5aef9f003
https://github.com/WebKit/WebKit/commit/5febb62e57ba1916cc54cc3cfafc7ac5aef9f003
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2023-05-13 (Sat, 13 May 2023)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/lists/lists-styles-expected.txt
M LayoutTests/platform/glib/fast/lists/009-expected.txt
M LayoutTests/platform/glib/fast/lists/009-vertical-expected.txt
M LayoutTests/platform/glib/fast/parser/001-expected.txt
M LayoutTests/platform/gtk/fast/lists/009-expected.png
M LayoutTests/platform/gtk/fast/lists/009-vertical-expected.png
M LayoutTests/platform/gtk/fast/parser/001-expected.png
M LayoutTests/platform/ios/fast/lists/009-expected.txt
M LayoutTests/platform/ios/fast/lists/009-vertical-expected.txt
M LayoutTests/platform/ios/fast/parser/001-expected.txt
M LayoutTests/platform/mac/fast/lists/009-expected.png
M LayoutTests/platform/mac/fast/lists/009-expected.txt
M LayoutTests/platform/mac/fast/lists/009-vertical-expected.png
M LayoutTests/platform/mac/fast/lists/009-vertical-expected.txt
M LayoutTests/platform/mac/fast/parser/001-expected.png
M LayoutTests/platform/mac/fast/parser/001-expected.txt
M Source/WebCore/css/html.css
Log Message:
-----------
Partial Sync UA stylesheet rules as per HTML Spec for 'lists'
https://bugs.webkit.org/show_bug.cgi?id=253177
Reviewed by Tim Nguyen.
This patch aligns WebKit with web-spec [1] and remove quirks or additions:
[1] https://html.spec.whatwg.org/#lists
NOTE: We are still using '1__qem' for `margin-block-start`
while we are not adding 'counter-reset: list-item' for `ol`.
* Source/WebCore/css/html.css: Update 'lists' section
* LayoutTests/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/lists/lists-styles-expected.txt: Rebaselined
* LayoutTests/platform/glib/fast/lists/009-expected.txt: Rebaselined
* LayoutTests/platform/glib/fast/lists/009-vertical-expected.txt: Rebaselined
* LayoutTests/platform/glib/fast/parser/001-expected.txt: Rebaselined
* LayoutTests/platform/gtk/fast/lists/009-expected.png: Rebaselined
* LayoutTests/platform/gtk/fast/lists/009-vertical-expected.png: Rebaselined
* LayoutTests/platform/gtk/fast/parser/001-expected.png: Rebaselined
* LayoutTests/platform/ios/fast/lists/009-expected.txt: Rebaselined
* LayoutTests/platform/ios/fast/lists/009-vertical-expected.txt: Rebaselined
* LayoutTests/platform/ios/fast/parser/001-expected.txt: Rebaselined
* LayoutTests/platform/mac/fast/parser/001-expected.txt: Rebaselined
* LayoutTests/platform/mac/fast/parser/001-expected.png: Rebaselined
* LayoutTests/platform/mac/fast/lists/009-vertical-expected.txt: Rebaselined
* LayoutTests/platform/mac/fast/lists/009-vertical-expected.png: Rebaselined
* LayoutTests/platform/mac/fast/lists/009-expected.txt: Rebaselined
* LayoutTests/platform/mac/fast/lists/009-expected.png: Rebaselined
Canonical link: https://commits.webkit.org/264052@main
More information about the webkit-changes
mailing list