How does this work?
leveraging using tables
with a role="presentation" attribute
make decorated sections without css. a LOT
of tables. The table tag should NOT be used as a layout method.
However, pretty much exclusively relying on tables for this purpose.
presentation role tells browser not to expose table and children in accessibility tree.
adding HTML 3.2 doctype at top of page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
give a hint to browser that we use old stuff.
HOWEVER....
details/summary,
section, main, header,
and footer....