Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>fieldset accessibility test: multiple legends</title>
<fieldset id=fieldset>
<div></div>
<legend>Foo</legend>
<legend>Bar</legend>
<input>
</fieldset>
<p>Expected accessible name for id=fieldset: "Foo"