summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/584.html
blob: e784d5be04a4bc7613f94bc87539d747084a140c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>An element with aria-setsize=1 has aria-posinset=5</title>
  </head>
  <body>
    <h2 id="label_fruit"> Available Fruit </h2>
    <ul role="listbox" aria-labelledby="label_fruit">
      <li role="option" aria-setsize="1" aria-posinset="5" id="test"> apples </li>
      <li role="option" aria-setsize="5" aria-posinset="2"> bananas </li>
      <li role="option" aria-setsize="5" aria-posinset="3"> cantaloupes </li>
      <li role="option" aria-setsize="5" aria-posinset="4"> dates </li>
      <li role="option" aria-setsize="5" aria-posinset="5"> kumquat </li>
    </ul>
  </body>
</html>