Issue #2135 - Bug 1430303: Implement ShadowRoot.pointerLockElement

This commit is contained in:
FranklinDM 2023-03-03 19:15:21 +08:00 committed by roytam1
commit 3dfffeaeca
9 changed files with 138 additions and 29 deletions

View file

@ -258,7 +258,6 @@ partial interface Document {
// https://w3c.github.io/pointerlock/#extensions-to-the-document-interface
// https://w3c.github.io/pointerlock/#extensions-to-the-documentorshadowroot-mixin
partial interface Document {
readonly attribute Element? pointerLockElement;
[BinaryName="pointerLockElement", Pref="pointer-lock-api.prefixed.enabled"]
readonly attribute Element? mozPointerLockElement;
void exitPointerLock();