- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Jan 2018 08:44:09 +0000
- To: public-css-archive@w3.org
@AmeliaBR If you check `overflow:hidden`, it clips at the padding edge. http://jsbin.com/toluzah/edit?html,css,output I would expect the same to happen here. So "contents" definitely includes direct in flow content the element itself (as well as out of flow content), but it does not include the element's decorations (border, border images, box shadow, etc). At least that's my working assumption. Do implementers have a different understanding? Is there a less ambiguous term we can use than "contents of the element" -- GitHub Notification of comment by frivoal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2223#issuecomment-360060136 using your GitHub account
Received on Wednesday, 24 January 2018 08:44:11 UTC