tidy-html5/regression_testing/cases/legacy-expects/case-566542.html
Jim Derry 1ca8e210c8 Fixes #525.
Naked groups of LI in HTML5 mode will now have an inferred UL applied to
them consistent with HTML4 and earlier modes.

Test case added.

Note that three regressions were updated in favor of this corrected behavior.
2021-08-17 12:34:43 -04:00

17 lines
473 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>[ 566542 ] parser hangs</title>
<!-- This is a particularly horrid bit of markup. Tidy should
probably throw up its hands and emit an error. -->
</head>
<body>
<ul>
<p>Identify the member disks with <strong>ssaraid -H -lssa0 -n
pdisk <em>[n]</em> -u -a use=member</strong></p>
<p><strong>Identify the hot spare with ssaraid -H -lssa0 -n
pdisk <em>[n]</em>-u -a use=spare</strong></p>
</ul>
</body>
</html>