- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Nov 2024 14:25:43 +0000
- To: public-css-archive@w3.org
cdoublev has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-backgrounds-4] Define background-repeat|position longhands with a logical property group == Follow-up on https://github.com/w3c/csswg-drafts/issues/116#issuecomment-2295641610. For example, flow-relative and physical `background-position-*` need to be in the same logical property group in order to maintain the appropriate order of declarations within a CSS declaration block, eg. with `style.cssText = 'background-repeat: repeat; background-repeat-block: no-repeat; background-repeat-y: repeat'`. Cf. [serialize a CSS declaration block](https://drafts.csswg.org/cssom-1/#serialize-a-css-declaration-block) and [set a CSS declaration](https://drafts.csswg.org/cssom-1/#set-a-css-declaration). See https://github.com/w3c/csswg-drafts/pull/11139 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 1 November 2024 14:25:44 UTC