[csswg-drafts] [css-selectors-4] Use actual types in nth pseudo class selectors (#9494)

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

== [css-selectors-4] Use actual types in nth pseudo class selectors ==
The syntax for nth pseudo class selectors currently use a simplified syntax which later references actual types in the prose.  It would be simpler and better for tooling which parses this data to use the actual types.

For example: 
`:nth-child(An+B [of S]? )`

Would be represented as:
`:nth-child(<an-b> [of <complex-real-selector-list>]? )`

If this is acceptable I'd be happy to supply a patch.

See also https://github.com/w3c/csswg-drafts/issues/9473.

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


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

Received on Wednesday, 18 October 2023 19:07:23 UTC