- From: Rakina Zata Amni via GitHub <sysbot+gh@w3.org>
- Date: Fri, 25 Jan 2019 09:55:14 +0000
- To: public-css-archive@w3.org
@rniwa What else do you think is missing from https://github.com/w3c/csswg-drafts/issues/556#issuecomment-434034827? For the shadow handling part, we can do something like the [retarget](https://dom.spec.whatwg.org/#retarget) algorithm, but working with flat tree instead. So while the node's root is a shadow root and node is not a flat-tree descendant of the context object, we set the node as its shadow host. (I don't know where flat-tree is defined in the specs though, cc @hayatoito ) -- GitHub Notification of comment by rakina Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/556#issuecomment-457518494 using your GitHub account
Received on Friday, 25 January 2019 09:55:15 UTC