Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>fieldset accessibility test: title attribute and empty legend</title>
<fieldset id=fieldset title="Foo">
<legend></legend>
<input>
</fieldset>
<p>Expected accessible name for id=fieldset: "Foo"