- From: Hayato Ito <notifications@github.com>
- Date: Fri, 18 Sep 2015 01:34:20 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 18 September 2015 08:34:49 UTC
Yeah, there is no practical benefits. But we have minor bonus, removing the following *special* behavior.
> If a slot element does not satisfy the condition of a slot, it must have the same rendering behavior as the HTMLUnknownElement.
If a slot is used in a document tree:
- No node is assigned to a slot
- Thus, fallback contents are used
- with {display: contents}, which is now being proposed.
Thus, we can get a consistency. No special treatment is required for a slot in a document tree.
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/321#issuecomment-141381316
Received on Friday, 18 September 2015 08:34:49 UTC