Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4d1c92acf9eef3c5f255f3df519905b903605093
https://github.com/WebKit/WebKit/commit/4d1c92acf9eef3c5f255f3df519905b903605093
Author: Sam Weinig <[email protected]>
Date: 2026-01-05 (Mon, 05 Jan 2026)
Changed paths:
M
LayoutTests/fast/css/getComputedStyle/getComputedStyle-outline-shorthand-expected.txt
M
LayoutTests/fast/css/getComputedStyle/getComputedStyle-outline-shorthand.html
M
LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt
M
LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html
M
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/parsing/canonical-order-outline-sub-properties-001-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/parsing/canonical-order-outline-sub-properties-001.html
M
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-valid-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-valid.html
M
LayoutTests/imported/w3c/web-platform-tests/css/cssom/shorthand-values.html
M Source/WebCore/css/CSSProperties.json
Log Message:
-----------
Serialization of the `outline` shorthand should match spec
https://bugs.webkit.org/show_bug.cgi?id=304910
Reviewed by Tim Nguyen.
Updates serialization of the `outline` shorthand to match
the current spec (https://drafts.csswg.org/css-ui-4/#outline):
<'outline-width'> || <'outline-style'> || <'outline-color'>.
from its previous order of
<'outline-color'> || <'outline-style'> || <'outline-width'>
*
LayoutTests/fast/css/getComputedStyle/getComputedStyle-outline-shorthand-expected.txt:
* LayoutTests/fast/css/getComputedStyle/getComputedStyle-outline-shorthand.html:
*
LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt:
*
LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/parsing/canonical-order-outline-sub-properties-001-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/parsing/canonical-order-outline-sub-properties-001.html:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-valid-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-valid.html:
* LayoutTests/imported/w3c/web-platform-tests/css/cssom/shorthand-values.html:
* Source/WebCore/css/CSSProperties.json:
Canonical link: https://commits.webkit.org/305114@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications