- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Jun 2017 20:25:37 +0000
- To: public-css-archive@w3.org
Inheritance isn't even a big deal, honestly (who the hell writes `display: inherit`? don't tell me, it'll just depress me). The big deal is serialization; things that used to serialize to "block" have to continue to do so, but if they become `block flow-root` they'll serialize to "flow-root" instead. Future things that blockify might want to explicitly FC-ify as well, which can change the serialization just fine, but we have a lot of legacy to think about. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1246#issuecomment-305610144 using your GitHub account
Received on Thursday, 1 June 2017 20:25:43 UTC