legend-abspos-manual.html (350B)
1 <!doctype html> 2 <title>fieldset accessibility test: position: absolute legend</title> 3 <link rel=help href=https://w3c.github.io/html-aam/#fieldset-element-accessible-name-computation> 4 <style> 5 legend { position: absolute; } 6 </style> 7 <fieldset id=fieldset> 8 <legend>Foo</legend> 9 <input> 10 </fieldset> 11 <p>Expected accessible name for id=fieldset: "Foo"