mochajs / mocha

☕️ simple, flexible, fun javascript test framework for node.js & the browser

Home Page:https://mochajs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛠 Repo: CHANGELOG.md accessibility issues: headings

JoshuaKGoldberg opened this issue · comments

Tooling Suggestion Checklist

Overview

Right now the CHANGELOG.md file is manually edited to have many # h1s. Although crawlers such as Google's can handle them, it's generally accessibility best practice not to in straightforward pages such as a changelog (e.g. https://www.a11yproject.com/posts/how-to-accessible-heading-structure/#one-h1). Instead we should have a single # Changelog h1 followed by h2s for each entry.

Additional Info

No response