Re: [csswg-drafts] [css-overflow-3] Clarify padding-bottom in overflow content

In WebKit, we actually have different policies for block children and 
inline children. If the scroll container has inline children, we will 
include padding-right (or the equivalent for different writing modes) 
when computing layout overflow. However, if the scroll container has 
block children, we just consider the border boxes of the children. 
This is why there was some disagreement in the call today about what 
the policy is for the inline-direction.

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

Received on Thursday, 26 May 2016 05:23:59 UTC