1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25

content / test / data / accessibility / html / aside-inside-other-section.html [blame]

<!DOCTYPE html>
<!--
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:AXSubrole
@UIA-WIN-ALLOW:LocalizedControlType='complementary'
@WIN-ALLOW:localized_extended_role='complementary'
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
-->
<article>
  <aside>
    <p>Unnamed aside inside article.</p>
  </aside>
  <aside title="aside">
    <p>Named aside inside article.</p>
  </aside>
</article>
<section>
  <aside>
    <p>Unnamed aside inside section.</p>
  </aside>
  <aside title="aside">
    <p>Named aside inside section.</p>
  </aside>
</section>