w3c / css-houdini-drafts

Mirror of https://hg.css-houdini.org/drafts
https://drafts.css-houdini.org/
Other
1.84k stars 141 forks source link

[css-properties-values-api-1][editorial] Match an empty string for initialValue #1129

Closed cdoublev closed 6 hours ago

cdoublev commented 19 hours ago

There is no corresponding test on WPT but empty string is a valid initial-value, and CSS.registerProperty({ ..., syntax: '*', initialValue: '' }) works on current version of Chrome and FF.