- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 23 Apr 2020 12:59:14 +0000
- To: public-css-archive@w3.org
@ByteEater-pl But `reserve-space: never` would be like `position: absolute`? It seems to me that the new functionality that your proposal would provide is `position: absolute; reserve-space: always`, i.e. being able to position the element like in absolute positioning, but still take some space. The problem is that it's not much well-defined, since abspos elements are out-of-flow and they don't really participate in the parent formatting context. For example, an abspos child of a grid container is not a grid item, so how exactly would you reserve the space? -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4972#issuecomment-618388405 using your GitHub account
Received on Thursday, 23 April 2020 12:59:15 UTC