Skip to content

Add :open pseudo-class#297

Merged
mrobinson merged 1 commit intoservo:mainfrom
lukewarlow:open
Jan 28, 2026
Merged

Add :open pseudo-class#297
mrobinson merged 1 commit intoservo:mainfrom
lukewarlow:open

Conversation

@lukewarlow
Copy link
Copy Markdown
Member

@lukewarlow lukewarlow commented Jan 27, 2026

Servo PR: servo/servo#42195

Signed-off-by: Luke Warlow <[email protected]>
@lukewarlow lukewarlow marked this pull request as ready for review January 27, 2026 19:26
@mrobinson mrobinson added this pull request to the merge queue Jan 28, 2026
Merged via the queue into servo:main with commit 63d8ef5 Jan 28, 2026
5 checks passed
github-merge-queue bot pushed a commit to servo/servo that referenced this pull request Jan 28, 2026
Add support for `:open` pseudo-class. This is supported on dialog,
details and select elements.


Stylo PR: servo/stylo#297
Testing: WPTs but also
`data:text/html,<select><option>123</option></select><style>:open {
background-color: red; }</style>`. There are some tests that now error,
these previously failed due to missing `:open` and now make it further
along hitting test_driver.send_keys() which causes them to error
Fixes: #41277.

---------

Signed-off-by: Luke Warlow <[email protected]>
github-merge-queue bot pushed a commit to servo/servo that referenced this pull request Jan 29, 2026
Add support for `:open` pseudo-class. This is supported on dialog,
details and select elements.


Stylo PR: servo/stylo#297
Testing: WPTs but also
`data:text/html,<select><option>123</option></select><style>:open {
background-color: red; }</style>`. There are some tests that now error,
these previously failed due to missing `:open` and now make it further
along hitting test_driver.send_keys() which causes them to error
Fixes: #41277.

---------

Signed-off-by: Luke Warlow <[email protected]>
Loirooriol pushed a commit that referenced this pull request Feb 5, 2026
Servo PR: servo/servo#42195

Signed-off-by: Luke Warlow <[email protected]>
Loirooriol pushed a commit that referenced this pull request Feb 5, 2026
Servo PR: servo/servo#42195

Signed-off-by: Luke Warlow <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants