summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/relevant-state/591.html
blob: f7044aa07f59ea81c7cdac8ebad977e5a4a8552e (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Element with role main having global state or property aria-relevant with value "additions removals".</title>
  </head>
  <body>
    <div id="test" role="main" aria-relevant='additions removals'>Role main with aria-relevant='additions removals'</div>
  </body>
</html>