summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/roles-properties-supported-inherited/rowgroup-aria-activedescendant-obj1.html
blob: b0ff89993026ee858514d6e695ccbe04e7ab0ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>&lt;div&gt; with role rowgroup; inherited supported state or property "aria-activedescendant"
         value of "obj1"
      </title>
   </head>
   <body>
      <div role="grid">
        <div id="test" tabindex="0" role="rowgroup" aria-activedescendant="obj1">
          <div id="obj1" role="row">
            <div role="gridcell">r1c1</div>
            <div role="gridcell">r1c2</div>
          </div>
        </div>
      </div>
   </body>
</html>