- From: Takayoshi Kochi <kochi@google.com>
- Date: Thu, 10 Mar 2016 16:34:04 +0900
- To: www-style list <www-style@w3.org>
Received on Thursday, 10 March 2016 07:35:18 UTC
::content is gone, and in Shadow DOM v1 world, ::slotted() will replace it. The discussion happened here: https://github.com/w3c/webcomponents/issues/331 Now it seems the spec update is halfway done. https://drafts.csswg.org/css-scoping-1/#content-combinator * the hash anchor should be #slotted-pseudo :) * It is "::slotted()" and takes one compound selector as an argument, and it cannot be omitted * ISSUE 7 is already resolved (only compound selector is allowed, no combinator) * EXAMPLE 7 should use slot="..." and <slot name="..."> instead of <content select="..."> * The second paragraph after EXAMPLE 7's HTML example is no longer necessary Tab, could you update the text? -- Takayoshi Kochi
Received on Thursday, 10 March 2016 07:35:18 UTC