Applying the CSS "@supports (display: grid) { .wrapper > tbody, .wrapper > tbody > tr { display: contents; } }" with wild abandon in GeoCities HTML table-based layout templates optimized for Internet Explorer 3 and/or Netscape Navigator 3 to make them pleasant on sub-VGA pocket screens while still remaining optimized for those early browsers and every desktop browser since: from IE3 to Edge 125, and from NN3 to Firefox 128.
I'm reading that the CSS "display: contents;" on TR and (implicit) TBODY elements wrecks accessibility of tables as tabular data, rendering their TH and TD cells as ordinary content with no tabular relationship instead, but since these are tables "misapplied" for layout only and never meant to be tabular data themselves (one of the only ways to control page layout in pre-CSS and CSS1 days), that seems like a perk in this specific case.
I may be going back *way* too far. My template is looking nice even in IE2, but since IE2 predates HTTP/1.1 by about 5 years, it can't connect to any website but the default on a virtual host Web server.
I set out with the goal of making my vintage HTML page template look fantastic in Netscape Navigator and only passable in Internet Explorer. Instead, it's looking only passable in Netscape Navigator and fantastic in Internet Explorer. I don't know how to feel about this.