- From: Una Kravets via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 May 2024 21:33:21 +0000
- To: public-css-archive@w3.org
@nt1m I disagree that putting `inset-area` in the `position` shorthand makes sense. `inset-area` positioning only works with absolute or fixed positioning, so combining it with other position options (such as relative, or sticky) would be invalid. I.e. `position: relative top span-left` would be invalid if you try to combine them into a shorthand. They seem like very different developer affordances to me. -- GitHub Notification of comment by una Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10209#issuecomment-2125790455 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 22 May 2024 21:33:22 UTC