Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b8d8d4d09fee2cbbcf2b1835f3362d90f298922
https://github.com/WebKit/WebKit/commit/6b8d8d4d09fee2cbbcf2b1835f3362d90f298922
Author: Anthony Frehner <[email protected]>
Date: 2025-12-12 (Fri, 12 Dec 2025)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-conditional/container-queries/at-container-parsing-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-conditional/container-queries/query-container-name-expected.txt
M Source/WebCore/css/query/ContainerQueryParser.cpp
M Source/WebCore/style/ContainerQueryEvaluator.cpp
Log Message:
-----------
Implement name only container queries
https://bugs.webkit.org/show_bug.cgi?id=302433
Reviewed by Antti Koivisto.
Allows parsing of Container Queries where the query
is empty but there is a name.
Then allows the Evaluator to match a container when
there aren't conditions and there is a name.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-conditional/container-queries/at-container-parsing-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-conditional/container-queries/query-container-name-expected.txt:
* Source/WebCore/css/query/ContainerQueryParser.cpp:
(WebCore::CQ::ContainerQueryParser::consumeContainerQuery):
* Source/WebCore/style/ContainerQueryEvaluator.cpp:
(WebCore::Style::ContainerQueryEvaluator::evaluate const):
Canonical link: https://commits.webkit.org/304388@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications