script: Add preshints for width and height attributes of <svg>#43583
Merged
Conversation
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
|
🔨 Triggering try run (#23462805205) for Linux (WPT) |
e12ae00 to
2888e08
Compare
|
Test results for linux-wpt from try job (#23462805205): Flaky unexpected result (25)
Stable unexpected results that are known to be intermittent (18)
Stable unexpected results (11)
|
|
|
2888e08 to
97d624a
Compare
github-merge-queue Bot
pushed a commit
to servo/stylo
that referenced
this pull request
Mar 24, 2026
This is only used for the `width` and `height` attributes of `<svg>` elements, which need to accept percentages for presentational hints. Servo PR: servo/servo#43583 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
97d624a to
4b26dc5
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.
Lets the
widthandheightattributes of<svg>set presentational hints for the CSS properties of the same name.Also bumps Stylo to servo/stylo#343, in order to also set the preshints for percentage values. However, layout will ignore percentages for the purpose of computing the natural sizes and aspect ratio.
Testing: Improves WPT