You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Details
Fixed the headings are tagged with role="none" in assessment and Adhoc
tools.
##### Motivation
Addresses Issue -
#7362
##### Context
Added role=none rule
<!-- Were there any alternative approaches you considered? What
tradeoffs did you consider? -->
#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->
- [X] Addresses an existing issue:
[https://github.com/microsoft/accessibility-insights-web/issues/7362](https://github.com/microsoft/accessibility-insights-web/issues/7362)
- [X] Ran `yarn fastpass`
- [X] Added/updated relevant unit test(s) (and ran `yarn test`)
- [X] Verified code coverage for the changes made. Check coverage report
at: `<rootDir>/test-results/unit/coverage`
- [X] PR title *AND* final merge commit title both start with a semantic
tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See
`CONTRIBUTING.md`.
- [ ] (UI changes only) Added screenshots/GIFs to description above
- [ ] (UI changes only) Verified usability with NVDA/JAWS
---------
Co-authored-by: Vikash Yadav <[email protected]>
Describe the bug
headings tag with role="none "are tagged as headings,
To Reproduce
Steps to reproduce the behavior:
CodePen repro example
Expected behavior
Heading tags with role="none" should not be detected as programmatic headings.
Screenshots
Context (please complete the following information)
axe-core
4.8.4>
Are you willing to submit a PR?
NA
Did you search for similar existing issues?
No
The text was updated successfully, but these errors were encountered: