Default content missing h1 tags
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3584227. --> Reported by: [greg boggs](https://www.drupal.org/user/153069) Related to !17 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The Haven theme is missing an H1 tag on it's provided pages. Having an H1 tag isn't required for accessibility, but it's an important best practice. The theme does have many H2 tags, and it has an obvious banner text that appears visually to be an h1, but is a span. So, it makes sense to update the HTML for banner text to use h1 tags where appropriate.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Install CMS with Haven</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Update the sample content header span elements to h1.</p>
issue