Bug 250571 - [@property] Fix the test to allow 'default' as an initial value for '*' syntax
Summary: [@property] Fix the test to allow 'default' as an initial value for '*' syntax
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antti Koivisto
URL:
Keywords: InRadar
Depends on:
Blocks: 189692
  Show dependency treegraph
 
Reported: 2023-01-13 07:09 PST by Antti Koivisto
Modified: 2023-01-13 11:49 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.