Re: [csswg-drafts] [css-position][css-tables] position doesn’t apply on <tr> either

@SelenIT The behavior of Firefox looks identical to Chrome's one here. The difference of rendering is due to Gecko's different method for computing the "outline rect" of an element (they union the rect of the element with all the rects of its descendants, including the position:absolute element, while Chrome and Edge use a the border box directly in cases like this).

-- 
GitHub Notification of comment by FremyCompany
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1899#issuecomment-358107422 using your GitHub account

Received on Tuesday, 16 January 2018 21:12:44 UTC