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