575.html (498B)
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="menu" and a child div with role="group" who has a child of role="button"..</title> 6 </head> 7 <body> 8 <div id="test" role="menu"> 9 <div id="menuChild" role="group"> 10 <span id="groupChild" role="button">Menu <abbr title="containing">→</abbr> group <abbr title="containing">→</abbr> button</span> 11 </div> 12 </div> 13 </body> 14 </html>