tidy-html5/regression_testing/cases/github-expects/case-525.html

27 lines
670 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
This test case represents HTML Tidy issue #525, which claims
that in HTML5 mode, LI tags are not enclosed in UL autiomatically.
-->
<!DOCTYPE html>
<html>
<head>
<title>Issue 525 Infer UL around LI</title>
</head>
<body>
<br>
<ul>
<li>Bachelor of Arts</li>
<li>Bachelor of Biomedical Science</li>
<li>Bachelor of Commerce</li>
<li>Bachelor of Commerce Specialist</li>
<li>Bachelor of Computer Science</li>
<li>Bachelor of Education (Honours)</li>
<li>Bachelor of Engineering (Honours)</li>
<li>Bachelor of Global Studies</li>
<li>Bachelor of Information Technology</li>
<li>Bachelor of Laws (Honours)</li>
<li>Bachelor of Music.</li>
<br></ul>
</body>
</html>