Re: [whatwg] Parsing: should be ignored

2007-06-19 Thread Ian Hickson
On Sat, 14 Apr 2007, Simon Pieters wrote: > > For compatibility with IE the parsing algorithm should probably ignore > tags. > > Test case for the above proposal: > > > > * { margin:0; padding:0; } > ul { background:red; } > li { background:lime; } > > This line should be green

[whatwg] Parsing: should be ignored

2007-04-13 Thread Simon Pieters
For compatibility with IE the parsing algorithm should probably ignore tags. Test case for the above proposal: * { margin:0; padding:0; } ul { background:red; } li { background:lime; } This line should be green. -- Simon Pieters