Monday, May 21, 2007, 11:36:29 AM, Hussein Shafie wrote: > Daniel Dekany wrote: >> With an example: >> >> ... >> <foo> >> <bar> >> Blah >> </bar> >> </foo> >> ... >> >> If foo has a vertical margin A and bar has a vertical margin B, and >> neither elements have vertical padding or border, then the total >> vertical margin around the text should be max(A, B). But it seems that >> with XXE it's A + B instead. [snip] > Yes, this is a bug. The problem is that I'm not sure we'll be able to > fix it. I mean: this is probably a hard-to-fix bug which may require > important changes.
But that indicates that those important changes indeed should be done. I mean, if a CSS implementation can't implement a basic normal flow box model rule (which is also a very useful rule in practice) then certainly something went rather wrong in its design. BTW, don't you plan to create a public bug tracker? I don't know, that may could help your work as well. -- Best regards, Daniel Dekany

