Headings Mixed into a Form as Children of Legends
It sometimes feels necessary to group complex forms visually using headings. As traditionally used headings are non-focusable elements, you have to make sure that they are not missed by screen reader users in focus mode. Although it is the traditional way to group form controls using <fieldset>/<legend> structures (and they are even capable of being nested), sometimes…