Fix accessibility bug 2201717 a11y heading structure#3600
Merged
Conversation
… page Bug: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2201717 - Add <h1>TSConfig Reference</h1> as visible page heading (all other content pages have explicit H1; this page was missing one) - Fix heading skip H2→H4 in showCategories: section group headings now render as <h3> (or no heading for root-level groups, which use <h3> directly for categories — eliminating H2→H4 skip) - Fix heading skip H2→H5 for category names: now <h4> under sections, <h3> at root level - Fix heading skip H3→H5 in extends.md: ##### Example → #### Example (en.md is regenerated from this source at build time) - Update tsconfig.scss to match new heading element selectors axe heading-order rule: 0 violations (was 2) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
46098c5 to
8d68477
Compare
Contributor
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-plant-05c166c10-3600.centralus.5.azurestaticapps.net |
jakebailey
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2201717