1 <!--
2 @MAC-ALLOW:AXSubrole=AXDocumentRegion
3 @MAC-DENY:AXTitle*
4 @WIN-ALLOW:xml-roles:region
5 -->
6 <!doctype html>
7 <html>
8 <body>
9 <section>
10 This is a section element.
11 </section>
12
13 <div role="region">
14 This is an ARIA region.
15 </div>
16 </body>
17 </html>
18