Earlier quoted context omitted.
Table layouts are still superior to CSS in that they achieve the Holy Grail layout. As far as I'm aware, CSS still fails to achieve the Holy Grail within any reasonable realm of effort. Hell, the entire reason the internet moved from Holy Grail layouts to singular sidebar and vertically integrated layouts was because CSS can't into Holy Grail. With how wide most users' monitors are ever since 16:9 became commonplace,…
This doesn't add up. CSS grid, flex box, etc all do the "holy grail" layout with a couple lines. The tables mess that was early www was and remains an absolute mess of markdown to maintain for layout. Semantics and accessibility are practically out the window with table. HCI dictates how humans use interfaces and with that comes many defacto reasons why a plain text page does not solve the problems users want to solv…
No, I think most website devs left to their devices optimize for least effort to create and maintain.