Gunnar Bittersmann: Einzeilige einspaltige Tabelle: Element in rechte UNTERE Ecke plazieren

Beitrag lesen

@@beatovich

Eine Tabelle mit nur einem Tabellenfeld ist keine Tabelle.

das ist aber so was von css-scheisslegal 😉

Nicht, wenn man sinnvollerweise sowas wie

tbody:only-child tr:only-child
{
	ERROR: 'table should have more than one row';
	outline: 0.5rem solid red !important;
}

td:not([colspan]):only-child
{
	ERROR: 'table should have more than one column';
	outline: 0.5rem solid red !important;
}

im Stylesheet zu stehen hat – zumindest während der Entwicklung.

LLAP 🖖

--
“When UX doesn’t consider all users, shouldn’t it be known as ‘Some User Experience’ or... SUX? #a11y” —Billy Gregory