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
I'm requesting a TAG review of CSS :open pseudo-class.
This pseudo-class applies to HTML elements which have an "open" state. For <details>, this is when the element is expanded. For <dialog>, this is when the element is showing. For <select>, this is when the picker is showing.
We looked at this in a breakout today and don't see any issues. Closing as satisfied.
We did note w3c/csswg-drafts#11039 and agree that if :not(:open) is equivalent to :closed then :closed isn't necessary and probably should be removed. However if it's possible that an element could be in a state that's neither open or closed, then they're not exactly equivalent and :closed has a purpose.
こんにちは TAG-さん!
I'm requesting a TAG review of CSS :open pseudo-class.
This pseudo-class applies to HTML elements which have an "open" state. For
<details>
, this is when the element is expanded. For<dialog>
, this is when the element is showing. For<select>
, this is when the picker is showing.Further details:
The text was updated successfully, but these errors were encountered: