data icon indicating copy to clipboard operation
data copied to clipboard

feat(css): Update syntax for `bottom` `top` `left` `right`

Open skyclouds2001 opened this issue 8 months ago • 0 comments

Description

add support for anchor() and anchor-size(), which are supported since chrome v125 and chrome v132

also combine <length> and <percentage> into <length-percentage>

also add these properties to CSS Anchor Positioning group since this module also defines some of these features

Motivation

Additional details

https://developer.mozilla.org/en-US/docs/Web/CSS/bottom https://developer.mozilla.org/en-US/docs/Web/CSS/top https://developer.mozilla.org/en-US/docs/Web/CSS/left https://developer.mozilla.org/en-US/docs/Web/CSS/right https://drafts.csswg.org/css-anchor-position/#funcdef-anchor

Related issues and pull requests

skyclouds2001 avatar Apr 20 '25 15:04 skyclouds2001