Skip to content

Add the :open pseudo-class #10126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make :closed match all elements
  • Loading branch information
josepharhar committed Oct 8, 2024
commit c23f7f9a0ef87e9314799508087c27970acfd489
8 changes: 7 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -74560,6 +74560,9 @@ Demos:

  • A select element which is a drop-down box whose drop-down box

  • is open.


  • An input element which supports a picker popup and whose picker popup is

  • open.


    Expand All @@ -74578,7 +74581,10 @@ Demos:
  • A dialog element which does not have the

  • data-x="attr-dialog-open">open attribute.


  • A select element which is a drop-down box whose drop-down box

  • A select element which is not a drop-down box or whose

  • drop-down box is closed.


  • An input element which doesn't support a picker popup or whose picker popup

  • is closed.

    Expand Down