blob: 0169a513a95b7cfce61462717264bd36e047b110 [file] [log] [blame]
<!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"