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
axe https://output.jsbin.com/zixewojela --rules page-has-heading-one reports no violations with [email protected], but reports one violation with with 3.5.1:
Violation of "page-has-heading-one" with 1 occurrences!
Ensure that the page, or at least one of its frames contains a level-one heading. Correct invalid elements at:
- html
For details, see: https://dequeuniversity.com/rules/axe/3.5/page-has-heading-one
The text was updated successfully, but these errors were encountered:
No page-has-heading-one voilation found on the given test page.
also tried with the pain test file with given source:
no voilations observed (even with page-has-heading-one
Verified with latest axe-coconut(4.4.1.07119)
Expectation:
page-has-heading-one
correctly handles heading visible only to screen readersActual:
page-has-heading-one
ignores headings visible only to screen readersMotivation: This is a regression introduced in
3.5.0
axe-core version:
3.5.1
Steps to reproduce:
Given (rendered at https://output.jsbin.com/zixewojela):
axe https://output.jsbin.com/zixewojela --rules page-has-heading-one
reports no violations with[email protected]
, but reports one violation with with3.5.1
:The text was updated successfully, but these errors were encountered: