What fresh hell is THIS now? - Patrick Lauke
<header>
be in a <section><article><aside>
or is this ok as is? http://screencast.com/t/drGsCfoBw
role=banner
, wrapping header/footer
in a <section>
changes the role of the elements to a more generic group. so suggest using '<section>'
dt
or dd
?
<dd>
https://w3c.github.io/html/grouping-content.html#the-dd-element can contain flow content https://w3c.github.io/html/dom.html#flow-content
<h1>
<menu>
element would work but that isn’t implemented by any browser.
<dialog>
element but for tooltips, popups, etc.
<a href=”URL” role=”button”>
?
<h1>
in the first '<header>’ … I think was site is trying to have a '<header><h1></header><header><h2></header><footer/>' structure .. and there is a '<main>' with several '<section>s’