Commit 52a4c77
Bug 1998544 [wpt PR 55877] - Allow <string> in the animation-name CSS property, a=testonly
Automatic update from web-platform-tests
Allow <string> in the animation-name CSS property
The animation-name property syntax allows both <custom-ident> and
<string> values. There were some doubts [1] about the serialization of
this property due to potential conflicts between the <string> values and
some identifies in the css-wide group.
The CSSWG resolution was to serialize this property as custom-ident when
possible, and as strings otherwise.
This CL aligns Chrome with Firefox and Safari as well as other minor
engines like Servo and Ladybird.
[1] w3c/csswg-drafts#2435
Bug: 40592875
Change-Id: I4851c8605a514dbe1d47d8898ae7925378bbdb08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7067893
Reviewed-by: Anders Hartvoll Ruud <[email protected]>
Commit-Queue: Javier Fernandez <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1541685}
--
wpt-commits: 5ded9c243a8273f95a8aacd07b115f952516cbbf
wpt-pr: 558771 parent 110838f commit 52a4c77
File tree
1 file changed
+2
-0
lines changed- testing/web-platform/tests/css/css-animations/parsing
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
0 commit comments