[webkit-changes] [WebKit/WebKit] da248b: [CSS] @font-palette-values override-colors accepts...
Matthieu Dubet
noreply at github.com
Fri May 10 19:14:21 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: da248b2c463c58ae57e8fa70150cfaf77f681276
https://github.com/WebKit/WebKit/commit/da248b2c463c58ae57e8fa70150cfaf77f681276
Author: Matthieu Dubet <m_dubet at apple.com>
Date: 2024-05-10 (Fri, 10 May 2024)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-values-invalid-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-values-valid-expected.txt
M Source/WebCore/css/CSSPrimitiveValue.cpp
M Source/WebCore/css/CSSPrimitiveValue.h
M Source/WebCore/css/parser/CSSParserImpl.cpp
Log Message:
-----------
[CSS] @font-palette-values override-colors accepts only absolute color
https://bugs.webkit.org/show_bug.cgi?id=273888
rdar://127714701
Reviewed by Tim Nguyen.
"The specified <color> must be an absolute color."
https://drafts.csswg.org/css-fonts/#override-color
* LayoutTests/TestExpectations:
* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-values-invalid-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-values-valid-expected.txt:
* Source/WebCore/css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::absoluteColor const):
* Source/WebCore/css/CSSPrimitiveValue.h:
* Source/WebCore/css/parser/CSSParserImpl.cpp:
(WebCore::CSSParserImpl::consumeFontPaletteValuesRule):
Canonical link: https://commits.webkit.org/278645@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list