summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-fieldset-element/accessibility/legend-abspos-manual.html
blob: 019e63fcd3644236516a72b5796d063eb00eb36e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<title>fieldset accessibility test: position: absolute legend</title>
<link rel=help href=https://w3c.github.io/html-aam/#fieldset-element-accessible-name-computation>
<style>
 legend { position: absolute; }
</style>
<fieldset id=fieldset>
 <legend>Foo</legend>
 <input>
</fieldset>
<p>Expected accessible name for id=fieldset: "Foo"