00:25
<Domenic>
Does anyone know what https://w3c.github.io/selection-api/#dom-window-getselection is actually supposed to do / point to?
The section right above it, right?
14:13
<Dominic Farolino>
Just a quick sanity check around shadows: a node is not considered "inserted into a document" if it is appended to a node inside a shadow tree. That is, its "inserted into" hook won't run, right? https://html.spec.whatwg.org/C#insert-an-element-into-a-document
15:26
<annevk>
Dominic Farolino: "node is inserted into a document" won't run, the "insertion steps" will
15:26
<annevk>
(because the node's root won't be a document)
17:19
<Dominic Farolino>
Right, OK. That's what I thought but I wanted to check because I'm seeing at least two instances of those steps running upon insertion into a shadow tree (in implementations)