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