<!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>