summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-input/609.html
blob: b3b07abff77114ee15d4021257bc2e98ff573134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Title attribute, no aria-label, aria-labelledby</title>
   </head>
   <body>
    <input id="test" type="text" aria-labelledby="ID1 ID2 ID3">
    <p id="ID1">Here is some labelledby text for ID1</p>
    <p id="ID2">Also labelledby text ID2</p>
    <p id="ID3">Additional labelledby text ID3</p>
   </body>
</html>