Re: [csswg-drafts] [css-conditional] assigning to conditionText and calling CSS.supports() (#3173)

In the algo at <https://drafts.csswg.org/css-conditional/#the-cssconditionrule-interface>, step 2 currently says:

> If the given value matches the grammar of the appropriate condition production for the given rule, replace the associated CSS condition with the given value.

Replace it with

> If the given value [=CSS/parses=] as the appropriate condition grammar for the given rule (such as `<supports-condition>` for @supports, etc), replace the associated CSS condition with the given value.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3173#issuecomment-700327763 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 28 September 2020 23:03:38 UTC