summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/604.html
blob: d1303089354ed37bc7107928116a0fe04cd27278 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>aria-label on anchor (without aria-labelledby or title attribute)</title>
   </head>
   <body>
    <a id="test" href="test.html" aria-label="Tag">ABC</a>
   </body>
</html>