summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/581.html
blob: bbe7143c509f6046fd68bc35e9a4bff9882aef74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>A page with a div element with id="owned1" is referenced by two div elements that each have aria-owns="owned1".</title>
  </head>
  <body>
    <div id="owner1" aria-owns="owned1">First owner of owned1</div>
    <div id="owner2" aria-owns="owned1">Second owner of owned1</div>
    <div id="owned1">I am owned1</div>
  </body>
</html>