- From: Vincent Scheib <notifications@github.com>
- Date: Fri, 08 Jul 2016 13:49:04 -0700
- To: w3c/pointerlock <pointerlock@noreply.github.com>
- Cc:
- Message-ID: <w3c/pointerlock/pull/4/r70138653@github.com>
> + <p>Returns null if lock is pending or if pointer is unlocked.</p> > + <pre class='example highlight' id="example-retarget-pointerlock"> > + <body> > + <div id="host1"> > + <shadow-root id="root1"> > + <canvas id="canvas1"></canvas> > + </shadow-root> > + </div> > + <div id="host2"> > + <shadow-root id="root2"> > + <canvas id="canvas2"></canvas> > + </shadow-root> > + </div> > + </body> > + </pre> > + <p>Note: the example uses fictional <code>shadow-root</code> element to denote a In this section I think that all ids can be used raw, without needing the element type prefixes. E.g. canvas#canvas1 -> canvas1 div#host1 -> host1 --- 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/6b20580e43e3d2851ebba618dfc83e922eede90a#r70138653
Received on Friday, 8 July 2016 20:50:25 UTC