blob: 943a030337b34a7b5b42f3a83e0fecd2ca8a9dfe [file] [log] [blame]
<!doctype html>
<title>fieldset accessibility test: fieldset display: contents</title>
<link rel=help href=https://w3c.github.io/html-aam/#fieldset-element-accessible-name-computation>
<style>
fieldset { display: contents; }
</style>
<fieldset id=fieldset>
<legend>Foo</legend>
<input>
</fieldset>
<p>Expected accessible name for id=fieldset: "Foo"