Intent to Prototype: CSS anchor positioning with transforms
101 views
Skip to first unread message
Ting-Yu Lin 林庭宇
unread,
Aug 20, 2026, 11:53:41 PM (5 days ago) Aug 20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
Summary: When an anchor element is transformed, the anchor-positioned element's position and size are resolved against the bounding rectangle of the anchor's transformed border box, rather than the untransformed one. This keeps anchor-positioned UI such as tooltips attached to their anchor while the anchor is being transformed.
This is a behavior change to anchor positioning, which already ships. Authors will be able detect the feature with @supports named-feature(anchor-position-follows-transforms).