Skip to content

Fix accessibility bug 2201717 a11y heading structure#3600

Merged
navya9singh merged 1 commit into
v2from
navya9singh/fix-2201717-a11y-heading-structure
Jul 1, 2026
Merged

Fix accessibility bug 2201717 a11y heading structure#3600
navya9singh merged 1 commit into
v2from
navya9singh/fix-2201717-a11y-heading-structure

Conversation

@navya9singh

Copy link
Copy Markdown
Member

… 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>
@navya9singh navya9singh force-pushed the navya9singh/fix-2201717-a11y-heading-structure branch from 46098c5 to 8d68477 Compare July 1, 2026 22:20
@navya9singh navya9singh added the deploy-preview Enables automatic deployments to preview environments on a PR label Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-plant-05c166c10-3600.centralus.5.azurestaticapps.net

@navya9singh navya9singh requested a review from jakebailey July 1, 2026 23:15
@navya9singh navya9singh merged commit 1e398d6 into v2 Jul 1, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deploy-preview Enables automatic deployments to preview environments on a PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants