diff --git a/ed/dfns/pointerlock-2.json b/ed/dfns/pointerlock-2.json index 38d209274cf1..30641e15f802 100644 --- a/ed/dfns/pointerlock-2.json +++ b/ed/dfns/pointerlock-2.json @@ -4,6 +4,122 @@ "url": "https://w3c.github.io/pointerlock/" }, "dfns": [ + { + "id": "dfn-pointer-lock-state", + "href": "https://w3c.github.io/pointerlock/#dfn-pointer-lock-state", + "linkingText": [ + "pointer lock state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-pointer-lock-state-definition", + "href": "https://w3c.github.io/pointerlock/#the-pointer-lock-state-definition", + "title": "The pointer lock state definition", + "number": "2.1" + }, + "definedIn": "heading" + }, + { + "id": "dfn-pointer-lock-target", + "href": "https://w3c.github.io/pointerlock/#dfn-pointer-lock-target", + "linkingText": [ + "pointer-lock target" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-pointer-lock-state-definition", + "href": "https://w3c.github.io/pointerlock/#the-pointer-lock-state-definition", + "title": "The pointer lock state definition", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-pointer-lock-options", + "href": "https://w3c.github.io/pointerlock/#dfn-pointer-lock-options", + "linkingText": [ + "pointer-lock options" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-pointer-lock-state-definition", + "href": "https://w3c.github.io/pointerlock/#the-pointer-lock-state-definition", + "title": "The pointer lock state definition", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-cursor-position", + "href": "https://w3c.github.io/pointerlock/#dfn-cursor-position", + "linkingText": [ + "cursor position" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-pointer-lock-state-definition", + "href": "https://w3c.github.io/pointerlock/#the-pointer-lock-state-definition", + "title": "The pointer lock state definition", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-pointerlockoptions", + "href": "https://w3c.github.io/pointerlock/#dom-pointerlockoptions", + "linkingText": [ + "PointerLockOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "pointerlockoptions-dictionary", + "href": "https://w3c.github.io/pointerlock/#pointerlockoptions-dictionary", + "title": "PointerLockOptions dictionary", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-pointerlockoptions-unadjustedmovement", + "href": "https://w3c.github.io/pointerlock/#dom-pointerlockoptions-unadjustedmovement", + "linkingText": [ + "unadjustedMovement" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PointerLockOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "pointerlockoptions-dictionary", + "href": "https://w3c.github.io/pointerlock/#pointerlockoptions-dictionary", + "title": "PointerLockOptions dictionary", + "number": "2.2" + }, + "definedIn": "dt" + }, { "id": "dfn-pointerlockchange", "href": "https://w3c.github.io/pointerlock/#dfn-pointerlockchange", @@ -12,16 +128,14 @@ ], "localLinkingText": [], "type": "event", - "for": [ - "Document" - ], + "for": [], "access": "public", "informative": false, "heading": { "id": "pointerlockchange-and-pointerlockerror-events", "href": "https://w3c.github.io/pointerlock/#pointerlockchange-and-pointerlockerror-events", "title": "pointerlockchange and pointerlockerror Events", - "number": "2" + "number": "2.3" }, "definedIn": "prose" }, @@ -33,16 +147,52 @@ ], "localLinkingText": [], "type": "event", - "for": [ - "Document" - ], + "for": [], "access": "public", "informative": false, "heading": { "id": "pointerlockchange-and-pointerlockerror-events", "href": "https://w3c.github.io/pointerlock/#pointerlockchange-and-pointerlockerror-events", "title": "pointerlockchange and pointerlockerror Events", - "number": "2" + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-exit-pointer-lock", + "href": "https://w3c.github.io/pointerlock/#dfn-exit-pointer-lock", + "linkingText": [ + "Exit Pointer Lock" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exit-pointer-lock", + "href": "https://w3c.github.io/pointerlock/#exit-pointer-lock", + "title": "Exit Pointer Lock", + "number": "2.4" + }, + "definedIn": "heading" + }, + { + "id": "dfn-lock-requests-queue", + "href": "https://w3c.github.io/pointerlock/#dfn-lock-requests-queue", + "linkingText": [ + "lock requests queue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "requestPointerLock", + "href": "https://w3c.github.io/pointerlock/#requestPointerLock", + "title": "Extensions to the Element Interface", + "number": "3" }, "definedIn": "prose" }, @@ -50,7 +200,8 @@ "id": "dom-element-requestpointerlock", "href": "https://w3c.github.io/pointerlock/#dom-element-requestpointerlock", "linkingText": [ - "requestPointerLock()" + "requestPointerLock()", + "requestPointerLock(options)" ], "localLinkingText": [ "Element.requestPointerLock", @@ -64,27 +215,8 @@ "access": "public", "informative": false, "heading": { - "id": "extensions-to-the-element-interface", - "href": "https://w3c.github.io/pointerlock/#extensions-to-the-element-interface", - "title": "Extensions to the Element Interface", - "number": "3" - }, - "definedIn": "dt" - }, - { - "id": "dfn-target", - "href": "https://w3c.github.io/pointerlock/#dfn-target", - "linkingText": [ - "target" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "extensions-to-the-element-interface", - "href": "https://w3c.github.io/pointerlock/#extensions-to-the-element-interface", + "id": "requestPointerLock", + "href": "https://w3c.github.io/pointerlock/#requestPointerLock", "title": "Extensions to the Element Interface", "number": "3" }, diff --git a/ed/events/pointerlock-2.json b/ed/events/pointerlock-2.json index 7dbc020cb5b6..5fd8a8384508 100644 --- a/ed/events/pointerlock-2.json +++ b/ed/events/pointerlock-2.json @@ -5,24 +5,28 @@ }, "events": [ { + "src": { + "format": "fire an event phrasing", + "href": "https://w3c.github.io/pointerlock/#exit-pointer-lock" + }, + "href": "https://w3c.github.io/pointerlock/#dfn-pointerlockchange", "type": "pointerlockchange", "targets": [ "Document" ], - "src": { - "format": "IDL eventHandler" - }, - "href": "https://w3c.github.io/pointerlock/#dfn-pointerlockchange" + "interface": "Event" }, { + "src": { + "format": "fire an event phrasing", + "href": "https://w3c.github.io/pointerlock/#requestPointerLock" + }, + "href": "https://w3c.github.io/pointerlock/#dfn-pointerlockerror", "type": "pointerlockerror", "targets": [ "Document" ], - "src": { - "format": "IDL eventHandler" - }, - "href": "https://w3c.github.io/pointerlock/#dfn-pointerlockerror" + "interface": "Event" } ] } \ No newline at end of file diff --git a/ed/headings/pointerlock-2.json b/ed/headings/pointerlock-2.json index cc8940b1139b..8ec86eca4174 100644 --- a/ed/headings/pointerlock-2.json +++ b/ed/headings/pointerlock-2.json @@ -23,16 +23,44 @@ "title": "Introduction", "number": "1" }, + { + "id": "pointer-lock-and-interfaces", + "href": "https://w3c.github.io/pointerlock/#pointer-lock-and-interfaces", + "level": 2, + "title": "Pointer Lock and Interfaces", + "number": "2" + }, + { + "id": "the-pointer-lock-state-definition", + "href": "https://w3c.github.io/pointerlock/#the-pointer-lock-state-definition", + "level": 3, + "title": "The pointer lock state definition", + "number": "2.1" + }, + { + "id": "pointerlockoptions-dictionary", + "href": "https://w3c.github.io/pointerlock/#pointerlockoptions-dictionary", + "level": 3, + "title": "PointerLockOptions dictionary", + "number": "2.2" + }, { "id": "pointerlockchange-and-pointerlockerror-events", "href": "https://w3c.github.io/pointerlock/#pointerlockchange-and-pointerlockerror-events", - "level": 2, + "level": 3, "title": "pointerlockchange and pointerlockerror Events", - "number": "2" + "number": "2.3" + }, + { + "id": "exit-pointer-lock", + "href": "https://w3c.github.io/pointerlock/#exit-pointer-lock", + "level": 3, + "title": "Exit Pointer Lock", + "number": "2.4" }, { - "id": "extensions-to-the-element-interface", - "href": "https://w3c.github.io/pointerlock/#extensions-to-the-element-interface", + "id": "requestPointerLock", + "href": "https://w3c.github.io/pointerlock/#requestPointerLock", "level": 2, "title": "Extensions to the Element Interface", "number": "3" diff --git a/ed/idl/pointerlock.idl b/ed/idl/pointerlock.idl index 0204bf534248..afe19cc9ee69 100644 --- a/ed/idl/pointerlock.idl +++ b/ed/idl/pointerlock.idl @@ -3,8 +3,12 @@ // (https://github.com/w3c/webref) // Source: Pointer Lock 2.0 (https://w3c.github.io/pointerlock/) +dictionary PointerLockOptions { + boolean unadjustedMovement = false; +}; + partial interface Element { - undefined requestPointerLock(); + Promise requestPointerLock(optional PointerLockOptions options = {}); }; partial interface Document { @@ -14,7 +18,7 @@ partial interface Document { }; partial interface mixin DocumentOrShadowRoot { - readonly attribute Element ? pointerLockElement; + readonly attribute Element? pointerLockElement; }; partial interface MouseEvent { diff --git a/ed/ids/geolocation-sensor.json b/ed/ids/geolocation-sensor.json index 6adb1778efc1..ca934ec991fe 100644 --- a/ed/ids/geolocation-sensor.json +++ b/ed/ids/geolocation-sensor.json @@ -67,6 +67,7 @@ "https://w3c.github.io/geolocation-sensor/#ref-for-map-getting-the-values", "https://w3c.github.io/geolocation-sensor/#ref-for-geolocation%E2%91%A2", "https://w3c.github.io/geolocation-sensor/#api", + "https://w3c.github.io/geolocation-sensor/#issue-d41d8cd9", "https://w3c.github.io/geolocation-sensor/#geolocationsensor-interface", "https://w3c.github.io/geolocation-sensor/#ref-for-SecureContext", "https://w3c.github.io/geolocation-sensor/#ref-for-Exposed", diff --git a/ed/ids/pointerlock-2.json b/ed/ids/pointerlock-2.json index af7c6885813c..f2a27198bc4f 100644 --- a/ed/ids/pointerlock-2.json +++ b/ed/ids/pointerlock-2.json @@ -19,41 +19,102 @@ "https://w3c.github.io/pointerlock/#introduction", "https://w3c.github.io/pointerlock/#x1-introduction", "https://w3c.github.io/pointerlock/#ref-for-dfn-default-unlock-gesture-1", + "https://w3c.github.io/pointerlock/#pointer-lock-and-interfaces", + "https://w3c.github.io/pointerlock/#x2-pointer-lock-and-interfaces", + "https://w3c.github.io/pointerlock/#the-pointer-lock-state-definition", + "https://w3c.github.io/pointerlock/#x2-1-the-pointer-lock-state-definition", + "https://w3c.github.io/pointerlock/#dfn-pointer-lock-state", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-state-1", + "https://w3c.github.io/pointerlock/#dfn-pointer-lock-target", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-state-2", + "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-1", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-1", + "https://w3c.github.io/pointerlock/#dfn-pointer-lock-options", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-1", + "https://w3c.github.io/pointerlock/#dfn-cursor-position", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-2", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-state-3", + "https://w3c.github.io/pointerlock/#issue-container-number-97", + "https://w3c.github.io/pointerlock/#h-issue", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-state-4", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-options-1", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-unadjustedmovement-1", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-2", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-unadjustedmovement-2", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-state-5", + "https://w3c.github.io/pointerlock/#issue-container-generatedID", + "https://w3c.github.io/pointerlock/#h-note", + "https://w3c.github.io/pointerlock/#pointerlockoptions-dictionary", + "https://w3c.github.io/pointerlock/#x2-2-pointerlockoptions-dictionary", + "https://w3c.github.io/pointerlock/#webidl-1846476394", + "https://w3c.github.io/pointerlock/#idl-def-pointerlockoptions", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-3", + "https://w3c.github.io/pointerlock/#idl-def-pointerlockoptions-unadjustedmovement", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-unadjustedmovement-3", + "https://w3c.github.io/pointerlock/#dom-pointerlockoptions", + "https://w3c.github.io/pointerlock/#dom-pointerlockoptions-unadjustedmovement", "https://w3c.github.io/pointerlock/#pointerlockchange-and-pointerlockerror-events", - "https://w3c.github.io/pointerlock/#x2-pointerlockchange-and-pointerlockerror-events", + "https://w3c.github.io/pointerlock/#x2-3-pointerlockchange-and-pointerlockerror-events", "https://w3c.github.io/pointerlock/#dfn-pointerlockchange", "https://w3c.github.io/pointerlock/#dfn-pointerlockerror", + "https://w3c.github.io/pointerlock/#issue-container-generatedID-0", + "https://w3c.github.io/pointerlock/#h-note-0", "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockchange-1", - "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-1", - "https://w3c.github.io/pointerlock/#ref-for-dfn-target-1", - "https://w3c.github.io/pointerlock/#issue-container-generatedID", - "https://w3c.github.io/pointerlock/#h-note", - "https://w3c.github.io/pointerlock/#extensions-to-the-element-interface", + "https://w3c.github.io/pointerlock/#exit-pointer-lock", + "https://w3c.github.io/pointerlock/#x2-4-exit-pointer-lock", + "https://w3c.github.io/pointerlock/#dfn-exit-pointer-lock", + "https://w3c.github.io/pointerlock/#ref-for-dfn-cursor-position-1", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockchange-2", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-state-6", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-3", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-options-2", + "https://w3c.github.io/pointerlock/#ref-for-dfn-cursor-position-2", + "https://w3c.github.io/pointerlock/#requestPointerLock", "https://w3c.github.io/pointerlock/#x3-extensions-to-the-element-interface", - "https://w3c.github.io/pointerlock/#webidl-910850948", + "https://w3c.github.io/pointerlock/#webidl-1328413902", "https://w3c.github.io/pointerlock/#idl-def-element-partial-1", - "https://w3c.github.io/pointerlock/#idl-def-element-requestpointerlock", + "https://w3c.github.io/pointerlock/#idl-def-element-requestpointerlock-options", "https://w3c.github.io/pointerlock/#ref-for-dom-element-requestpointerlock-1", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-4", + "https://w3c.github.io/pointerlock/#example-1", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-5", + "https://w3c.github.io/pointerlock/#dfn-lock-requests-queue", "https://w3c.github.io/pointerlock/#dom-element-requestpointerlock", - "https://w3c.github.io/pointerlock/#dfn-target", - "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-2", - "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockchange-2", "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockerror-1", - "https://w3c.github.io/pointerlock/#ref-for-dfn-target-2", - "https://w3c.github.io/pointerlock/#ref-for-dfn-target-3", - "https://w3c.github.io/pointerlock/#ref-for-dom-element-requestpointerlock-2", - "https://w3c.github.io/pointerlock/#ref-for-dom-element-requestpointerlock-3", - "https://w3c.github.io/pointerlock/#ref-for-dfn-default-unlock-gesture-2", - "https://w3c.github.io/pointerlock/#ref-for-dom-element-requestpointerlock-4", + "https://w3c.github.io/pointerlock/#issue-container-number-93", + "https://w3c.github.io/pointerlock/#h-issue-0", "https://w3c.github.io/pointerlock/#ref-for-dom-document-exitpointerlock-1", - "https://w3c.github.io/pointerlock/#issue-container-generatedID-0", - "https://w3c.github.io/pointerlock/#h-note-0", - "https://w3c.github.io/pointerlock/#ref-for-dom-element-requestpointerlock-5", - "https://w3c.github.io/pointerlock/#ref-for-dfn-target-4", - "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockchange-3", "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockerror-2", - "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-3", - "https://w3c.github.io/pointerlock/#ref-for-dfn-target-5", + "https://w3c.github.io/pointerlock/#issue-container-generatedID-1", + "https://w3c.github.io/pointerlock/#h-note-1", + "https://w3c.github.io/pointerlock/#ref-for-dom-element-requestpointerlock-2", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockerror-3", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-unadjustedmovement-4", + "https://w3c.github.io/pointerlock/#ref-for-dom-pointerlockoptions-unadjustedmovement-5", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockerror-4", + "https://w3c.github.io/pointerlock/#issue-container-number-90", + "https://w3c.github.io/pointerlock/#h-issue-1", + "https://w3c.github.io/pointerlock/#ref-for-dfn-lock-requests-queue-1", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-4", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockerror-5", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-5", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-options-3", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-6", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockchange-3", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-7", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-options-4", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockerror-6", + "https://w3c.github.io/pointerlock/#issue-container-number-91", + "https://w3c.github.io/pointerlock/#h-issue-2", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-state-7", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-8", + "https://w3c.github.io/pointerlock/#ref-for-dfn-cursor-position-3", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-options-5", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockchange-4", + "https://w3c.github.io/pointerlock/#issue-container-number-96", + "https://w3c.github.io/pointerlock/#h-issue-3", + "https://w3c.github.io/pointerlock/#issue-container-generatedID-2", + "https://w3c.github.io/pointerlock/#h-note-2", "https://w3c.github.io/pointerlock/#extensions-to-the-document-interface", "https://w3c.github.io/pointerlock/#x4-extensions-to-the-document-interface", "https://w3c.github.io/pointerlock/#webidl-131603804", @@ -65,19 +126,23 @@ "https://w3c.github.io/pointerlock/#idl-def-document-exitpointerlock", "https://w3c.github.io/pointerlock/#ref-for-dom-document-exitpointerlock-2", "https://w3c.github.io/pointerlock/#dom-document-onpointerlockchange", - "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockchange-4", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockchange-5", "https://w3c.github.io/pointerlock/#dom-document-onpointerlockerror", - "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockerror-3", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockerror-7", "https://w3c.github.io/pointerlock/#dom-document-exitpointerlock", - "https://w3c.github.io/pointerlock/#ref-for-dfn-pointerlockchange-5", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-9", + "https://w3c.github.io/pointerlock/#ref-for-dfn-exit-pointer-lock-1", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-10", "https://w3c.github.io/pointerlock/#extensions-to-the-documentorshadowroot-mixin", "https://w3c.github.io/pointerlock/#x5-extensions-to-the-documentorshadowroot-mixin", - "https://w3c.github.io/pointerlock/#webidl-776898402", + "https://w3c.github.io/pointerlock/#webidl-748339506", "https://w3c.github.io/pointerlock/#idl-def-documentorshadowroot-partial-1", "https://w3c.github.io/pointerlock/#idl-def-documentorshadowroot-pointerlockelement", "https://w3c.github.io/pointerlock/#ref-for-dom-documentorshadowroot-pointerlockelement-1", "https://w3c.github.io/pointerlock/#dom-documentorshadowroot-pointerlockelement", "https://w3c.github.io/pointerlock/#example-retarget-pointerlock", + "https://w3c.github.io/pointerlock/#issue-container-generatedID-3", + "https://w3c.github.io/pointerlock/#h-note-3", "https://w3c.github.io/pointerlock/#extensions-to-the-mouseevent-interface", "https://w3c.github.io/pointerlock/#x6-extensions-to-the-mouseevent-interface", "https://w3c.github.io/pointerlock/#webidl-1698756137", @@ -93,26 +158,25 @@ "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-3", "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-3", "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-4", + "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-2", + "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-5", "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-4", + "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-3", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-4", - "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-5", - "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-5", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-5", - "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-6", - "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-7", "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-6", - "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-6", + "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-5", "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-7", - "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-7", + "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-6", "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-8", - "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-8", + "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-7", "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-9", + "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-8", + "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-6", + "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-10", "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-9", + "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-7", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-8", - "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementx-10", - "https://w3c.github.io/pointerlock/#ref-for-dom-mouseevent-movementy-10", - "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-9", - "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-10", "https://w3c.github.io/pointerlock/#extensions-to-the-mouseeventinit-dictionary", "https://w3c.github.io/pointerlock/#x7-extensions-to-the-mouseeventinit-dictionary", "https://w3c.github.io/pointerlock/#webidl-788447252", @@ -128,14 +192,18 @@ "https://w3c.github.io/pointerlock/#requirements", "https://w3c.github.io/pointerlock/#x8-requirements", "https://w3c.github.io/pointerlock/#dfn-default-unlock-gesture", - "https://w3c.github.io/pointerlock/#issue-container-generatedID-1", - "https://w3c.github.io/pointerlock/#h-note-1", - "https://w3c.github.io/pointerlock/#ref-for-dfn-default-unlock-gesture-3", + "https://w3c.github.io/pointerlock/#ref-for-dfn-exit-pointer-lock-2", + "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-9", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-11", + "https://w3c.github.io/pointerlock/#issue-container-generatedID-4", + "https://w3c.github.io/pointerlock/#h-note-4", + "https://w3c.github.io/pointerlock/#ref-for-dfn-default-unlock-gesture-2", + "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-10", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-12", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-11", - "https://w3c.github.io/pointerlock/#ref-for-dfn-target-6", + "https://w3c.github.io/pointerlock/#ref-for-dfn-exit-pointer-lock-3", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-12", - "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-13", - "https://w3c.github.io/pointerlock/#ref-for-dfn-default-unlock-gesture-4", + "https://w3c.github.io/pointerlock/#ref-for-dfn-default-unlock-gesture-3", "https://w3c.github.io/pointerlock/#use-cases", "https://w3c.github.io/pointerlock/#x9-use-cases", "https://w3c.github.io/pointerlock/#relative-view-port-rotation-of-free-moving-virtual-actors", @@ -148,8 +216,8 @@ "https://w3c.github.io/pointerlock/#x9-4-jog-movement-over-spinner-controls", "https://w3c.github.io/pointerlock/#synthetic-cursor-interaction-with-html-dom-ui", "https://w3c.github.io/pointerlock/#x9-5-synthetic-cursor-interaction-with-html-dom-ui", - "https://w3c.github.io/pointerlock/#example-synthetic-cursor", - "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-14", + "https://w3c.github.io/pointerlock/#example-3", + "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-13", "https://w3c.github.io/pointerlock/#view-port-panning-by-moving-a-mouse-cursor-against-the-bounds-of-a-view-port", "https://w3c.github.io/pointerlock/#x9-6-view-port-panning-by-moving-a-mouse-cursor-against-the-bounds-of-a-view-port", "https://w3c.github.io/pointerlock/#game-lobby-timer-based-pointer-lock", @@ -158,14 +226,20 @@ "https://w3c.github.io/pointerlock/#x9-8-game-portal", "https://w3c.github.io/pointerlock/#security", "https://w3c.github.io/pointerlock/#x10-security", + "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-14", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-15", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-16", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-17", + "https://w3c.github.io/pointerlock/#ref-for-dfn-default-unlock-gesture-4", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-18", - "https://w3c.github.io/pointerlock/#ref-for-dfn-default-unlock-gesture-5", + "https://w3c.github.io/pointerlock/#ref-for-dfn-exit-pointer-lock-4", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-19", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-13", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-20", + "https://w3c.github.io/pointerlock/#ref-for-dfn-exit-pointer-lock-5", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-14", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-21", + "https://w3c.github.io/pointerlock/#ref-for-dfn-exit-pointer-lock-6", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-22", "https://w3c.github.io/pointerlock/#frequently-asked-questions", "https://w3c.github.io/pointerlock/#x11-frequently-asked-questions", @@ -175,7 +249,7 @@ "https://w3c.github.io/pointerlock/#x11-2-why-not-repurpose-mouseevent-s-clientx-y-screenx-y", "https://w3c.github.io/pointerlock/#why-use-movementx-y-instead-of-deltax-y", "https://w3c.github.io/pointerlock/#x11-3-why-use-movementx-y-instead-of-deltax-y", - "https://w3c.github.io/pointerlock/#ref-for-dfn-target-7", + "https://w3c.github.io/pointerlock/#ref-for-dfn-pointer-lock-target-15", "https://w3c.github.io/pointerlock/#why-bundle", "https://w3c.github.io/pointerlock/#x11-4-why-bundle-all-functionality-hiding-cursor-providing-mouse-deltas-instead-of-using-css-to-hide-the-cursor-always-providing-delta-values-and-offering-an-api-to-restrict-the-cursor-movement-to-a-portion-of-the-web-page", "https://w3c.github.io/pointerlock/#ref-for-dfn-user-agent-23", @@ -197,8 +271,6 @@ "https://w3c.github.io/pointerlock/#bib-dom", "https://w3c.github.io/pointerlock/#bib-fullscreen", "https://w3c.github.io/pointerlock/#bib-html", - "https://w3c.github.io/pointerlock/#bib-rfc2119", - "https://w3c.github.io/pointerlock/#bib-rfc8174", "https://w3c.github.io/pointerlock/#bib-ui-events", "https://w3c.github.io/pointerlock/#bib-webidl", "https://w3c.github.io/pointerlock/#informative-references", diff --git a/ed/ids/webnn.json b/ed/ids/webnn.json index 5899898268d1..640e23674516 100644 --- a/ed/ids/webnn.json +++ b/ed/ids/webnn.json @@ -792,7 +792,7 @@ "https://webmachinelearning.github.io/webnn/#ref-for-ordered-set%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-queue", "https://webmachinelearning.github.io/webnn/#ref-for-map-getting-the-values", - "https://webmachinelearning.github.io/webnn/#ref-for-list-empty", + "https://webmachinelearning.github.io/webnn/#ref-for-list-is-empty", "https://webmachinelearning.github.io/webnn/#ref-for-queue-dequeue", "https://webmachinelearning.github.io/webnn/#ref-for-set-append", "https://webmachinelearning.github.io/webnn/#ref-for-set-append%E2%91%A0", @@ -1118,7 +1118,7 @@ "https://webmachinelearning.github.io/webnn/#ref-for-list-item", "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-list-is-empty", + "https://webmachinelearning.github.io/webnn/#ref-for-list-is-empty%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A3", @@ -4525,13 +4525,13 @@ "https://webmachinelearning.github.io/webnn/#ae8def21", "https://webmachinelearning.github.io/webnn/#f937b7b6", "https://webmachinelearning.github.io/webnn/#9a9b558b", - "https://webmachinelearning.github.io/webnn/#03afaf9c", "https://webmachinelearning.github.io/webnn/#06a6db54", "https://webmachinelearning.github.io/webnn/#1243a891", "https://webmachinelearning.github.io/webnn/#16d07e10", "https://webmachinelearning.github.io/webnn/#45209803", "https://webmachinelearning.github.io/webnn/#860300d4", "https://webmachinelearning.github.io/webnn/#6b815fdd", + "https://webmachinelearning.github.io/webnn/#dd460c8e", "https://webmachinelearning.github.io/webnn/#5afbefcd", "https://webmachinelearning.github.io/webnn/#649608b9", "https://webmachinelearning.github.io/webnn/#84b454ff", diff --git a/ed/index.json b/ed/index.json index aff7433e84cd..6bbfa8cf5bef 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-06-17T12:45:58.203Z", + "date": "2024-06-17T18:39:07.291Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -8698,7 +8698,7 @@ ], "crawled": "https://w3c.github.io/PNG-spec/", "crawlCacheInfo": { - "lastModified": "Mon, 10 Jun 2024 11:53:22 GMT" + "lastModified": "Mon, 17 Jun 2024 15:36:24 GMT" }, "generator": "respec", "date": "21 September 2023", @@ -16806,10 +16806,10 @@ ], "crawled": "https://w3c.github.io/compute-pressure/", "crawlCacheInfo": { - "lastModified": "Fri, 14 Jun 2024 13:03:40 GMT" + "lastModified": "Mon, 17 Jun 2024 18:14:16 GMT" }, "generator": "respec", - "date": "14 June 2024", + "date": "17 June 2024", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", "idl": "idl/compute-pressure.idl", @@ -24958,11 +24958,11 @@ ], "crawled": "https://w3c.github.io/geolocation-sensor/", "crawlCacheInfo": { - "lastModified": "Fri, 05 Jan 2024 09:09:02 GMT" + "lastModified": "Mon, 17 Jun 2024 16:49:59 GMT" }, "generator": "bikeshed", - "date": "5 January 2024", - "revision": "ef74cf70082bb28eb4262ad3768c376b0f9caab8", + "date": "17 June 2024", + "revision": "a4118134bd382ee75d1e313271a6acb12fc99cd3", "links": "links/geolocation-sensor.json", "refs": "refs/geolocation-sensor.json", "idl": "idl/geolocation-sensor.idl", @@ -28881,10 +28881,10 @@ ], "crawled": "https://w3c.github.io/pointerlock/", "crawlCacheInfo": { - "lastModified": "Thu, 16 May 2024 09:58:42 GMT" + "lastModified": "Mon, 17 Jun 2024 13:50:50 GMT" }, "generator": "respec", - "date": "16 May 2024", + "date": "17 June 2024", "links": "links/pointerlock-2.json", "refs": "refs/pointerlock-2.json", "events": "events/pointerlock-2.json", @@ -32370,10 +32370,10 @@ ], "crawled": "https://w3c.github.io/vc-data-model/", "crawlCacheInfo": { - "lastModified": "Fri, 14 Jun 2024 14:51:00 GMT" + "lastModified": "Mon, 17 Jun 2024 16:41:54 GMT" }, "generator": "respec", - "date": "14 June 2024", + "date": "17 June 2024", "links": "links/vc-data-model-2.0.json", "refs": "refs/vc-data-model-2.0.json", "dfns": "dfns/vc-data-model-2.0.json", @@ -34375,11 +34375,11 @@ ], "crawled": "https://webmachinelearning.github.io/webnn/", "crawlCacheInfo": { - "lastModified": "Thu, 13 Jun 2024 17:19:51 GMT" + "lastModified": "Mon, 17 Jun 2024 17:45:21 GMT" }, "generator": "bikeshed", - "date": "13 June 2024", - "revision": "60e6447f738219a18d420a9e9bcdf76860fc67ed", + "date": "17 June 2024", + "revision": "073ce7e426d7461b0824fa7789d3fe5f997c0c6e", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", diff --git a/ed/links/geolocation-sensor.json b/ed/links/geolocation-sensor.json index e27a95145409..f1b656c89ee6 100644 --- a/ed/links/geolocation-sensor.json +++ b/ed/links/geolocation-sensor.json @@ -13,6 +13,9 @@ }, "https://dom.spec.whatwg.org/": {}, "https://github.com/kenchris/sensor-polyfills/blob/master/src/geolocation-sensor.js": {}, + "https://github.com/mkruisselbrink": {}, + "https://github.com/w3c/geolocation-sensor/issues": {}, + "https://github.com/w3c/geolocation-sensor/issues/62": {}, "https://heycam.github.io/webidl/": { "anchors": [ "idl-unrestricted-double", @@ -23,6 +26,7 @@ "https://infra.spec.whatwg.org/": {}, "https://kenchris.github.io/sensor-polyfills/run-geolocation.html": {}, "https://lists.w3.org/Archives/Public/public-device-apis/": {}, + "https://lists.w3.org/Archives/Public/public-geolocation//2014Sep/0012.html": {}, "https://tc39.es/ecma262/multipage/": {}, "https://w3c.github.io/geolocation-api/": {}, "https://w3c.github.io/hr-time/": {}, @@ -34,13 +38,12 @@ "https://w3c.github.io/webappsec-permissions-policy/": {}, "https://webidl.spec.whatwg.org/": {}, "https://www.w3.org/2023/Process-20231103/": {}, - "https://www.w3.org/Consortium/Patent-Policy-20200915/": { + "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", "sec-Disclosure" ] }, - "https://www.w3.org/Consortium/Patent-Policy/": {}, "https://www.w3.org/PM/horizontal/review.html?shortname=geolocation-sensor": {}, "https://www.w3.org/das/roadmap": {}, "https://www.w3.org/groups/wg/das": {}, diff --git a/ed/links/pointerlock-2.json b/ed/links/pointerlock-2.json index 23156620a73c..4945ea598f14 100644 --- a/ed/links/pointerlock-2.json +++ b/ed/links/pointerlock-2.json @@ -5,27 +5,25 @@ }, "links": { "rawlinks": { - "https://datatracker.ietf.org/doc/html/bcp14": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Element/setCapture": {}, - "https://dom.spec.whatwg.org/": { - "anchors": [ - "concept-event-fire", - "concept-element", - "concept-shadow-including-root", - "retarget" - ] - }, + "https://dom.spec.whatwg.org/": {}, "https://en.wikipedia.org/wiki/Xlib": {}, "https://fullscreen.spec.whatwg.org/": {}, "https://github.com/w3c/pointerlock/commit/027f57ae80cf5bdb03379203828aa234f3e7e433": {}, "https://github.com/w3c/pointerlock/commits/gh-pages/index.html": {}, "https://github.com/w3c/pointerlock/issues/13": {}, - "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://github.com/w3c/pointerlock/issues/90": {}, + "https://github.com/w3c/pointerlock/issues/91": {}, + "https://github.com/w3c/pointerlock/issues/93": {}, + "https://github.com/w3c/pointerlock/issues/96": {}, + "https://github.com/w3c/pointerlock/issues/97": {}, + "https://github.com/w3c/pointerlock/pull/49": { "anchors": [ - "sandboxed-pointer-lock-browsing-context-flag" + "discussion_r468133933" ] }, + "https://github.com/w3c/uievents/issues/200": {}, + "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/infrastructure.html": { "anchors": [ "becomes-disconnected" @@ -33,19 +31,10 @@ }, "https://html.spec.whatwg.org/multipage/interaction.html": { "anchors": [ - "transient-activation-gated-api", - "transient-activation", "tracking-user-activation", "activation-consuming-api" ] }, - "https://html.spec.whatwg.org/multipage/webappapis.html": { - "anchors": [ - "queue-a-task", - "concept-relevant-global", - "event-handler-idl-attributes" - ] - }, "https://tronche.com/gui/x/xlib/window/attributes/": {}, "https://w3c.github.io/uievents/": { "anchors": [ @@ -53,8 +42,6 @@ ] }, "https://webidl.spec.whatwg.org/": {}, - "https://www.rfc-editor.org/rfc/rfc2119": {}, - "https://www.rfc-editor.org/rfc/rfc8174": {}, "https://www.w3.org/2023/Process-20231103/": {}, "https://www.w3.org/Bugs/Public/show_bug.cgi?id=14600": {}, "https://www.w3.org/Consortium/Patent-Policy/": { @@ -72,34 +59,74 @@ "autolinks": { "https://dom.spec.whatwg.org/": { "anchors": [ + "concept-event-fire", "concept-node-document", "element", + "concept-shadow-including-root", "concept-tree-ancestor", "document", "documentorshadowroot", + "retarget", "concept-element-shadow-root" ] }, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "active-sandboxing-flag-set" + "active-sandboxing-flag-set", + "sandboxed-pointer-lock-browsing-context-flag" ] }, "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ "nav-document", - "concept-document-bc" + "concept-document-bc", + "browsing-context" + ] + }, + "https://html.spec.whatwg.org/multipage/indices.html": { + "anchors": [ + "event-focus" + ] + }, + "https://html.spec.whatwg.org/multipage/infrastructure.html": { + "anchors": [ + "parallel-queue" + ] + }, + "https://html.spec.whatwg.org/multipage/interaction.html": { + "anchors": [ + "transient-activation", + "tracking-user-activation" + ] + }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "dom-window" ] }, "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ - "eventhandler" + "queue-an-element-task", + "user-interaction-task-source", + "eventhandler", + "event-handler-idl-attributes" ] }, "https://webidl.spec.whatwg.org/": { "anchors": [ + "idl-boolean", + "idl-promise", "idl-undefined", + "a-new-promise", "this", + "reject", + "wrongdocumenterror", + "idl-DOMException", + "notallowederror", + "securityerror", + "notsupportederror", + "invalidstateerror", + "resolve", "idl-double" ] }, diff --git a/ed/links/vc-data-model-2.0.json b/ed/links/vc-data-model-2.0.json index 094eafc62518..6f8338259730 100644 --- a/ed/links/vc-data-model-2.0.json +++ b/ed/links/vc-data-model-2.0.json @@ -64,6 +64,7 @@ ] }, "https://www.dublincore.org/specifications/dublin-core/dcmi-terms/": {}, + "https://www.etsi.org/deliver/etsi_ts/119100_119199/11918201/01.01.01_60/ts_11918201v010101p.pdf": {}, "https://www.etsi.org/deliver/etsi_ts/119600_119699/119612/02.01.01_60/ts_119612v020101p.pdf": {}, "https://www.iana.org/assignments/media-types/media-types.xhtml": {}, "https://www.iso.org/standard/69084.html": {}, diff --git a/ed/links/webnn.json b/ed/links/webnn.json index fd59f3b4d1a5..88fc93c37a32 100644 --- a/ed/links/webnn.json +++ b/ed/links/webnn.json @@ -172,7 +172,7 @@ "ordered-set", "queue", "map-getting-the-values", - "list-empty", + "list-is-empty", "queue-dequeue", "set-append", "queue-enqueue", @@ -180,7 +180,6 @@ "assert", "the-range", "list-item", - "list-is-empty", "list-clone", "list-contain", "iteration-break", diff --git a/ed/refs/pointerlock-2.json b/ed/refs/pointerlock-2.json index fa853cd403f9..10a903412b9a 100644 --- a/ed/refs/pointerlock-2.json +++ b/ed/refs/pointerlock-2.json @@ -6,7 +6,7 @@ "refs": { "normative": [ { - "name": "DOM", + "name": "dom", "url": "https://dom.spec.whatwg.org/" }, { @@ -17,20 +17,12 @@ "name": "html", "url": "https://html.spec.whatwg.org/multipage/" }, - { - "name": "RFC2119", - "url": "https://www.rfc-editor.org/rfc/rfc2119" - }, - { - "name": "RFC8174", - "url": "https://www.rfc-editor.org/rfc/rfc8174" - }, { "name": "ui-events", "url": "https://www.w3.org/TR/uievents/" }, { - "name": "webidl", + "name": "WEBIDL", "url": "https://webidl.spec.whatwg.org/" } ],