combobox-aria-activedescendant-obj1.html (618B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title><div> with role combobox; inherited supported state or property "aria-activedescendant" 6 value of "obj1" 7 </title> 8 </head> 9 <body> 10 <div id="test" role="combobox" aria-haspopup="true" aria-expanded="true" aria-activedescendant="obj1" tabindex="0"> 11 <div role="textbox"></div> 12 <div role="listbox"> 13 <div id="obj1" role="option">obj1</div> 14 <div id="obj2" role="option">obj2</div> 15 </div> 16 </div> 17 </body> 18 </html>