Re: [css-d] List layout issue in loose HTML under IE8

2010-04-18 Thread David Hucklesby
On 4/18/10 1:48 AM, Trevor Nicholls wrote: > Hi > > I have a problem with list formatting when list items contain named anchors, > but only under the "loose" doctype in IE (I am using IE8). > [code stripped...] > > -- > Output: > -- > > 1. One > > > However if I add the following li

[css-d] List layout issue in loose HTML under IE8

2010-04-18 Thread Trevor Nicholls
Hi I have a problem with list formatting when list items contain named anchors, but only under the "loose" doctype in IE (I am using IE8). This is my minimal example: - test.html: - One test.css: ol { padding: 0 0 0 2em; ma