Hello, I'm trying to write an HTML renderer and I have a question: the CSS specs say that in <body> Some text <p>Some para</p> </body> since the body contains at least one block element, it only creates children blocks, so an anynomous block is created for Some text. In a case like this: <body> Some text<b>some more text</b> <p>Some para</p> </body> Should I create an anynomous block for "Some text<b>some more text</b>" thanks, -- Sigurd LerstadReceived on Wednesday, 1 August 2001 18:11:35 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:49:24 GMT