Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 16.0.1.
  • Loading branch information
reffy-bot committed Jun 17, 2024
1 parent 01274c1 commit 278fb24
Show file tree
Hide file tree
Showing 13 changed files with 415 additions and 152 deletions.
192 changes: 162 additions & 30 deletions ed/dfns/pointerlock-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand All @@ -33,24 +147,61 @@
],
"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"
},
{
"id": "dom-element-requestpointerlock",
"href": "https://w3c.github.io/pointerlock/#dom-element-requestpointerlock",
"linkingText": [
"requestPointerLock()"
"requestPointerLock()",
"requestPointerLock(options)"
],
"localLinkingText": [
"Element.requestPointerLock",
Expand All @@ -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"
},
Expand Down
20 changes: 12 additions & 8 deletions ed/events/pointerlock-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
36 changes: 32 additions & 4 deletions ed/headings/pointerlock-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 6 additions & 2 deletions ed/idl/pointerlock.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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<undefined> requestPointerLock(optional PointerLockOptions options = {});
};

partial interface Document {
Expand All @@ -14,7 +18,7 @@ partial interface Document {
};

partial interface mixin DocumentOrShadowRoot {
readonly attribute Element ? pointerLockElement;
readonly attribute Element? pointerLockElement;
};

partial interface MouseEvent {
Expand Down
1 change: 1 addition & 0 deletions ed/ids/geolocation-sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 278fb24

Please sign in to comment.