577.html (513B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>A <div> with role="grid" and a child div with role="rowgroup" who has a child of role="button".</title> 6 </head> 7 <body> 8 <div id="test" role="grid"> 9 <div id="gridChild" role="rowgroup"> 10 <span id="rowgroupChild" role="button">Grid <abbr title="containing">→</abbr> rowgroup <abbr title="containing">→</abbr> button</span> 11 </div> 12 </div> 13 </body> 14 </html>