RESOLVED FIXED Bug 249479
Stop allowing numbers during parsing of cx, cy, x, y CSS properties
https://bugs.webkit.org/show_bug.cgi?id=249479
Summary Stop allowing numbers during parsing of cx, cy, x, y CSS properties
Chris Dumez
Reported 2022-12-16 09:07:32 PST
Stop allowing numbers during parsing of cx, cy, x, y CSS properties. Per the specification, we should allow <length-percentage>, not <number>: - https://svgwg.org/svg2-draft/geometry.html#CX - https://svgwg.org/svg2-draft/geometry.html#CY - https://svgwg.org/svg2-draft/geometry.html#X - https://svgwg.org/svg2-draft/geometry.html#Y
Attachments
Chris Dumez
Comment 1 2022-12-16 09:10:16 PST
EWS
Comment 2 2022-12-16 18:35:44 PST
Committed 258029@main (90112a7d702f): <https://commits.webkit.org/258029@main> Reviewed commits have been landed. Closing PR #7757 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-12-16 18:36:17 PST
Note You need to log in before you can comment on or make changes to this bug.