- From: Simon Pieters via GitHub <sysbot+gh@w3.org>
- Date: Fri, 19 Oct 2018 16:08:46 +0000
- To: public-css-archive@w3.org
It indeed needs to act as a replaced element for some purposes by default. But we could disable the replaced element-ness if the inner box is not block-level, or some such. Basically like this, as author CSS to unstyle a button: ``` button { appearance: none; display: inline; font: inherit; background: initial; border: initial; padding: initial } button::part(button-contents) { display: inline } ``` -- GitHub Notification of comment by zcorpan Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3226#issuecomment-431415227 using your GitHub account
Received on Friday, 19 October 2018 16:08:51 UTC