PivotGrid Demos: Fix 'heading-order' accessibility violations#34357
Open
aleksei-semikozov wants to merge 3 commits into
Open
PivotGrid Demos: Fix 'heading-order' accessibility violations#34357aleksei-semikozov wants to merge 3 commits into
aleksei-semikozov wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request addresses reported “heading-order” accessibility violations in PivotGrid demos by aligning headings to a consistent level (primarily switching demo titles from h3 → h2) and updating corresponding styles so visual appearance/layout remains stable.
Changes:
- Updated demo page title markup across Angular/React/ReactJS/Vue/jQuery PivotGrid demos to use
h2instead ofh3. - Updated demo CSS selectors to target
h2and adjusted margins to compensate for differing default heading spacing. - Updated PivotGrid demo description markdown headings from
###to##to avoid heading-level skips.
Reviewed changes
Copilot reviewed 38 out of 38 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/Demos/PivotGrid/WebAPIService/description.md | Adjusts markdown heading level to ## to maintain correct heading order. |
| apps/demos/Demos/PivotGrid/SimpleArray/Vue/App.vue | Changes title to h2 and updates scoped styles/margins accordingly. |
| apps/demos/Demos/PivotGrid/SimpleArray/ReactJs/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/SimpleArray/ReactJs/App.js | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/SimpleArray/React/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/SimpleArray/React/App.tsx | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/SimpleArray/jQuery/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/SimpleArray/jQuery/index.html | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.html | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Vue/App.vue | Changes title to h2 and updates scoped styles/margins accordingly. |
| apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/ReactJs/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/ReactJs/App.js | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/React/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/React/App.tsx | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/index.html | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.html | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/OLAPDataSource/Vue/App.vue | Changes title to h2 and updates scoped styles/margins accordingly. |
| apps/demos/Demos/PivotGrid/OLAPDataSource/ReactJs/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/OLAPDataSource/ReactJs/App.js | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/OLAPDataSource/React/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/OLAPDataSource/React/App.tsx | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/index.html | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/OLAPDataSource/Angular/app/app.component.html | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/OLAPDataSource/Angular/app/app.component.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/IntegratedFieldChooser/description.md | Updates markdown section headings to ## to maintain correct heading order. |
| apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Vue/App.vue | Changes title to h2 and updates scoped styles/margins accordingly. |
| apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/ReactJs/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/ReactJs/App.js | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/React/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/React/App.tsx | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/jQuery/styles.css | Updates .long-title heading selector to h2 and adjusts margins. |
| apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/jQuery/index.html | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.html | Changes demo title element from h3 to h2. |
| apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.css | Updates .long-title heading selector to h2 and adjusts margins. |
sjbur
approved these changes
Jul 17, 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.
No description provided.