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   <article>
     10     This is an article element.
     11   </article>
     12 
     13   <div role="article">
     14     This is an ARIA article.
     15   </div>
     16 </body>
     17 </html>
     18