Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
regression
/
footer-inside-section-role-generic.html
blob: 7cbae1f45c2afa165a8cc69e69e4e2888bd529ae [
file
]
<!DOCTYPE html>
<section
role
=
"presentation"
>
<footer>
<p>
footer inside section with role presentational.
</p>
</footer>
</section>
<section
role
=
"generic"
>
<footer>
<p>
footer inside section with role generic.
</p>
</footer>
</section>