-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CSS Container Queries] Remove size() function syntax
https://bugs.webkit.org/show_bug.cgi?id=237639 Reviewed by Antoine Quint. LayoutTests/imported/w3c: * web-platform-tests/css/css-contain/container-queries/at-container-parsing-expected.txt: * web-platform-tests/css/css-contain/container-queries/container-name-parsing-expected.txt: Source/WebCore: Per w3c/csswg-drafts#6870 * css/ContainerQueryParser.cpp: (WebCore::ContainerQueryParser::consumeContainerQuery): * css/parser/CSSPropertyParserHelpers.cpp: (WebCore::CSSPropertyParserHelpers::consumeSingleContainerName): Also disallow strings as container names (they need to be identifiers). Canonical link: https://commits.webkit.org/248220@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@291046 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
6 changed files
with
38 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2022-03-09 Antti Koivisto <[email protected]> | ||
|
||
[CSS Container Queries] Remove size() function syntax | ||
https://bugs.webkit.org/show_bug.cgi?id=237639 | ||
|
||
Reviewed by Antoine Quint. | ||
|
||
* web-platform-tests/css/css-contain/container-queries/at-container-parsing-expected.txt: | ||
* web-platform-tests/css/css-contain/container-queries/container-name-parsing-expected.txt: | ||
|
||
2022-03-09 Antoine Quint <[email protected]> | ||
|
||
[web-animations] color-interpolation-filters should support discrete animation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2022-03-09 Antti Koivisto <[email protected]> | ||
|
||
[CSS Container Queries] Remove size() function syntax | ||
https://bugs.webkit.org/show_bug.cgi?id=237639 | ||
|
||
Reviewed by Antoine Quint. | ||
|
||
Per https://github.com/w3c/csswg-drafts/issues/6870 | ||
|
||
* css/ContainerQueryParser.cpp: | ||
(WebCore::ContainerQueryParser::consumeContainerQuery): | ||
* css/parser/CSSPropertyParserHelpers.cpp: | ||
(WebCore::CSSPropertyParserHelpers::consumeSingleContainerName): | ||
|
||
Also disallow strings as container names (they need to be identifiers). | ||
|
||
2022-03-09 Fujii Hironori <[email protected]> | ||
|
||
[WinCairo] SpatialNavigation.h(93): error C2365: 'WebCore::None': redefinition; previous definition was 'enumerator' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters