title-attribute-and-empty-legend-manual.html (317B)
1 <!doctype html> 2 <title>fieldset accessibility test: title attribute and empty legend</title> 3 <link rel=help href=https://w3c.github.io/html-aam/#fieldset-element-accessible-name-computation> 4 <fieldset id=fieldset title="Foo"> 5 <legend></legend> 6 <input> 7 </fieldset> 8 <p>Expected accessible name for id=fieldset: "Foo"