fieldset-role-presentation-manual.html (280B)
1 <!doctype html> 2 <title>fieldset accessibility test: fieldset role=presentation</title> 3 <link rel=help href=http://w3c.github.io/aria/#presentation> 4 <fieldset id=fieldset role=presentation> 5 <legend>Foo</legend> 6 <input> 7 </fieldset> 8 <p>Expected no accessible node for id=fieldset.