[csswg-drafts] [cssom][selectors] Define or fix the production named `selectors_group` (#6927)

cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom][selectors] Define or fix the production named `selectors_group` ==
In [CSSOM](https://drafts.csswg.org/cssom/#parsing-selectors):

> ## 5.1. Parsing Selectors
>
> To **parse a group of selectors** means to parse the value using the `selectors_group` production defined in the Selectors specification and return either a group of selectors if parsing did not fail or null if parsing did fail.

I can not find `selectors_group` in Specification. Does it corresponds to `<selector-list>`? When does [**parse a selector**](https://drafts.csswg.org/selectors/#parse-selector) should be used?

If I guessed correctly, I suggest to use *parse a list of selectors* instead of *parse a group of selectors* and to reword 18.1 to *Parse a list of selectors* in Specification.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6927 using your GitHub account


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

Received on Monday, 3 January 2022 13:42:27 UTC