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