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