- From: Simon Pieters <zcorpan@gmail.com>
- Date: Sat, 14 Apr 2007 04:29:08 +0200
For compatibility with IE the parsing algorithm should probably ignore
</li> tags.
Test case for the above proposal:
<!doctype html>
<style>
* { margin:0; padding:0; }
ul { background:red; }
li { background:lime; }
</style>
<ul><li></li>This line should be green.</ul>
--
Simon Pieters
Received on Friday, 13 April 2007 19:29:08 UTC