Bug 250571
Summary: | [@property] Fix the test to allow 'default' as an initial value for '*' syntax | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
Component: | CSS | Assignee: | Antti Koivisto <koivisto> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://github.com/web-platform-tests/wpt/pull/37941 | ||
Bug Depends on: | |||
Bug Blocks: | 189692 |
Antti Koivisto
Value 'default' is not legal as a custom identifier but it is not a css-wide keyword. With '*' syntax the value is just a pile of parser tokens and shouldn't be interpreted until someone tries to use it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antti Koivisto
css/css-properties-values-api/register-property-syntax-parsing.html
Radar WebKit Bug Importer
<rdar://problem/104223391>
Antti Koivisto
Pull request: https://github.com/WebKit/WebKit/pull/8621
Antti Koivisto
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/37941
EWS
Committed 258881@main (f5656e4975af): <https://commits.webkit.org/258881@main>
Reviewed commits have been landed. Closing PR #8621 and removing active labels.