- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Mon, 10 Jun 2024 22:22:05 +0000
- To: public-css-archive@w3.org
Considering this together with https://github.com/w3c/csswg-drafts/issues/10321 what renaming allows us to do is to create `position` as a shorthand of all the positioning properties other than `inset` (which is lengths, kinda margin-ish, and feels more separate). Something like: ``` position: <type> <anchor>? [ / <container>]? [ <area> [, <try>]? ]? Examples: position: fixed --foo bottom, top; position: absolute / --container; position: fixed --foo bottom span-right, flip-block, bottom, top; position: absolute --foo / --container left; ``` -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10209#issuecomment-2159406872 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 10 June 2024 22:22:06 UTC