WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
316220
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
Add attachment
proposed patch, testcase, etc.
Alice Tang
Comment 1
2026-06-03 12:00:32 PDT
<
rdar://problem/178647990
>
Alice Tang
Comment 2
2026-06-03 14:55:38 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/66402
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.
Top of Page
Format For Printing
XML
Clone This Bug