Re: [w3c/pointerlock] Update for Shadow DOM (#4)

> @@ -349,6 +341,24 @@
>      </section>
>  
>      <section>
> +      <h2>Extensions to the <a>DocumentOrShadowRoot</a> Mixin</h2>
> +
> +      <dl title='partial interface DocumentOrShadowRoot' class='idl'>
> +         <dt>readonly attribute Element? pointerLockElement</dt>
> +         <dd>
> +           <dfn title="pointerLockElement"></dfn>
> +
> +           <p>Returns the result of the
> +           <a href="https://w3c.github.io/webcomponents/spec/shadow/#dfn-retargeting-algorithm">retargeting algorithm</a>

Apparently this is the second time, if activeElement is doing something similar.

IMO it should be fine to merge this PR with the Shadow DOM reference and then it can be @annevk's responsibility to figure out the right abstraction to put in DOM and change all call sites (this and activeElement) with follow-up PRs. But maybe @annevk disagrees and would rather do everything at once.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/pointerlock/pull/4/files/9203577049d555283b18e2d27973ac02f4b6d7a2#r68411949

Received on Friday, 24 June 2016 15:07:07 UTC