You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-contain-3] Tweak the spec for style() queries w3c#8127 (w3c#8756)
* [css-contain-3] Tweak the spec for style() queries w3c#8127
Remove the recently added grammar part for style-feature that was
inaccurate.
Do not accept invalid declarations or unsupported property names as
a style-feature. The effect of that is that we do not need to store
invalid declarations, but merely fall back to parse the style() query
with the invalid declaration as a general-enclosed, which will evaluate
to unknown.
* Reformulate and add general-enclosed evaluation
---------
Co-authored-by: Rune Lillesveen <futhark@chromium.org>
0 commit comments