-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=242685 #44080
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=242685 #44080
Conversation
html-aam/roles-contextual.html
Outdated
<main> | ||
<header data-testname="el-header-ancestormain" data-expectedrole="generic" class="ex">x</header> | ||
</main> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to use class="ex-generic"
(without an expectedrole
expando) or this will cause bogus failures in Chromium or Gecko.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the generic header-inside-nav test that is immediately preceding this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thanks for the review!
f46af24
to
23239c6
Compare
WebKit export from bug: AX: Header elements inside main elements should not be banner landmarks