What fresh hell is THIS now? - Patrick Lauke
aria-labelledby
on the content/main
would allow for a visible heading ( if someone wants to use that). The labelledby would simply function as a fallback.
how that gets announced by the AT is left up to the AT
failed miserably. - @garcialo
nav
element in the section with the results though to me.
<section><h1>Section title</h1>{{ results }}<nav><h2>Pagination</h2><nav></nav></section>
is how I’d approach it. Ideally I never use offscreen text for headings.