Re: [csswg-drafts] [selectors] Time dimensional pseudo-classes that get a selector list as arguments are weird. (#9748)

mm, no that was me :) https://github.com/w3c/csswg-drafts/commit/bcd3dc42fdd0dfc8651614e61723aca910ed1498

The difference is here:

```
<div>
  <div>
    <p>not here</p>
    <div>here</div>
    <p>not here</p>
   </div>
</div>
```

Assuming the innermost div is `:current`, `div:current` will match all the divs, but only the innermost one will match `:current(div)`.

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


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

Received on Saturday, 23 December 2023 04:51:54 UTC