Script: Create DOM element types for SVG shapes, gradients, and structural elements - #46558
Merged
Merged
Conversation
mu-mostafa98
force-pushed
the
svg-dom-elements
branch
from
July 16, 2026 09:02
efc2457 to
5e604c9
Compare
|
🔨 Triggering try run (#29486140431) for Linux (WPT) |
mu-mostafa98
marked this pull request as ready for review
July 16, 2026 09:15
mu-mostafa98
force-pushed
the
svg-dom-elements
branch
from
July 16, 2026 09:36
2fb8222 to
5ddfad8
Compare
|
Test results for linux-wpt from try job (#29486140431): Flaky unexpected result (40)
Stable unexpected results that are known to be intermittent (17)
|
|
✨ Try run (#29486140431) succeeded. |
jdm
approved these changes
Jul 16, 2026
jdm
left a comment
Member
There was a problem hiding this comment.
Thanks for breaking this work up across multiple PRs!
mu-mostafa98
added a commit
to mu-mostafa98/stylo
that referenced
this pull request
Jul 16, 2026
Removes `engine = "gecko"` from 8 SVG-geometric properties to be enabled for servo: - `x` - `y` - `cx` - `cy` - `rx` - `ry` - `r` - `d` Servo [PR](servo/servo#46558) Signed-off-by: Mohamed Mostafa <[email protected]>
mu-mostafa98
force-pushed
the
svg-dom-elements
branch
from
July 16, 2026 12:55
5ddfad8 to
b9c6c0f
Compare
mu-mostafa98
force-pushed
the
svg-dom-elements
branch
from
July 16, 2026 13:07
b9c6c0f to
a84ec3b
Compare
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 16, 2026
Signed-off-by: Mohamed Mostafa <[email protected]>
Signed-off-by: Mohamed Mostafa <[email protected]>
Signed-off-by: Mohamed Mostafa <[email protected]>
mu-mostafa98
force-pushed
the
svg-dom-elements
branch
from
July 17, 2026 01:42
a84ec3b to
dbf3783
Compare
jdm
enabled auto-merge
July 17, 2026 01:53
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.
Create DOM element types for SVG shapes, gradients, and structural elements
SVG Dom Elements hierarchy
Presentational hints
Added attribute-to-CSS mapping per element type:
cx,cy,r<circle>cx,cy,rcx,cy,rx,ry<ellipse>cx,cy,rx,ryx,y,width,height,rx,ry<rect>x,y,width,height,rx,ryx,y,width,height<image>x,y,width,heightd<path>d(wrapped inpath()CSS syntax)display,visibility,opacitydisplay,visibility,opacityStylo PR