When testing 1b9c614 with the Classic Editor and a custom theme, I discovered that I had two H1 elements on the generated page: "Accessibility Statement" and "Accessibility Statement for [site name]". The first is from my theme, which uses post_title as the page's H1 and the second is from the generator putting it into the_content.
It would be nice to be able to have the headings structure match the rest of the page, or at least provide guidance to theme developers on what to expect when generating an A11Y statement.

When testing 1b9c614 with the Classic Editor and a custom theme, I discovered that I had two
H1elements on the generated page: "Accessibility Statement" and "Accessibility Statement for [site name]". The first is from my theme, which usespost_titleas the page'sH1and the second is from the generator putting it intothe_content.It would be nice to be able to have the headings structure match the rest of the page, or at least provide guidance to theme developers on what to expect when generating an A11Y statement.