Home | History | Annotate | Download | only in accessibility
      1 <!--
      2 @WIN-ALLOW:LINKED
      3 -->
      4 <html>
      5 <style>a { text-decoration: underline; display: block; }</style>
      6 <body>
      7   <a name="named_anchor_1">named anchor</a>
      8   <a name="named_anchor_2" href="#foo">both a named anchor and a link</a>
      9 </body>
     10 </html>
     11