[Webkit-unassigned] [Bug 270739] [CSS Container Queries][Style queries] Incorrect difference between implicit and explicit initial values for custom properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 17 05:46:39 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=270739

--- Comment #5 from Antti Koivisto <koivisto at iki.fi> ---
So

--foo: initial

computes to "guaranteed-invalid value" (https://drafts.csswg.org/css-variables-2/#guaranteed-invalid).

The container query spec says (https://drafts.csswg.org/css-contain-3/#style-container).

"Its query evaluates to true if the computed value of the given property on the query container matches the given value (which is also computed with respect to the query container), and false otherwise."

It seems reasonable that two guaranteed-invalid values "match" but it is not really specified. It might be good to also file a CSSWG issue to clarify this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240417/200dceaa/attachment.htm>


More information about the webkit-unassigned mailing list