summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-fieldset-element/accessibility/multiple-legends-manual.html
blob: 5d25317ad01a38deb8c8e5ff1924cf97a81800dc (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>fieldset accessibility test: multiple legends</title>
<link rel=help href=https://w3c.github.io/html-aam/#fieldset-element-accessible-name-computation>
<fieldset id=fieldset>
 <div></div>
 <legend>Foo</legend>
 <legend>Bar</legend>
 <input>
</fieldset>
<p>Expected accessible name for id=fieldset: "Foo"