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