- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Wed, 14 May 2025 20:01:01 +0000
- To: public-css-archive@w3.org
@fantasai @Loirooriol - Is it correct under the above resolution, tables should have the old behaviour? E.g.
https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=13785
```
<!DOCTYPE html>
<style>
.cb {
width: 100px;
height: 100px;
display: inline-block;
position: relative;
border: solid 3px;
}
table {
position: absolute;
min-width: 20px;
min-height: 20px;
background: lime;
margin: auto;
inset: 0;
}
</style>
<div class="cb">
<table style="align-self: normal; justify-self: normal;"></table>
</div>
<div class="cb">
<table style="align-self: stretch; justify-self: stretch;"></table>
</div>
```
--
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11195#issuecomment-2881406477 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 14 May 2025 20:01:02 UTC