<P> within <UL><LI> doesn't render the same as <P> outside <UL>. the blank lines between paragraphs are gone, making it hard to separate them to the person reading. I didn't test <OL>.
tags 321168 moreinfo thanks Hello Dan, Thank you for your bug report. I try to reproduce it but it's works fine here. Maybe you could send us an example? Best regards Denis Briand
tags 321168 moreinfo thanks Hello Dan, Thank you for your bug report. I try to reproduce it but it's works fine here. Maybe you could send us an example? Best regards Denis Briand
Please try again with <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content= "text/html; charset=utf-8"> <title>test</title> </head> <body> <p>A</p> <p>B</p> <p>C</p> <ul> <li> <p>D</p> <p>E</p> <p>F</p> </li> </ul> </body> </html> and compare with all other browsers. Thanks. DB> tags 321168 moreinfo DB> thanks DB> Hello Dan, DB> Thank you for your bug report. DB> I try to reproduce it but it's works fine here. DB> Maybe you could send us an example? DB> Best regards DB> Denis Briand
tags 321168 + confirmed tags 321168 - moreinfo thanks Thank you Dan, I can confirm it now. I forward it. regards Denis Briand
tags 321168 + confirmed tags 321168 - moreinfo thanks Thank you Dan, I can confirm it now. I forward it. regards Denis Briand