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

To solve the Web-Compat problem one could invent a CSS property such:
`overflow-padding-behavior-right: strict;`
`overflow-padding-behavior-bottom: strict;`
And a shorthand (right bottom):
`overflow-padding-behavior: strict strict;`

values are:
- `strict` => padding at the end
- `inline-content` or inline-children ? => padding-only for inline-children
- `ignore` => no padding at the end

The actual Chrome behavior would be:
`overflow-padding-behavior: inline-content strict;`

The actual Firefox behavoir would be:
`overflow-padding-behavior: ignore ignore;`

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

Received on Thursday, 12 April 2018 15:39:20 UTC