Home | History | Annotate | Download | only in accessibility
      1 <!--
      2 @WIN-ALLOW:description*
      3 @MAC-ALLOW:AXDescription*
      4 @MAC-ALLOW:AXHelp*
      5 @MAC-DENY:AXValue*
      6 -->
      7 <html>
      8 <body>
      9   <button id="c0">InnerText0</button>
     10   <button id="c1" title="Title1">InnerText1</button>
     11   <button id="c2" title="Title2" aria-label="AriaLabel2">InnerText2</button>
     12   <button id="c3" title="Title3" aria-label="AriaLabel3"
     13          aria-labelledby="lb3">InnerText3</button>
     14   <button id="c4" title="Title4" aria-label="AriaLabel4"
     15          aria-labelledby="lb4" aria-describedby="db4">InnerText4</button>
     16   <button id="c5" aria-describedby="db5">InnerText5</button>
     17 
     18   <p aria-label="@NO_DUMP">
     19     <span id="lb3">LabelledBy3</span>
     20     <span id="lb4">LabelledBy4</span>
     21     <span id="db4">DescribedBy4</span>
     22     <span id="db5">DescribedBy5</span>
     23   </p>
     24 </body>
     25 </html>
     26