layout: Make Servo compatible with Stylo with extra preference media query support#42011
Open
lukewarlow wants to merge 1 commit intoservo:mainfrom
Open
layout: Make Servo compatible with Stylo with extra preference media query support#42011lukewarlow wants to merge 1 commit intoservo:mainfrom
lukewarlow wants to merge 1 commit intoservo:mainfrom
Conversation
lukewarlow
commented
Jan 19, 2026
86155b2 to
4e8e61b
Compare
mrobinson
approved these changes
Jan 19, 2026
mrobinson
approved these changes
Jan 19, 2026
1275b1b to
1e00e22
Compare
mrobinson
approved these changes
Jan 28, 2026
1e00e22 to
f48e19b
Compare
f48e19b to
6c7b91d
Compare
lukewarlow
commented
Feb 24, 2026
| sea-query-rusqlite = { version = "0.8.0-rc.15" } | ||
| sec1 = "0.7" | ||
| selectors = { git = "https://github.com/servo/stylo", rev = "9a413b4d05d899c3baedd7b648dbf2c23dc9b879" } | ||
| selectors = { git = "https://github.com/servo/stylo", rev = "refs/pull/288/head" } |
Member
Author
There was a problem hiding this comment.
TODO change once stylo PR is merged
Member
Author
|
Not sure what's going on, I can't seem to build this one locally anymore. |
Member
|
You need to update your cargo.toml to account for servo/stylo#312 |
Member
Author
|
Ah! Thanks for spotting that. |
…pport Obtaining the value from the embedder is left for a follow-up. Signed-off-by: Luke Warlow <lwarlow@igalia.com>
6c7b91d to
3e862e3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make Servo compatible with Stylo with extra preference media query support
Obtaining the value from the embedder is left for a follow-up.
This makes Servo recognise
prefers-contrast,prefers-reduced-transparency,prefers-reduced-motion.Stylo PR: servo/stylo#288
See #39068