<!--
@MAC-ALLOW:AXSubrole=AXDocumentRegion
@MAC-DENY:AXTitle*
@WIN-ALLOW:xml-roles:region
-->
<!doctype html>
<html>
<body>
<section>
This is a section element.
</section>
<div role="region">
This is an ARIA region.
</div>
</body>
</html>