- From: Xiaocheng Hu via GitHub <sysbot+gh@w3.org>
- Date: Fri, 25 Aug 2023 23:17:24 +0000
- To: public-css-archive@w3.org
xiaochengh has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-anchor-position-1] Add more properties to position fallback == Per resolution https://github.com/w3c/csswg-drafts/issues/9195#issuecomment-1690141172 This PR allows more properties in a `@position-fallback` rule: - All margin properties in [CSS-BOX-4](https://drafts.csswg.org/css-box-4/#margins): - `margin-top`, `margin-bottom`, `margin-left`, `margin-right` and their logical equivalents - `margin`, `margin-block`, `margin-inline` shorthands - `margin-trim`, as it's also a margin property if I read the spec correctly - All border properties in [CSS-BOX-4](https://drafts.csswg.org/css-box-4/#borders): - border color, border style and border width properties, and related shorthands - All padding properties in [CSS-BOX-4](https://drafts.csswg.org/css-box-4/#paddings): - `padding-top`, `padding-bottom`, `padding-left`, `padding-right` and their logical equivalents - `padding`, `padding-block`, `padding-inline` shorthands Note: [CSS-BOX-4](https://drafts.csswg.org/css-box-4/#borders) doesn't explicitly list border radius and border images as border properties, but they should also be allowed in position fallbacks. I suppose this is and editorial issue that should be fixed in CSS-BOX-4 instead. See https://github.com/w3c/csswg-drafts/pull/9244 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 25 August 2023 23:17:26 UTC