We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I checked, but there is nothing about blockquote in the spec:
footer (scoped to the main element, a sectioning content element, or a sectioning root element other than body) - No corresponding role https://www.w3.org/TR/html-aam-1.0/#html-element-role-mappings
footer
"sectioning content" is defined as one of these: article, aside, nav, section. So headers/footers inside of blockquotes should not be ignored.
article
aside
nav
section
The text was updated successfully, but these errors were encountered:
I think this one is actually valid as it is: the spec also mentions sectioning root elements, which includes <blockquote>.
<blockquote>
Sorry, something went wrong.
I see. Thanks for the clarification!
No branches or pull requests
I checked, but there is nothing about blockquote in the spec:
"sectioning content" is defined as one of these:
article
,aside
,nav
,section
. So headers/footers inside of blockquotes should not be ignored.The text was updated successfully, but these errors were encountered: