Bug 165400 - Fix rx, ry property parsing
Summary: Fix rx, ry property parsing
Status: RESOLVED DUPLICATE of bug 204200
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-12-05 12:29 PST by Dean Jackson
Modified: 2022-07-14 11:48 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2016-12-05 12:29:46 PST
We need to support auto and disallow negative values.
https://svgwg.org/svg2-draft/geometry.html#RxProperty
Comment 1 Dean Jackson 2016-12-05 14:52:41 PST
<rdar://problem/29520016>
Comment 2 Ahmad Saleem 2022-07-14 10:00:26 PDT
Based on below RX-Invalid test case from WPT, Safari Technical Preview 148 do support (negative values):

https://wpt.fyi/results/svg/geometry/parsing/rx-invalid.svg?label=experimental&label=master&aligned

Also auto value:

https://wpt.fyi/results/svg/geometry/parsing/rx-valid.svg?label=experimental&label=master&aligned

I think it was fixed with following commit:

https://github.com/WebKit/WebKit/commit/055ca1e4dfd83fb5edf4fe2f9dcd880dc7bf2e0d

Can this be marked as "RESOLVED CONFIGURATION CHANGED" or "DUPLICATE OF bug 204200"? Thanks!
Comment 3 Ryosuke Niwa 2022-07-14 11:48:39 PDT
Yeah, looks fixed now.

*** This bug has been marked as a duplicate of bug 204200 ***