| <title>dd and dl don't have weird text-indent quirks</title> |
| <link rel="match" href="dd-dl-firefox-001-ref.html"> |
| <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=782551"> |
| <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> |
| <link rel="author" title="Mozilla" href="https://mozilla.org"> |
| /* Firefox used to (sometimes) implement dd indentation in quirks mode via |
| the ::before pseudo-element; this rule should do nothing in compliant |
| dd::before { content: "" } |
| <div>Prevent quirky dl margin from messing up with us</div> |
| <dd>Three</dd><dd>Four</dd> |