585.html (417B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>Element with role menuitemradio having inherited state or property aria-checked with value "mixed".</title> 6 </head> 7 <body> 8 <div role="menu"> 9 <div id="test" role="menuitemradio" aria-checked="mixed" tabindex="0">Radio menu item with aria-checked='mixed'</div> 10 </div> 11 </body> 12 </html>