1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26

content / test / data / accessibility / aria / aria-option-complex-children.html [blame]

<!--
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:AXHelp
@WIN-ALLOW:xml-roles*
@WIN-ALLOW:SELECT*
@BLINK-ALLOW:focus*
@AURALINUX-ALLOW:xml-roles*
@AURALINUX-ALLOW:select*
-->
<!DOCTYPE html>
<html>
<body>
<div role="listbox" aria-activedescendant="opt1">
  <div role="option" id="opt1" aria-label="label-WAI-ARIA 1.1" aria-selected="true">
      <a href="https://www.w3.org/TR/wai-aria-practices-1.1/" title="title-WAI-ARIA 1.1" tabindex="-1">href-WAI-ARIA 1.1</a>
      <p title="title-https://www.w3.org/TR/wai-aria-practices-1.1/">link-https://www.w3.org/TR/wai-aria-practices-1.1/</p>
     <button>Close</button>
  </div>
  
  <div role="option" id="opt2" aria-label="1234567">
    href-WAI-ARIA 1.1
    <button>Close</button>
  </div>
</div>
</body>
</html>