summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-fieldset-element/accessibility/legend-child-visibility-hidden-manual.html
blob: 01ceb9ec65b64823906f4928d8825f39d2af0a9c (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 > span { visibility: hidden; }
</style>
<fieldset id=fieldset>
 <legend>Foo<span>Bar</span></legend>
 <input>
</fieldset>
<p>Expected accessible name for id=fieldset: "Foo"