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