grid-aria-activedescendant-obj1.html (539B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title><div> with role grid; inherited supported state or property "aria-activedescendant" 6 value of "obj1" 7 </title> 8 </head> 9 <body> 10 <div id="test" tabindex="0" role="grid" aria-activedescendant="obj1"> 11 <div role="row"> 12 <span role="gridcell" id="obj1">row1-cell1</span> 13 <span role="gridcell" id="obj2">row1-cell2</span> 14 </div> 15 </div> 16 </body> 17 </html>