summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/871.html
blob: 4595a7cf99833eb6cb39ffc8efc30a130526e22a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html> 
<html>
  <head>  
    <title>ARIA 1.0 Test Case 871</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <div id="test" role="listbox" aria-label="foo">
      <div role="option" aria-setsize="3" aria-posinset="1" tabindex="-1">Option 1</div> 
      <div role="option" aria-setsize="3" aria-posinset="2" tabindex="-1">Option 2</div> 
      <div role="option" aria-setsize="3" aria-posinset="3" tabindex="-1">Option 3</div>
    </div>
  </body>
</html>