[wpt-sync] Sync PR 48334 - Sync with SVG2 for removed properties
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48334 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48334
Details from upstream follow.
Ahmad Saleem <52317531+Ahmad-S792@users.noreply.github.com> wrote:
Sync with SVG2 for removed properties
Hi Team,
This is an update to test for few bits:
alignment-baseline- removed from Firefox and SVG2 [1][1] https://svgwg.org/svg2-draft/text.html#AlignmentBaselineProperty
So this updates it to return
emptyinstead of default.
baseline-shift- removed from Firefox and SVG2 [2][2] https://svgwg.org/svg2-draft/text.html#BaselineShiftProperty
So this updates it to return
emptyinstead of default.
glyph-orientation-horizontalandglyph-orientation-vertical- removed from Chrome, Firefox and SVG2 [3][3] https://svgwg.org/svg2-draft/text.html#GlyphOrientationHorizontalProperty and https://svgwg.org/svg2-draft/text.html#GlyphOrientationVerticalProperty
kerning- removed from Chrome, Firefox, Safari and SVG2 [4][4] https://svgwg.org/svg2-draft/text.html#KerningProperty
We can also remove them completely but I think still showing-up them as failure for browser engines, which haven't removed, is better for tracking.
Thanks!
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Description
•