Bug 250571

Summary: [@property] Fix the test to allow 'default' as an initial value for '*' syntax
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: 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    

Description Antti Koivisto 2023-01-13 07:09:21 PST
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.
Comment 1 Antti Koivisto 2023-01-13 07:10:06 PST
css/css-properties-values-api/register-property-syntax-parsing.html
Comment 2 Radar WebKit Bug Importer 2023-01-13 07:10:47 PST
<rdar://problem/104223391>
Comment 3 Antti Koivisto 2023-01-13 07:19:36 PST
Pull request: https://github.com/WebKit/WebKit/pull/8621
Comment 4 Antti Koivisto 2023-01-13 10:33:08 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/37941
Comment 5 EWS 2023-01-13 11:48:52 PST
Committed 258881@main (f5656e4975af): <https://commits.webkit.org/258881@main>

Reviewed commits have been landed. Closing PR #8621 and removing active labels.