1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19

content / test / data / accessibility / html / aside-inside-section-role-generic.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:*
-->
<section role="presentation">
  <aside>
    <p>aside inside section with role presentational.</p>
  </aside>
</section>
<section role="generic">
  <aside>
    <p>aside inside section with role generic.</p>
  </aside>
</section>