Accessibility/semantics question.
I've got a UI for building something with an option to preview the built thing in a drawer. Should the heading 'Preview' in the drawer be a <h1> or <h2>?
I can't decide if the drawer context is equivalent to a new document or a subsection of the current document.
Any views?