summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-fieldset-element/accessibility/role-manual.html
blob: d09c203b6b85d70420eb8d2288795a86c9b4dd81 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<title>fieldset accessibility test: role</title>
<fieldset id=fieldset>
 <legend id=legend>Foo</legend>
 <input>
</fieldset>
<p>Expected accessible role for id=fieldset: "group"
<p>Expected accessible role for id=legend: No corresponding role