RESOLVED FIXED 249112
[SVG2] Stop accepting 'defer' in preserveAspectRatio
https://bugs.webkit.org/show_bug.cgi?id=249112
Summary [SVG2] Stop accepting 'defer' in preserveAspectRatio
Ahmad Saleem
Reported 2022-12-11 15:10:49 PST
Hi Team, We can drop "defer" from preserveAspectRatio than it is not SVG2 and dropped by Blink in 2015. Webkit GitHub Source - https://github.com/WebKit/WebKit/blob/bf6ec0b71883ada1ee6d8d0c66a8ea7e421c5e27/Source/WebCore/svg/SVGPreserveAspectRatioValue.cpp#L96 Blink Commit - https://src.chromium.org/viewvc/blink?view=revision&revision=198601 SVG2 - https://www.w3.org/2015/06/12-svg-minutes.html#item11 Just wanted to raise bug, so we can also do needful, if something else is required. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-18 15:11:16 PST
EWS
Comment 2 2022-12-22 11:24:01 PST
Committed 258253@main (e68929af9f25): <https://commits.webkit.org/258253@main> Reviewed commits have been landed. Closing PR #7997 and removing active labels.
Said Abou-Hallawa
Comment 3 2023-01-17 13:44:45 PST
The specs link is https://svgwg.org/svg2-draft/coords.html#PreserveAspectRatioAttribute. Removing the 'defer' keyword from preserveAspectRatio is mentioned here https://www.w3.org/TR/SVG/changes.html#coords.
Note You need to log in before you can comment on or make changes to this bug.