- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Aug 2022 17:23:07 +0000
- To: public-css-archive@w3.org
As a concrete example: ```html <style> .containing-block { position: relative; } .abspos { position: absolute; inset: 0; align-self: start; justify-self: end; } </style> <div class="containing-block"> <div style="flex; align-items: center;"> <div class="abspos"></div> </div> <div style="flex; flex-direction: column; align-items: center;"> <div class="abspos"></> </div> </div> ``` Should the two "abspos" go in the same direction? -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7612#issuecomment-1226017984 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 24 August 2022 17:23:09 UTC