This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Selection is weird, because it potentially modifies the state of DOM? Need to research this.
Selection doesn't modify the state of DOM, and selection in the shadow DOM subtrees does not leak to the document. The interaction is defined in the shadow DOM spec.