<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
<html> | |
<head> | |
<title>CSS 2.1 Test Suite: Forward-Compatible Parsing</title> | |
<style type="text/css"> | |
p.twentythree {text-indent: 0.5in;background:lime} | |
color: red | |
p.twentyfour {color: red;} | |
</style> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors"> | |
</head> | |
<body> | |
<p class="twentythree"> | |
This line should be bright green. | |
</p> | |
</body> | |
</html> |