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