On 14/05/2008, Bobby Jack <[EMAIL PROTECTED]> wrote: > I think you're right here. Although David raised the > legality issue, a div within a list item is perfectly > valid (floated or not), and this equivalent of your > original does render as expected (as I understand it, > i.e. the same as the paragraph version) in Opera, > Firefox 3, and (presumably, based on your evidence and > my conjecture) IE 6/7. So it looks like a FF2 bug. The <div> was not used within a list item but as a direct child of <ol>, which is invalid. The content model for <ol> in html 4.01 strict only alows <li> (no FF2 bug here).
Manfred ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
