- From: Tobias Buschor via GitHub <sysbot+gh@w3.org>
- Date: Thu, 12 Apr 2018 15:39:17 +0000
- To: public-css-archive@w3.org
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