Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>fieldset and dipslay: list-item</title>
<link rel=match href=fieldset-list-item-ref.html>
<style>
fieldset { margin: 0 40px; display: list-item; }
</style>
<p>There should be no bullet points below.</p>
<fieldset>
<legend>X</legend>
</fieldset>