- From: L. David Baron <dbaron@dbaron.org>
- Date: Fri, 2 Jul 2004 10:55:05 -0700
- To: www-style@w3.org
- Message-ID: <20040702175505.GA3055@darby.dbaron.org>
On Friday 2004-07-02 09:18 -0700, Andrew Fedoniouk wrote: > I am testing in quirks *and strict* modes. Are you sure? Did you check the mode in context menu -> View Page Info? > Collapsing behavior is the same. As I said before, i don't think this has anything to do with collapsing. > So paragraph having default margins > <p> and <p style="margin:1em 0"> are not the same for collapsing rules > internally used in UA. It has nothing to do with collapsing. It has to do with what the computed value of 'margin-top' is. Did you check that computed value using the DOM or in DOM Inspector? (I assume you're talking about the distance between the top of the viewport and the top border of the paragraph, since that's the only thing that could be measured in the testcase you gave. And there's really nothing else I could add without seeing a URL for the actual testcase you're talking about. Never mind that this is rapidly getting off-topic for this list...) -David -- L. David Baron <URL: http://dbaron.org/ >
Received on Friday, 2 July 2004 13:55:38 UTC