|
|
|
|
|
by USiBqidmOOkAqRb
652 days ago
|
|
Not mentioned: display: table;
display: table-row-group;
display: table-header-group;
display: table-footer-group;
display: table-row;
display: table-cell;
display: table-column-group;
display: table-column;
display: table-caption;
I'm not sure how cursed this is for screen readers. It certainly feels less evil than JS solutions. |
|
https://developer.mozilla.org/en-US/docs/Web/CSS/display
the topic ads one more top search result than fails to provide the solution. I didn't find a page that does but didn't look very hard.
Tables resize in a pretty clever way. I wonder if css has anything that forces one element to resize along with another. Probably not.