Files
UXP-Fixed/testing/web-platform/tests/conformance-checkers/html-aria/relevant-state/591.html
T
2018-02-02 04:16:08 -05:00

11 lines
384 B
HTML

<!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>