Home | History | Annotate | Download | only in accessibility
      1 <!--
      2 @MAC-ALLOW:AXSubrole=AXDocumentArticle
      3 @MAC-DENY:AXTitle*
      4 @WIN-ALLOW:xml-roles:article
      5 -->
      6 <!doctype html>
      7 <html>
      8 <body>
      9   <div role="article">
     10     This is an article.
     11   </div>
     12 </body>
     13 </html>
     14