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
Set selector syntax to selector name when possible (#1848)
The syntax of selectors is often not formally defined in specs. For selectors
that are function-like such as `:nth-child()`, we'll have to see how specs can
be updated. For selectors that are keyword-like such as `:visited`, updating the
specs seems more confusing than anything else though: the syntax of the
selector goes without saying, it is simply the selector's name.
This update makes Reffy set the selector's syntax to be the selector's name
when the selector is keyword-like.
0 commit comments