RESOLVED FIXED316220
Implement CSS object-view-box parsing and feature flag
https://bugs.webkit.org/show_bug.cgi?id=316220
Summary Implement CSS object-view-box parsing and feature flag
Alice Tang
Reported 2026-06-03 11:49:04 PDT
Add a feature flag (CSSObjectViewBoxEnabled) to prepare for implementing CSS object-view-box property Spec: https://drafts.csswg.org/css-images-5/#the-object-view-box
Attachments
Alice Tang
Comment 1 2026-06-03 12:00:32 PDT
Alice Tang
Comment 2 2026-06-03 14:55:38 PDT
Alice Tang
Comment 3 2026-06-08 16:30:59 PDT
Updated scope: this patch now also implements parsing for object-view-box, not just the feature flag. Property accepts none | <basic-shape-rect> (inset(), rect(), and xywh()). All three forms are stored internally as InsetFunction in the computed style. The round <border-radius> variant of inset() and the rendering implementation are left for a follow up patch
EWS
Comment 4 2026-06-11 20:50:07 PDT
Committed 315073@main (54d003b450a0): <https://commits.webkit.org/315073@main> Reviewed commits have been landed. Closing PR #66402 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.