blob: 6012e34fafedc92dd2b112a151218a387c8f2d12 [file] [log] [blame]
<!DOCTYPE html>
<!--
@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXSubrole*
@WIN-ALLOW:xml-roles:*
-->
<article>
<footer>
<p>footer inside article.</p>
</footer>
</article>
<section>
<footer>
<p>footer inside section.</p>
</footer>
</section>
<main>
<footer>
<p>footer inside main.</p>
</footer>
</main>