RESOLVED FIXED 266513
Compute values of basic shape rect() and xywh() as the equivalent inset()
https://bugs.webkit.org/show_bug.cgi?id=266513
Summary Compute values of basic shape rect() and xywh() as the equivalent inset()
Darin Adler
Reported 2023-12-15 15:27:13 PST
CSS shapes https://drafts.csswg.org/css-shapes-1/#basic-shape-computed-values says, “All <basic-shape-rect> functions compute to the equivalent inset() function.” Let’s do that.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-15 15:28:51 PST
Darin Adler
Comment 2 2023-12-15 15:40:32 PST
EWS
Comment 3 2023-12-16 07:18:19 PST
Committed 272180@main (534a722e7081): <https://commits.webkit.org/272180@main> Reviewed commits have been landed. Closing PR #21903 and removing active labels.
Frances Cornwall
Comment 4 2023-12-23 21:39:09 PST
I noticed that the `inset` tests in WPT.fyi are failing: http://wpt.live/css/css-masking/animations/clip-path-interpolation-xywh-rect.html
Note You need to log in before you can comment on or make changes to this bug.