diff --git a/tr/dfns/orientation-event.json b/tr/dfns/orientation-event.json index 4887842aad5f..9dbda27fc1bc 100644 --- a/tr/dfns/orientation-event.json +++ b/tr/dfns/orientation-event.json @@ -4,6 +4,98 @@ "url": "https://www.w3.org/TR/orientation-event/" }, "dfns": [ + { + "id": "relative-orientation", + "href": "https://www.w3.org/TR/orientation-event/#relative-orientation", + "linkingText": [ + "Relative orientation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "choice-of-reference-coordinate-system", + "href": "https://www.w3.org/TR/orientation-event/#choice-of-reference-coordinate-system", + "title": "Choice of reference coordinate system", + "number": "4.1.1" + }, + "definedIn": "prose" + }, + { + "id": "absolute-orientation", + "href": "https://www.w3.org/TR/orientation-event/#absolute-orientation", + "linkingText": [ + "Absolute orientation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/orientation-event/#title", + "title": "DeviceOrientation Event Specification" + }, + "definedIn": "prose" + }, + { + "id": "acceleration-with-gravity", + "href": "https://www.w3.org/TR/orientation-event/#acceleration-with-gravity", + "linkingText": [ + "acceleration with gravity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "device-motion-model", + "href": "https://www.w3.org/TR/orientation-event/#device-motion-model", + "title": "Device Motion", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "linear-acceleration", + "href": "https://www.w3.org/TR/orientation-event/#linear-acceleration", + "linkingText": [ + "Linear acceleration" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/orientation-event/#title", + "title": "DeviceOrientation Event Specification" + }, + "definedIn": "prose" + }, + { + "id": "rotation-rate", + "href": "https://www.w3.org/TR/orientation-event/#rotation-rate", + "linkingText": [ + "rotation rate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/orientation-event/#title", + "title": "DeviceOrientation Event Specification" + }, + "definedIn": "prose" + }, { "id": "def-deviceorientation", "href": "https://www.w3.org/TR/orientation-event/#def-deviceorientation", @@ -21,7 +113,7 @@ "id": "deviceorientation", "href": "https://www.w3.org/TR/orientation-event/#deviceorientation", "title": "deviceorientation Event", - "number": "4.1" + "number": "5.1" }, "definedIn": "prose" }, @@ -347,7 +439,7 @@ "id": "deviceorientationabsolute", "href": "https://www.w3.org/TR/orientation-event/#deviceorientationabsolute", "title": "deviceorientationabsolute Event", - "number": "4.2" + "number": "5.2" }, "definedIn": "prose" }, @@ -388,7 +480,7 @@ "id": "devicemotion", "href": "https://www.w3.org/TR/orientation-event/#devicemotion", "title": "devicemotion Event", - "number": "4.3" + "number": "5.3" }, "definedIn": "prose" }, @@ -1024,7 +1116,7 @@ "id": "id=permission-model", "href": "https://www.w3.org/TR/orientation-event/#id%3Dpermission-model", "title": "Permission model", - "number": "4.4" + "number": "5.4" }, "definedIn": "prose" } diff --git a/tr/dfns/reporting-1.json b/tr/dfns/reporting-1.json index 45100dea293d..ab95496cc00a 100644 --- a/tr/dfns/reporting-1.json +++ b/tr/dfns/reporting-1.json @@ -114,7 +114,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "generic-reporting", diff --git a/tr/dfns/secure-contexts.json b/tr/dfns/secure-contexts.json index d4d5b93265b7..dc616ee34f42 100644 --- a/tr/dfns/secure-contexts.json +++ b/tr/dfns/secure-contexts.json @@ -5,13 +5,13 @@ }, "dfns": [ { - "id": "potentially-trustworthy-origin", - "href": "https://www.w3.org/TR/secure-contexts/#potentially-trustworthy-origin", + "id": "is-origin-trustworthy", + "href": "https://www.w3.org/TR/secure-contexts/#is-origin-trustworthy", "linkingText": [ - "potentially trustworthy origin" + "Is origin potentially trustworthy?" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], "access": "public", "informative": false, @@ -21,6 +21,25 @@ "title": "Is origin potentially trustworthy?", "number": "3.1" }, + "definedIn": "heading" + }, + { + "id": "potentially-trustworthy-origin", + "href": "https://www.w3.org/TR/secure-contexts/#potentially-trustworthy-origin", + "linkingText": [ + "potentially trustworthy origin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "algorithms", + "href": "https://www.w3.org/TR/secure-contexts/#algorithms", + "title": "Algorithms", + "number": "3" + }, "definedIn": "prose" }, { diff --git a/tr/headings/orientation-event.json b/tr/headings/orientation-event.json index 5d7f9e9959ad..06bbefe80a5f 100644 --- a/tr/headings/orientation-event.json +++ b/tr/headings/orientation-event.json @@ -49,89 +49,117 @@ "title": "Scope", "number": "3" }, + { + "id": "model", + "href": "https://www.w3.org/TR/orientation-event/#model", + "level": 2, + "title": "Model", + "number": "4" + }, + { + "id": "device-orientation-model", + "href": "https://www.w3.org/TR/orientation-event/#device-orientation-model", + "level": 3, + "title": "Device Orientation", + "number": "4.1" + }, + { + "id": "choice-of-reference-coordinate-system", + "href": "https://www.w3.org/TR/orientation-event/#choice-of-reference-coordinate-system", + "level": 4, + "title": "Choice of reference coordinate system", + "number": "4.1.1" + }, + { + "id": "device-motion-model", + "href": "https://www.w3.org/TR/orientation-event/#device-motion-model", + "level": 3, + "title": "Device Motion", + "number": "4.2" + }, { "id": "description", "href": "https://www.w3.org/TR/orientation-event/#description", "level": 2, "title": "Description", - "number": "4" + "number": "5" }, { "id": "deviceorientation", "href": "https://www.w3.org/TR/orientation-event/#deviceorientation", "level": 3, "title": "deviceorientation Event", - "number": "4.1" + "number": "5.1" }, { "id": "deviceorientationabsolute", "href": "https://www.w3.org/TR/orientation-event/#deviceorientationabsolute", "level": 3, "title": "deviceorientationabsolute Event", - "number": "4.2" + "number": "5.2" }, { "id": "devicemotion", "href": "https://www.w3.org/TR/orientation-event/#devicemotion", "level": 3, "title": "devicemotion Event", - "number": "4.3" + "number": "5.3" }, { "id": "id=permission-model", "href": "https://www.w3.org/TR/orientation-event/#id%3Dpermission-model", "level": 3, "title": "Permission model", - "number": "4.4" + "number": "5.4" }, { "id": "security-and-privacy", "href": "https://www.w3.org/TR/orientation-event/#security-and-privacy", "level": 2, "title": "Security and privacy considerations", - "number": "5" + "number": "6" }, { "id": "use-cases-and-requirements", "href": "https://www.w3.org/TR/orientation-event/#use-cases-and-requirements", "level": 2, "title": "Use-Cases and Requirements", - "number": "6" + "number": "7" }, { "id": "use-cases", "href": "https://www.w3.org/TR/orientation-event/#use-cases", "level": 3, "title": "Use-Cases", - "number": "6.1" + "number": "7.1" }, { "id": "controlling-a-game", "href": "https://www.w3.org/TR/orientation-event/#controlling-a-game", "level": 4, "title": "Controlling a game", - "number": "6.1.1" + "number": "7.1.1" }, { "id": "gesture-recognition", "href": "https://www.w3.org/TR/orientation-event/#gesture-recognition", "level": 4, "title": "Gesture recognition", - "number": "6.1.2" + "number": "7.1.2" }, { "id": "mapping", "href": "https://www.w3.org/TR/orientation-event/#mapping", "level": 4, "title": "Mapping", - "number": "6.1.3" + "number": "7.1.3" }, { "id": "requirements", "href": "https://www.w3.org/TR/orientation-event/#requirements", "level": 3, "title": "Requirements", - "number": "6.2" + "number": "7.2" }, { "id": "examples", diff --git a/tr/headings/secure-contexts.json b/tr/headings/secure-contexts.json index 7d90ef5dd873..a3308a4d06db 100644 --- a/tr/headings/secure-contexts.json +++ b/tr/headings/secure-contexts.json @@ -4,12 +4,6 @@ "url": "https://www.w3.org/TR/secure-contexts/" }, "headings": [ - { - "id": "profile-and-date", - "href": "https://www.w3.org/TR/secure-contexts/#profile-and-date", - "level": 2, - "title": "W3C Candidate Recommendation Draft, 18 September 2021" - }, { "id": "abstract", "href": "https://www.w3.org/TR/secure-contexts/#abstract", @@ -17,8 +11,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/secure-contexts/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/secure-contexts/#sotd", "level": 2, "title": "Status of this document" }, @@ -252,24 +246,6 @@ "title": "Acknowledgements", "number": "8" }, - { - "id": "conformance", - "href": "https://www.w3.org/TR/secure-contexts/#conformance", - "level": 2, - "title": "Conformance" - }, - { - "id": "conventions", - "href": "https://www.w3.org/TR/secure-contexts/#conventions", - "level": 3, - "title": "Document conventions" - }, - { - "id": "conformant-algorithms", - "href": "https://www.w3.org/TR/secure-contexts/#conformant-algorithms", - "level": 3, - "title": "Conformant Algorithms" - }, { "id": "index", "href": "https://www.w3.org/TR/secure-contexts/#index", diff --git a/tr/ids/orientation-event.json b/tr/ids/orientation-event.json index b2104392e8a9..647f2d066261 100644 --- a/tr/ids/orientation-event.json +++ b/tr/ids/orientation-event.json @@ -40,6 +40,55 @@ "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-rotationrate", "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotioneventrotationrate-gamma", "https://www.w3.org/TR/orientation-event/#scope", + "https://www.w3.org/TR/orientation-event/#model", + "https://www.w3.org/TR/orientation-event/#device-orientation-model", + "https://www.w3.org/TR/orientation-event/#ref-for-implementation-defined", + "https://www.w3.org/TR/orientation-event/#ref-for-device-coordinate-system", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-dommatrix-rotateself", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-dommatrixreadonly-rotate", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A1", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A0", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A0", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A2", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A3", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A1", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A2", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A1", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A2", + "https://www.w3.org/TR/orientation-event/#choice-of-reference-coordinate-system", + "https://www.w3.org/TR/orientation-event/#relative-orientation", + "https://www.w3.org/TR/orientation-event/#infopanel-for-relative-orientation", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-relative-orientation", + "https://www.w3.org/TR/orientation-event/#infopanel-for-relative-orientation", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-relative-orientation", + "https://www.w3.org/TR/orientation-event/#absolute-orientation", + "https://www.w3.org/TR/orientation-event/#infopanel-for-absolute-orientation", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-absolute-orientation", + "https://www.w3.org/TR/orientation-event/#infopanel-for-absolute-orientation", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-absolute-orientation", + "https://www.w3.org/TR/orientation-event/#ref-for-earths-reference-coordinate-system", + "https://www.w3.org/TR/orientation-event/#device-motion-model", + "https://www.w3.org/TR/orientation-event/#ref-for-device-coordinate-system%E2%91%A0", + "https://www.w3.org/TR/orientation-event/#acceleration-with-gravity", + "https://www.w3.org/TR/orientation-event/#infopanel-for-acceleration-with-gravity", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-acceleration-with-gravity", + "https://www.w3.org/TR/orientation-event/#infopanel-for-acceleration-with-gravity", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-acceleration-with-gravity", + "https://www.w3.org/TR/orientation-event/#linear-acceleration", + "https://www.w3.org/TR/orientation-event/#infopanel-for-linear-acceleration", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-linear-acceleration", + "https://www.w3.org/TR/orientation-event/#infopanel-for-linear-acceleration", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-linear-acceleration", + "https://www.w3.org/TR/orientation-event/#ref-for-linear-acceleration", + "https://www.w3.org/TR/orientation-event/#ref-for-acceleration-with-gravity", + "https://www.w3.org/TR/orientation-event/#ref-for-linear-acceleration%E2%91%A0", + "https://www.w3.org/TR/orientation-event/#rotation-rate", + "https://www.w3.org/TR/orientation-event/#infopanel-for-rotation-rate", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-rotation-rate", + "https://www.w3.org/TR/orientation-event/#infopanel-for-rotation-rate", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-rotation-rate", + "https://www.w3.org/TR/orientation-event/#ref-for-device-coordinate-system%E2%91%A1", + "https://www.w3.org/TR/orientation-event/#ref-for-rotation-rate", "https://www.w3.org/TR/orientation-event/#description", "https://www.w3.org/TR/orientation-event/#deviceorientation", "https://www.w3.org/TR/orientation-event/#ref-for-dom-window-ondeviceorientation", @@ -117,9 +166,9 @@ "https://www.w3.org/TR/orientation-event/#dom-deviceorientationeventinit-gamma", "https://www.w3.org/TR/orientation-event/#ref-for-idl-boolean%E2%91%A0", "https://www.w3.org/TR/orientation-event/#dom-deviceorientationeventinit-absolute", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A1", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A0", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A0", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A4", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A3", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A3", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-requestpermission", "https://www.w3.org/TR/orientation-event/#ref-for-in-parallel", @@ -140,25 +189,16 @@ "https://www.w3.org/TR/orientation-event/#ref-for-def-deviceorientation%E2%91%A1", "https://www.w3.org/TR/orientation-event/#ref-for-deviceorientationevent", "https://www.w3.org/TR/orientation-event/#ref-for-dom-window", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A2", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A1", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A1", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A3", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A2", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A2", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-dommatrix-rotateself", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-dommatrixreadonly-rotate", - "https://www.w3.org/TR/orientation-event/#rotations", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A4", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A5", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A3", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A4", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A3", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A4", + "https://www.w3.org/TR/orientation-event/#ref-for-relative-orientation", + "https://www.w3.org/TR/orientation-event/#ref-for-implementation-defined%E2%91%A0", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A6", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A5", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A5", - "https://www.w3.org/TR/orientation-event/#ref-for-def-deviceorientation%E2%91%A2", + "https://www.w3.org/TR/orientation-event/#ref-for-relative-orientation%E2%91%A0", + "https://www.w3.org/TR/orientation-event/#ref-for-absolute-orientation", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A0", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A1", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A7", @@ -190,7 +230,8 @@ "https://www.w3.org/TR/orientation-event/#infopanel-for-dom-window-ondeviceorientationabsolute", "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-dom-window-ondeviceorientationabsolute", "https://www.w3.org/TR/orientation-event/#ref-for-def-deviceorientationabsolute%E2%91%A1", - "https://www.w3.org/TR/orientation-event/#ref-for-def-deviceorientation%E2%91%A3", + "https://www.w3.org/TR/orientation-event/#ref-for-def-deviceorientation%E2%91%A2", + "https://www.w3.org/TR/orientation-event/#ref-for-absolute-orientation%E2%91%A0", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A2", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A8", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A7", @@ -348,16 +389,18 @@ "https://www.w3.org/TR/orientation-event/#ref-for-concept-settings-object-origin%E2%91%A4", "https://www.w3.org/TR/orientation-event/#ref-for-devicemotionevent%E2%91%A0", "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-acceleration%E2%91%A2", + "https://www.w3.org/TR/orientation-event/#ref-for-linear-acceleration%E2%91%A1", + "https://www.w3.org/TR/orientation-event/#ref-for-acceleration-with-gravity%E2%91%A0", "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-accelerationincludinggravity%E2%91%A3", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-accelerationincludinggravity%E2%91%A4", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-acceleration%E2%91%A3", + "https://www.w3.org/TR/orientation-event/#ref-for-acceleration-with-gravity%E2%91%A1", "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-rotationrate%E2%91%A1", + "https://www.w3.org/TR/orientation-event/#ref-for-rotation-rate%E2%91%A0", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A8", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A8", "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-interval%E2%91%A0", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-acceleration%E2%91%A4", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-accelerationincludinggravity%E2%91%A5", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-acceleration%E2%91%A3", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-accelerationincludinggravity%E2%91%A4", "https://www.w3.org/TR/orientation-event/#ref-for-dom-devicemotionevent-rotationrate%E2%91%A2", "https://www.w3.org/TR/orientation-event/#id%3Dpermission-model", "https://www.w3.org/TR/orientation-event/#issue-53485653", @@ -412,6 +455,11 @@ "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-9c4c1e66", "https://www.w3.org/TR/orientation-event/#infopanel-for-9c4c1e66", "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-9c4c1e66", + "https://www.w3.org/TR/orientation-event/#41e040e9", + "https://www.w3.org/TR/orientation-event/#infopanel-for-41e040e9", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-41e040e9", + "https://www.w3.org/TR/orientation-event/#infopanel-for-41e040e9", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-41e040e9", "https://www.w3.org/TR/orientation-event/#129bdae8", "https://www.w3.org/TR/orientation-event/#infopanel-for-129bdae8", "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-129bdae8", @@ -537,6 +585,16 @@ "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-9f156e6b", "https://www.w3.org/TR/orientation-event/#infopanel-for-9f156e6b", "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-9f156e6b", + "https://www.w3.org/TR/orientation-event/#860300d4", + "https://www.w3.org/TR/orientation-event/#infopanel-for-860300d4", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-860300d4", + "https://www.w3.org/TR/orientation-event/#infopanel-for-860300d4", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-860300d4", + "https://www.w3.org/TR/orientation-event/#22f996ff", + "https://www.w3.org/TR/orientation-event/#infopanel-for-22f996ff", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-22f996ff", + "https://www.w3.org/TR/orientation-event/#infopanel-for-22f996ff", + "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-22f996ff", "https://www.w3.org/TR/orientation-event/#0811b6e9", "https://www.w3.org/TR/orientation-event/#infopanel-for-0811b6e9", "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-0811b6e9", @@ -584,8 +642,11 @@ "https://www.w3.org/TR/orientation-event/#infopaneltitle-for-8c800cdf", "https://www.w3.org/TR/orientation-event/#references", "https://www.w3.org/TR/orientation-event/#normative", + "https://www.w3.org/TR/orientation-event/#biblio-accelerometer", "https://www.w3.org/TR/orientation-event/#biblio-dom", "https://www.w3.org/TR/orientation-event/#biblio-html", + "https://www.w3.org/TR/orientation-event/#biblio-infra", + "https://www.w3.org/TR/orientation-event/#biblio-orientation-sensor", "https://www.w3.org/TR/orientation-event/#biblio-permissions", "https://www.w3.org/TR/orientation-event/#biblio-rfc2119", "https://www.w3.org/TR/orientation-event/#biblio-webidl", @@ -596,13 +657,14 @@ "https://www.w3.org/TR/orientation-event/#biblio-g-force", "https://www.w3.org/TR/orientation-event/#biblio-geometry-1", "https://www.w3.org/TR/orientation-event/#biblio-gimballock", + "https://www.w3.org/TR/orientation-event/#biblio-gyroscope", "https://www.w3.org/TR/orientation-event/#biblio-indoorpos", "https://www.w3.org/TR/orientation-event/#biblio-motion-sensors", + "https://www.w3.org/TR/orientation-event/#biblio-properacceleration", "https://www.w3.org/TR/orientation-event/#biblio-quaternions", "https://www.w3.org/TR/orientation-event/#biblio-screen-orientation", "https://www.w3.org/TR/orientation-event/#biblio-sensorid", "https://www.w3.org/TR/orientation-event/#biblio-touch", - "https://www.w3.org/TR/orientation-event/#biblio-wgs84", "https://www.w3.org/TR/orientation-event/#idl-index" ] } \ No newline at end of file diff --git a/tr/ids/reporting-1.json b/tr/ids/reporting-1.json index 5e4c937fde78..f9369c045fa0 100644 --- a/tr/ids/reporting-1.json +++ b/tr/ids/reporting-1.json @@ -32,31 +32,43 @@ "https://www.w3.org/TR/reporting-1/#endpoint", "https://www.w3.org/TR/reporting-1/#infopanel-for-endpoint", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-endpoint", + "https://www.w3.org/TR/reporting-1/#infopanel-for-endpoint", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-endpoint", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-reports", "https://www.w3.org/TR/reporting-1/#ref-for-origin", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint", "https://www.w3.org/TR/reporting-1/#dom-endpoint-name", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-endpoint-name", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-endpoint-name", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-endpoint-name", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-endpoint-name", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A0", "https://www.w3.org/TR/reporting-1/#dom-endpoint-url", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-endpoint-url", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-endpoint-url", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-endpoint-url", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-endpoint-url", "https://www.w3.org/TR/reporting-1/#ref-for-concept-url", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A1", "https://www.w3.org/TR/reporting-1/#dom-endpoint-failures", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-endpoint-failures", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-endpoint-failures", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-endpoint-failures", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-endpoint-failures", "https://www.w3.org/TR/reporting-1/#concept-report-type", "https://www.w3.org/TR/reporting-1/#report-type", "https://www.w3.org/TR/reporting-1/#infopanel-for-report-type", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-type", + "https://www.w3.org/TR/reporting-1/#infopanel-for-report-type", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-type", "https://www.w3.org/TR/reporting-1/#ref-for-report-body", "https://www.w3.org/TR/reporting-1/#ref-for-report", "https://www.w3.org/TR/reporting-1/#ref-for-report-type", "https://www.w3.org/TR/reporting-1/#visible-to-reportingobservers", "https://www.w3.org/TR/reporting-1/#infopanel-for-visible-to-reportingobservers", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-visible-to-reportingobservers", + "https://www.w3.org/TR/reporting-1/#infopanel-for-visible-to-reportingobservers", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-visible-to-reportingobservers", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-reports%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-reporting-observer", "https://www.w3.org/TR/reporting-1/#ref-for-report-type%E2%91%A0", @@ -65,10 +77,14 @@ "https://www.w3.org/TR/reporting-1/#report", "https://www.w3.org/TR/reporting-1/#infopanel-for-report", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report", + "https://www.w3.org/TR/reporting-1/#infopanel-for-report", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0", "https://www.w3.org/TR/reporting-1/#report-body", "https://www.w3.org/TR/reporting-1/#infopanel-for-report-body", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-body", + "https://www.w3.org/TR/reporting-1/#infopanel-for-report-body", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-body", "https://www.w3.org/TR/reporting-1/#ref-for-section-2", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-report-body%E2%91%A0", @@ -78,10 +94,14 @@ "https://www.w3.org/TR/reporting-1/#report-url", "https://www.w3.org/TR/reporting-1/#infopanel-for-report-url", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-url", + "https://www.w3.org/TR/reporting-1/#infopanel-for-report-url", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-url", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A4", "https://www.w3.org/TR/reporting-1/#report-user-agent", "https://www.w3.org/TR/reporting-1/#infopanel-for-report-user-agent", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-user-agent", + "https://www.w3.org/TR/reporting-1/#infopanel-for-report-user-agent", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-user-agent", "https://www.w3.org/TR/reporting-1/#ref-for-concept-header", "https://www.w3.org/TR/reporting-1/#ref-for-concept-request", "https://www.w3.org/TR/reporting-1/#ref-for-report-user-agent", @@ -91,26 +111,36 @@ "https://www.w3.org/TR/reporting-1/#report-destination", "https://www.w3.org/TR/reporting-1/#infopanel-for-report-destination", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-destination", + "https://www.w3.org/TR/reporting-1/#infopanel-for-report-destination", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-destination", "https://www.w3.org/TR/reporting-1/#ref-for-dom-endpoint-name", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A2", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A8", "https://www.w3.org/TR/reporting-1/#report-reporttype", "https://www.w3.org/TR/reporting-1/#infopanel-for-report-reporttype", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-reporttype", + "https://www.w3.org/TR/reporting-1/#infopanel-for-report-reporttype", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-reporttype", "https://www.w3.org/TR/reporting-1/#ref-for-report-type%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/reporting-1/#report-timestamp", "https://www.w3.org/TR/reporting-1/#infopanel-for-report-timestamp", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-timestamp", + "https://www.w3.org/TR/reporting-1/#infopanel-for-report-timestamp", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-timestamp", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/reporting-1/#report-attempts", "https://www.w3.org/TR/reporting-1/#infopanel-for-report-attempts", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-attempts", + "https://www.w3.org/TR/reporting-1/#infopanel-for-report-attempts", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-report-attempts", "https://www.w3.org/TR/reporting-1/#media-type", "https://www.w3.org/TR/reporting-1/#queue-report", "https://www.w3.org/TR/reporting-1/#generate-a-report", "https://www.w3.org/TR/reporting-1/#infopanel-for-generate-a-report", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-generate-a-report", + "https://www.w3.org/TR/reporting-1/#infopanel-for-generate-a-report", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-generate-a-report", "https://www.w3.org/TR/reporting-1/#ref-for-environment-settings-object", "https://www.w3.org/TR/reporting-1/#ref-for-concept-url%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A1", @@ -133,6 +163,8 @@ "https://www.w3.org/TR/reporting-1/#serialize-a-list-of-reports-to-json", "https://www.w3.org/TR/reporting-1/#infopanel-for-serialize-a-list-of-reports-to-json", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-serialize-a-list-of-reports-to-json", + "https://www.w3.org/TR/reporting-1/#infopanel-for-serialize-a-list-of-reports-to-json", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-serialize-a-list-of-reports-to-json", "https://www.w3.org/TR/reporting-1/#ref-for-report-timestamp%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-report-reporttype%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-report-url%E2%91%A0", @@ -147,12 +179,16 @@ "https://www.w3.org/TR/reporting-1/#windoworworkerglobalscope-endpoints", "https://www.w3.org/TR/reporting-1/#infopanel-for-windoworworkerglobalscope-endpoints", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-windoworworkerglobalscope-endpoints", + "https://www.w3.org/TR/reporting-1/#infopanel-for-windoworworkerglobalscope-endpoints", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-windoworworkerglobalscope-endpoints", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A3", "https://www.w3.org/TR/reporting-1/#ref-for-dom-endpoint-name%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A0", "https://www.w3.org/TR/reporting-1/#windoworworkerglobalscope-reports", "https://www.w3.org/TR/reporting-1/#infopanel-for-windoworworkerglobalscope-reports", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-windoworworkerglobalscope-reports", + "https://www.w3.org/TR/reporting-1/#infopanel-for-windoworworkerglobalscope-reports", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-windoworworkerglobalscope-reports", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/reporting-1/#initialize-a-globals-endpoint-list", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A1", @@ -163,6 +199,8 @@ "https://www.w3.org/TR/reporting-1/#reporting-endpoints", "https://www.w3.org/TR/reporting-1/#infopanel-for-reporting-endpoints", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reporting-endpoints", + "https://www.w3.org/TR/reporting-1/#infopanel-for-reporting-endpoints", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reporting-endpoints", "https://www.w3.org/TR/reporting-1/#ref-for-reporting-endpoints%E2%91%A2", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A4", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A5", @@ -196,6 +234,8 @@ "https://www.w3.org/TR/reporting-1/#generate-and-queue-a-report", "https://www.w3.org/TR/reporting-1/#infopanel-for-generate-and-queue-a-report", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-generate-and-queue-a-report", + "https://www.w3.org/TR/reporting-1/#infopanel-for-generate-and-queue-a-report", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-generate-and-queue-a-report", "https://www.w3.org/TR/reporting-1/#ref-for-concept-document", "https://www.w3.org/TR/reporting-1/#ref-for-workerglobalscope", "https://www.w3.org/TR/reporting-1/#ref-for-relevant-settings-object", @@ -242,12 +282,16 @@ "https://www.w3.org/TR/reporting-1/#reporting-observer", "https://www.w3.org/TR/reporting-1/#infopanel-for-reporting-observer", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reporting-observer", + "https://www.w3.org/TR/reporting-1/#infopanel-for-reporting-observer", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reporting-observer", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-reports%E2%91%A5", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A4", "https://www.w3.org/TR/reporting-1/#windoworworkerglobalscope-registered-reporting-observer-list", "https://www.w3.org/TR/reporting-1/#infopanel-for-windoworworkerglobalscope-registered-reporting-observer-list", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-windoworworkerglobalscope-registered-reporting-observer-list", + "https://www.w3.org/TR/reporting-1/#infopanel-for-windoworworkerglobalscope-registered-reporting-observer-list", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-windoworworkerglobalscope-registered-reporting-observer-list", "https://www.w3.org/TR/reporting-1/#ref-for-ordered-set", "https://www.w3.org/TR/reporting-1/#ref-for-reporting-observer%E2%91%A2", "https://www.w3.org/TR/reporting-1/#ref-for-reporting-observer%E2%91%A3", @@ -255,10 +299,14 @@ "https://www.w3.org/TR/reporting-1/#registered", "https://www.w3.org/TR/reporting-1/#infopanel-for-registered", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-registered", + "https://www.w3.org/TR/reporting-1/#infopanel-for-registered", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-registered", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A5", "https://www.w3.org/TR/reporting-1/#windoworworkerglobalscope-report-buffer", "https://www.w3.org/TR/reporting-1/#infopanel-for-windoworworkerglobalscope-report-buffer", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-windoworworkerglobalscope-report-buffer", + "https://www.w3.org/TR/reporting-1/#infopanel-for-windoworworkerglobalscope-report-buffer", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-windoworworkerglobalscope-report-buffer", "https://www.w3.org/TR/reporting-1/#ref-for-list", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-reports%E2%91%A6", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A6", @@ -271,6 +319,8 @@ "https://www.w3.org/TR/reporting-1/#reportbody", "https://www.w3.org/TR/reporting-1/#infopanel-for-reportbody", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportbody", + "https://www.w3.org/TR/reporting-1/#infopanel-for-reportbody", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportbody", "https://www.w3.org/TR/reporting-1/#ref-for-Default", "https://www.w3.org/TR/reporting-1/#ref-for-idl-object", "https://www.w3.org/TR/reporting-1/#dom-reportbody-tojson", @@ -289,6 +339,8 @@ "https://www.w3.org/TR/reporting-1/#reportingobserver", "https://www.w3.org/TR/reporting-1/#infopanel-for-reportingobserver", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportingobserver", + "https://www.w3.org/TR/reporting-1/#infopanel-for-reportingobserver", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportingobserver", "https://www.w3.org/TR/reporting-1/#ref-for-dom-reportingobserver-reportingobserver", "https://www.w3.org/TR/reporting-1/#ref-for-callbackdef-reportingobservercallback", "https://www.w3.org/TR/reporting-1/#dom-reportingobserver-reportingobserver-callback-options-callback", @@ -303,6 +355,8 @@ "https://www.w3.org/TR/reporting-1/#callbackdef-reportingobservercallback", "https://www.w3.org/TR/reporting-1/#infopanel-for-callbackdef-reportingobservercallback", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-callbackdef-reportingobservercallback", + "https://www.w3.org/TR/reporting-1/#infopanel-for-callbackdef-reportingobservercallback", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-callbackdef-reportingobservercallback", "https://www.w3.org/TR/reporting-1/#ref-for-idl-undefined%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-idl-sequence", "https://www.w3.org/TR/reporting-1/#ref-for-dom-report%E2%91%A0", @@ -312,59 +366,85 @@ "https://www.w3.org/TR/reporting-1/#dictdef-reportingobserveroptions", "https://www.w3.org/TR/reporting-1/#infopanel-for-dictdef-reportingobserveroptions", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dictdef-reportingobserveroptions", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dictdef-reportingobserveroptions", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dictdef-reportingobserveroptions", "https://www.w3.org/TR/reporting-1/#ref-for-idl-sequence%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-idl-DOMString%E2%91%A1", "https://www.w3.org/TR/reporting-1/#dom-reportingobserveroptions-types", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserveroptions-types", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserveroptions-types", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserveroptions-types", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserveroptions-types", "https://www.w3.org/TR/reporting-1/#ref-for-idl-boolean", "https://www.w3.org/TR/reporting-1/#dom-reportingobserveroptions-buffered", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserveroptions-buffered", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserveroptions-buffered", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserveroptions-buffered", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserveroptions-buffered", "https://www.w3.org/TR/reporting-1/#ref-for-idl-sequence%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-dom-report%E2%91%A1", "https://www.w3.org/TR/reporting-1/#typedefdef-reportlist", "https://www.w3.org/TR/reporting-1/#infopanel-for-typedefdef-reportlist", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-typedefdef-reportlist", + "https://www.w3.org/TR/reporting-1/#infopanel-for-typedefdef-reportlist", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-typedefdef-reportlist", "https://www.w3.org/TR/reporting-1/#dom-report", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-report", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-report", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-report", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-report", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/reporting-1/#dom-report-type", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-report-type", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-report-type", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-report-type", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-report-type", "https://www.w3.org/TR/reporting-1/#ref-for-report-reporttype%E2%91%A2", "https://www.w3.org/TR/reporting-1/#dom-report-url", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-report-url", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-report-url", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-report-url", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-report-url", "https://www.w3.org/TR/reporting-1/#ref-for-report-url%E2%91%A2", "https://www.w3.org/TR/reporting-1/#dom-report-body", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-report-body", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-report-body", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-report-body", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-report-body", "https://www.w3.org/TR/reporting-1/#ref-for-report-body%E2%91%A3", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver%E2%91%A2", "https://www.w3.org/TR/reporting-1/#reportingobserver-callback", "https://www.w3.org/TR/reporting-1/#infopanel-for-reportingobserver-callback", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportingobserver-callback", + "https://www.w3.org/TR/reporting-1/#infopanel-for-reportingobserver-callback", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportingobserver-callback", "https://www.w3.org/TR/reporting-1/#ref-for-dictdef-reportingobserveroptions%E2%91%A0", "https://www.w3.org/TR/reporting-1/#reportingobserver-options", "https://www.w3.org/TR/reporting-1/#infopanel-for-reportingobserver-options", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportingobserver-options", + "https://www.w3.org/TR/reporting-1/#infopanel-for-reportingobserver-options", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportingobserver-options", "https://www.w3.org/TR/reporting-1/#ref-for-dom-report%E2%91%A2", "https://www.w3.org/TR/reporting-1/#reportingobserver-report-queue", "https://www.w3.org/TR/reporting-1/#infopanel-for-reportingobserver-report-queue", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportingobserver-report-queue", + "https://www.w3.org/TR/reporting-1/#infopanel-for-reportingobserver-report-queue", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-reportingobserver-report-queue", "https://www.w3.org/TR/reporting-1/#ref-for-typedefdef-reportlist%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-dom-report%E2%91%A3", "https://www.w3.org/TR/reporting-1/#dom-reportingobserver-reportingobserver", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserver-reportingobserver", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserver-reportingobserver", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserver-reportingobserver", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserver-reportingobserver", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver%E2%91%A3", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver-callback", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver-options", "https://www.w3.org/TR/reporting-1/#dom-reportingobserver-observe", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserver-observe", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserver-observe", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserver-observe", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserver-observe", "https://www.w3.org/TR/reporting-1/#ref-for-concept-relevant-global", "https://www.w3.org/TR/reporting-1/#ref-for-this", "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A0", @@ -381,6 +461,8 @@ "https://www.w3.org/TR/reporting-1/#dom-reportingobserver-disconnect", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserver-disconnect", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserver-disconnect", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserver-disconnect", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserver-disconnect", "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A4", "https://www.w3.org/TR/reporting-1/#ref-for-registered", "https://www.w3.org/TR/reporting-1/#ref-for-concept-relevant-global%E2%91%A0", @@ -390,6 +472,8 @@ "https://www.w3.org/TR/reporting-1/#dom-reportingobserver-takerecords", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserver-takerecords", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserver-takerecords", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-reportingobserver-takerecords", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-reportingobserver-takerecords", "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A7", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver-report-queue", "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A8", @@ -466,10 +550,14 @@ "https://www.w3.org/TR/reporting-1/#dom-generatetestreportparameters-message", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-generatetestreportparameters-message", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-generatetestreportparameters-message", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-generatetestreportparameters-message", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-generatetestreportparameters-message", "https://www.w3.org/TR/reporting-1/#ref-for-idl-DOMString%E2%91%A3", "https://www.w3.org/TR/reporting-1/#dom-generatetestreportparameters-group", "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-generatetestreportparameters-group", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-generatetestreportparameters-group", + "https://www.w3.org/TR/reporting-1/#infopanel-for-dom-generatetestreportparameters-group", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-dom-generatetestreportparameters-group", "https://www.w3.org/TR/reporting-1/#ref-for-dfn-extension-command-uri-template", "https://www.w3.org/TR/reporting-1/#ref-for-dfn-remote-end-steps", "https://www.w3.org/TR/reporting-1/#ref-for-blob-url-entry-object", @@ -514,201 +602,333 @@ "https://www.w3.org/TR/reporting-1/#2382cfb6", "https://www.w3.org/TR/reporting-1/#infopanel-for-2382cfb6", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-2382cfb6", + "https://www.w3.org/TR/reporting-1/#infopanel-for-2382cfb6", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-2382cfb6", "https://www.w3.org/TR/reporting-1/#0914e5ac", "https://www.w3.org/TR/reporting-1/#infopanel-for-0914e5ac", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-0914e5ac", + "https://www.w3.org/TR/reporting-1/#infopanel-for-0914e5ac", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-0914e5ac", "https://www.w3.org/TR/reporting-1/#a973e0fe", "https://www.w3.org/TR/reporting-1/#infopanel-for-a973e0fe", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a973e0fe", + "https://www.w3.org/TR/reporting-1/#infopanel-for-a973e0fe", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a973e0fe", "https://www.w3.org/TR/reporting-1/#29d70c68", "https://www.w3.org/TR/reporting-1/#infopanel-for-29d70c68", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-29d70c68", + "https://www.w3.org/TR/reporting-1/#infopanel-for-29d70c68", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-29d70c68", "https://www.w3.org/TR/reporting-1/#644cb530", "https://www.w3.org/TR/reporting-1/#infopanel-for-644cb530", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-644cb530", + "https://www.w3.org/TR/reporting-1/#infopanel-for-644cb530", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-644cb530", "https://www.w3.org/TR/reporting-1/#a33db89a", "https://www.w3.org/TR/reporting-1/#infopanel-for-a33db89a", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a33db89a", + "https://www.w3.org/TR/reporting-1/#infopanel-for-a33db89a", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a33db89a", "https://www.w3.org/TR/reporting-1/#5c66de35", "https://www.w3.org/TR/reporting-1/#infopanel-for-5c66de35", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5c66de35", + "https://www.w3.org/TR/reporting-1/#infopanel-for-5c66de35", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5c66de35", "https://www.w3.org/TR/reporting-1/#c9e7c11a", "https://www.w3.org/TR/reporting-1/#infopanel-for-c9e7c11a", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c9e7c11a", + "https://www.w3.org/TR/reporting-1/#infopanel-for-c9e7c11a", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c9e7c11a", "https://www.w3.org/TR/reporting-1/#d85a6c84", "https://www.w3.org/TR/reporting-1/#infopanel-for-d85a6c84", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-d85a6c84", + "https://www.w3.org/TR/reporting-1/#infopanel-for-d85a6c84", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-d85a6c84", "https://www.w3.org/TR/reporting-1/#f7b00a8b", "https://www.w3.org/TR/reporting-1/#infopanel-for-f7b00a8b", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-f7b00a8b", + "https://www.w3.org/TR/reporting-1/#infopanel-for-f7b00a8b", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-f7b00a8b", "https://www.w3.org/TR/reporting-1/#a27468c5", "https://www.w3.org/TR/reporting-1/#infopanel-for-a27468c5", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a27468c5", + "https://www.w3.org/TR/reporting-1/#infopanel-for-a27468c5", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a27468c5", "https://www.w3.org/TR/reporting-1/#55213b5b", "https://www.w3.org/TR/reporting-1/#infopanel-for-55213b5b", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-55213b5b", + "https://www.w3.org/TR/reporting-1/#infopanel-for-55213b5b", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-55213b5b", "https://www.w3.org/TR/reporting-1/#ee7bba09", "https://www.w3.org/TR/reporting-1/#infopanel-for-ee7bba09", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-ee7bba09", + "https://www.w3.org/TR/reporting-1/#infopanel-for-ee7bba09", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-ee7bba09", "https://www.w3.org/TR/reporting-1/#449b55f1", "https://www.w3.org/TR/reporting-1/#infopanel-for-449b55f1", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-449b55f1", + "https://www.w3.org/TR/reporting-1/#infopanel-for-449b55f1", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-449b55f1", "https://www.w3.org/TR/reporting-1/#3268a8eb", "https://www.w3.org/TR/reporting-1/#infopanel-for-3268a8eb", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-3268a8eb", + "https://www.w3.org/TR/reporting-1/#infopanel-for-3268a8eb", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-3268a8eb", "https://www.w3.org/TR/reporting-1/#9a79363d", "https://www.w3.org/TR/reporting-1/#infopanel-for-9a79363d", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-9a79363d", + "https://www.w3.org/TR/reporting-1/#infopanel-for-9a79363d", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-9a79363d", "https://www.w3.org/TR/reporting-1/#87709b97", "https://www.w3.org/TR/reporting-1/#infopanel-for-87709b97", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-87709b97", + "https://www.w3.org/TR/reporting-1/#infopanel-for-87709b97", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-87709b97", "https://www.w3.org/TR/reporting-1/#5f6d392d", "https://www.w3.org/TR/reporting-1/#infopanel-for-5f6d392d", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5f6d392d", + "https://www.w3.org/TR/reporting-1/#infopanel-for-5f6d392d", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5f6d392d", "https://www.w3.org/TR/reporting-1/#83c59a3a", "https://www.w3.org/TR/reporting-1/#infopanel-for-83c59a3a", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-83c59a3a", + "https://www.w3.org/TR/reporting-1/#infopanel-for-83c59a3a", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-83c59a3a", "https://www.w3.org/TR/reporting-1/#35972864", "https://www.w3.org/TR/reporting-1/#infopanel-for-35972864", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-35972864", + "https://www.w3.org/TR/reporting-1/#infopanel-for-35972864", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-35972864", "https://www.w3.org/TR/reporting-1/#64db426e", "https://www.w3.org/TR/reporting-1/#infopanel-for-64db426e", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-64db426e", + "https://www.w3.org/TR/reporting-1/#infopanel-for-64db426e", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-64db426e", "https://www.w3.org/TR/reporting-1/#3e12e042", "https://www.w3.org/TR/reporting-1/#infopanel-for-3e12e042", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-3e12e042", + "https://www.w3.org/TR/reporting-1/#infopanel-for-3e12e042", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-3e12e042", "https://www.w3.org/TR/reporting-1/#8a30477b", "https://www.w3.org/TR/reporting-1/#infopanel-for-8a30477b", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-8a30477b", + "https://www.w3.org/TR/reporting-1/#infopanel-for-8a30477b", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-8a30477b", "https://www.w3.org/TR/reporting-1/#543d1495", "https://www.w3.org/TR/reporting-1/#infopanel-for-543d1495", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-543d1495", + "https://www.w3.org/TR/reporting-1/#infopanel-for-543d1495", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-543d1495", "https://www.w3.org/TR/reporting-1/#303ff2d7", "https://www.w3.org/TR/reporting-1/#infopanel-for-303ff2d7", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-303ff2d7", + "https://www.w3.org/TR/reporting-1/#infopanel-for-303ff2d7", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-303ff2d7", "https://www.w3.org/TR/reporting-1/#9a517a7d", "https://www.w3.org/TR/reporting-1/#infopanel-for-9a517a7d", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-9a517a7d", + "https://www.w3.org/TR/reporting-1/#infopanel-for-9a517a7d", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-9a517a7d", "https://www.w3.org/TR/reporting-1/#e99bd18e", "https://www.w3.org/TR/reporting-1/#infopanel-for-e99bd18e", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-e99bd18e", + "https://www.w3.org/TR/reporting-1/#infopanel-for-e99bd18e", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-e99bd18e", "https://www.w3.org/TR/reporting-1/#9c4c1e66", "https://www.w3.org/TR/reporting-1/#infopanel-for-9c4c1e66", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-9c4c1e66", + "https://www.w3.org/TR/reporting-1/#infopanel-for-9c4c1e66", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-9c4c1e66", "https://www.w3.org/TR/reporting-1/#04e154c5", "https://www.w3.org/TR/reporting-1/#infopanel-for-04e154c5", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-04e154c5", + "https://www.w3.org/TR/reporting-1/#infopanel-for-04e154c5", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-04e154c5", "https://www.w3.org/TR/reporting-1/#3de9e659", "https://www.w3.org/TR/reporting-1/#infopanel-for-3de9e659", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-3de9e659", + "https://www.w3.org/TR/reporting-1/#infopanel-for-3de9e659", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-3de9e659", "https://www.w3.org/TR/reporting-1/#f937b7b6", "https://www.w3.org/TR/reporting-1/#infopanel-for-f937b7b6", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-f937b7b6", + "https://www.w3.org/TR/reporting-1/#infopanel-for-f937b7b6", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-f937b7b6", "https://www.w3.org/TR/reporting-1/#649608b9", "https://www.w3.org/TR/reporting-1/#infopanel-for-649608b9", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-649608b9", + "https://www.w3.org/TR/reporting-1/#infopanel-for-649608b9", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-649608b9", "https://www.w3.org/TR/reporting-1/#692595fe", "https://www.w3.org/TR/reporting-1/#infopanel-for-692595fe", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-692595fe", + "https://www.w3.org/TR/reporting-1/#infopanel-for-692595fe", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-692595fe", "https://www.w3.org/TR/reporting-1/#4c07280e", "https://www.w3.org/TR/reporting-1/#infopanel-for-4c07280e", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-4c07280e", + "https://www.w3.org/TR/reporting-1/#infopanel-for-4c07280e", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-4c07280e", "https://www.w3.org/TR/reporting-1/#c0fa3c07", "https://www.w3.org/TR/reporting-1/#infopanel-for-c0fa3c07", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c0fa3c07", + "https://www.w3.org/TR/reporting-1/#infopanel-for-c0fa3c07", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c0fa3c07", "https://www.w3.org/TR/reporting-1/#c8829574", "https://www.w3.org/TR/reporting-1/#infopanel-for-c8829574", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c8829574", + "https://www.w3.org/TR/reporting-1/#infopanel-for-c8829574", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c8829574", "https://www.w3.org/TR/reporting-1/#844c841b", "https://www.w3.org/TR/reporting-1/#infopanel-for-844c841b", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-844c841b", + "https://www.w3.org/TR/reporting-1/#infopanel-for-844c841b", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-844c841b", "https://www.w3.org/TR/reporting-1/#c0666585", "https://www.w3.org/TR/reporting-1/#infopanel-for-c0666585", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c0666585", + "https://www.w3.org/TR/reporting-1/#infopanel-for-c0666585", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c0666585", "https://www.w3.org/TR/reporting-1/#20b42dd0", "https://www.w3.org/TR/reporting-1/#infopanel-for-20b42dd0", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-20b42dd0", + "https://www.w3.org/TR/reporting-1/#infopanel-for-20b42dd0", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-20b42dd0", "https://www.w3.org/TR/reporting-1/#b9d1df32", "https://www.w3.org/TR/reporting-1/#infopanel-for-b9d1df32", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-b9d1df32", + "https://www.w3.org/TR/reporting-1/#infopanel-for-b9d1df32", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-b9d1df32", "https://www.w3.org/TR/reporting-1/#c4c32895", "https://www.w3.org/TR/reporting-1/#infopanel-for-c4c32895", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c4c32895", + "https://www.w3.org/TR/reporting-1/#infopanel-for-c4c32895", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-c4c32895", "https://www.w3.org/TR/reporting-1/#a1288f2a", "https://www.w3.org/TR/reporting-1/#infopanel-for-a1288f2a", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a1288f2a", + "https://www.w3.org/TR/reporting-1/#infopanel-for-a1288f2a", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a1288f2a", "https://www.w3.org/TR/reporting-1/#ca3ca4ae", "https://www.w3.org/TR/reporting-1/#infopanel-for-ca3ca4ae", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-ca3ca4ae", + "https://www.w3.org/TR/reporting-1/#infopanel-for-ca3ca4ae", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-ca3ca4ae", "https://www.w3.org/TR/reporting-1/#5442ea33", "https://www.w3.org/TR/reporting-1/#infopanel-for-5442ea33", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5442ea33", + "https://www.w3.org/TR/reporting-1/#infopanel-for-5442ea33", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5442ea33", "https://www.w3.org/TR/reporting-1/#218c9455", "https://www.w3.org/TR/reporting-1/#infopanel-for-218c9455", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-218c9455", + "https://www.w3.org/TR/reporting-1/#infopanel-for-218c9455", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-218c9455", "https://www.w3.org/TR/reporting-1/#024a1df2", "https://www.w3.org/TR/reporting-1/#infopanel-for-024a1df2", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-024a1df2", + "https://www.w3.org/TR/reporting-1/#infopanel-for-024a1df2", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-024a1df2", "https://www.w3.org/TR/reporting-1/#bc7f2174", "https://www.w3.org/TR/reporting-1/#infopanel-for-bc7f2174", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-bc7f2174", + "https://www.w3.org/TR/reporting-1/#infopanel-for-bc7f2174", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-bc7f2174", "https://www.w3.org/TR/reporting-1/#040c67fa", "https://www.w3.org/TR/reporting-1/#infopanel-for-040c67fa", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-040c67fa", + "https://www.w3.org/TR/reporting-1/#infopanel-for-040c67fa", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-040c67fa", "https://www.w3.org/TR/reporting-1/#b3505eba", "https://www.w3.org/TR/reporting-1/#infopanel-for-b3505eba", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-b3505eba", + "https://www.w3.org/TR/reporting-1/#infopanel-for-b3505eba", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-b3505eba", "https://www.w3.org/TR/reporting-1/#8da4d1e3", "https://www.w3.org/TR/reporting-1/#infopanel-for-8da4d1e3", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-8da4d1e3", + "https://www.w3.org/TR/reporting-1/#infopanel-for-8da4d1e3", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-8da4d1e3", "https://www.w3.org/TR/reporting-1/#a1894061", "https://www.w3.org/TR/reporting-1/#infopanel-for-a1894061", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a1894061", + "https://www.w3.org/TR/reporting-1/#infopanel-for-a1894061", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a1894061", "https://www.w3.org/TR/reporting-1/#82c23298", "https://www.w3.org/TR/reporting-1/#infopanel-for-82c23298", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-82c23298", + "https://www.w3.org/TR/reporting-1/#infopanel-for-82c23298", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-82c23298", "https://www.w3.org/TR/reporting-1/#4be6272b", "https://www.w3.org/TR/reporting-1/#infopanel-for-4be6272b", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-4be6272b", + "https://www.w3.org/TR/reporting-1/#infopanel-for-4be6272b", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-4be6272b", "https://www.w3.org/TR/reporting-1/#7aa9c8e0", "https://www.w3.org/TR/reporting-1/#infopanel-for-7aa9c8e0", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-7aa9c8e0", + "https://www.w3.org/TR/reporting-1/#infopanel-for-7aa9c8e0", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-7aa9c8e0", "https://www.w3.org/TR/reporting-1/#5cf0e148", "https://www.w3.org/TR/reporting-1/#infopanel-for-5cf0e148", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5cf0e148", + "https://www.w3.org/TR/reporting-1/#infopanel-for-5cf0e148", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5cf0e148", "https://www.w3.org/TR/reporting-1/#7482107b", "https://www.w3.org/TR/reporting-1/#infopanel-for-7482107b", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-7482107b", + "https://www.w3.org/TR/reporting-1/#infopanel-for-7482107b", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-7482107b", "https://www.w3.org/TR/reporting-1/#8855a9aa", "https://www.w3.org/TR/reporting-1/#infopanel-for-8855a9aa", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-8855a9aa", + "https://www.w3.org/TR/reporting-1/#infopanel-for-8855a9aa", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-8855a9aa", "https://www.w3.org/TR/reporting-1/#f4531911", "https://www.w3.org/TR/reporting-1/#infopanel-for-f4531911", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-f4531911", + "https://www.w3.org/TR/reporting-1/#infopanel-for-f4531911", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-f4531911", "https://www.w3.org/TR/reporting-1/#889e932f", "https://www.w3.org/TR/reporting-1/#infopanel-for-889e932f", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-889e932f", + "https://www.w3.org/TR/reporting-1/#infopanel-for-889e932f", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/reporting-1/#5372cca8", "https://www.w3.org/TR/reporting-1/#infopanel-for-5372cca8", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5372cca8", + "https://www.w3.org/TR/reporting-1/#infopanel-for-5372cca8", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5372cca8", "https://www.w3.org/TR/reporting-1/#a9bf6bd5", "https://www.w3.org/TR/reporting-1/#infopanel-for-a9bf6bd5", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a9bf6bd5", + "https://www.w3.org/TR/reporting-1/#infopanel-for-a9bf6bd5", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-a9bf6bd5", "https://www.w3.org/TR/reporting-1/#10ce5f6f", "https://www.w3.org/TR/reporting-1/#infopanel-for-10ce5f6f", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-10ce5f6f", + "https://www.w3.org/TR/reporting-1/#infopanel-for-10ce5f6f", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-10ce5f6f", "https://www.w3.org/TR/reporting-1/#efd1ec5d", "https://www.w3.org/TR/reporting-1/#infopanel-for-efd1ec5d", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-efd1ec5d", + "https://www.w3.org/TR/reporting-1/#infopanel-for-efd1ec5d", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-efd1ec5d", "https://www.w3.org/TR/reporting-1/#9cce47fd", "https://www.w3.org/TR/reporting-1/#infopanel-for-9cce47fd", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-9cce47fd", + "https://www.w3.org/TR/reporting-1/#infopanel-for-9cce47fd", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-9cce47fd", "https://www.w3.org/TR/reporting-1/#4013a022", "https://www.w3.org/TR/reporting-1/#infopanel-for-4013a022", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-4013a022", + "https://www.w3.org/TR/reporting-1/#infopanel-for-4013a022", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-4013a022", "https://www.w3.org/TR/reporting-1/#5f90bbfb", "https://www.w3.org/TR/reporting-1/#infopanel-for-5f90bbfb", "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5f90bbfb", + "https://www.w3.org/TR/reporting-1/#infopanel-for-5f90bbfb", + "https://www.w3.org/TR/reporting-1/#infopaneltitle-for-5f90bbfb", "https://www.w3.org/TR/reporting-1/#references", "https://www.w3.org/TR/reporting-1/#normative", "https://www.w3.org/TR/reporting-1/#biblio-dom", diff --git a/tr/ids/secure-contexts.json b/tr/ids/secure-contexts.json index 68b583a2e24c..06a705e4939a 100644 --- a/tr/ids/secure-contexts.json +++ b/tr/ids/secure-contexts.json @@ -7,9 +7,9 @@ "https://www.w3.org/TR/secure-contexts/#toc-nav", "https://www.w3.org/TR/secure-contexts/#toc-jump", "https://www.w3.org/TR/secure-contexts/#toc-toggle", - "https://www.w3.org/TR/secure-contexts/#profile-and-date", + "https://www.w3.org/TR/secure-contexts/#w3c-state", "https://www.w3.org/TR/secure-contexts/#abstract", - "https://www.w3.org/TR/secure-contexts/#status", + "https://www.w3.org/TR/secure-contexts/#sotd", "https://www.w3.org/TR/secure-contexts/#w3c_process_revision", "https://www.w3.org/TR/secure-contexts/#toc", "https://www.w3.org/TR/secure-contexts/#contents", @@ -80,16 +80,25 @@ "https://www.w3.org/TR/secure-contexts/#ref-for-dom-issecurecontext", "https://www.w3.org/TR/secure-contexts/#ref-for-windoworworkerglobalscope", "https://www.w3.org/TR/secure-contexts/#is-settings-object-contextually-secure", - "https://www.w3.org/TR/secure-contexts/#ref-for-blob-url-entry-environment", + "https://www.w3.org/TR/secure-contexts/#ref-for-link-options-environment", "https://www.w3.org/TR/secure-contexts/#ref-for-secure-context%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/secure-contexts/#ref-for-non-secure-context", "https://www.w3.org/TR/secure-contexts/#ref-for-global-object", "https://www.w3.org/TR/secure-contexts/#ref-for-relevant-settings-object", - "https://www.w3.org/TR/secure-contexts/#ref-for-blob-url-entry-environment%E2%91%A0", + "https://www.w3.org/TR/secure-contexts/#ref-for-link-options-environment%E2%91%A0", "https://www.w3.org/TR/secure-contexts/#ref-for-secure-context%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/secure-contexts/#algorithms", "https://www.w3.org/TR/secure-contexts/#is-origin-trustworthy", + "https://www.w3.org/TR/secure-contexts/#ref-for-is-origin-trustworthy", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-is-origin-trustworthy", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-is-origin-trustworthy", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-is-origin-trustworthy", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-is-origin-trustworthy", "https://www.w3.org/TR/secure-contexts/#potentially-trustworthy-origin", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-potentially-trustworthy-origin", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-potentially-trustworthy-origin", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-potentially-trustworthy-origin", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-potentially-trustworthy-origin", "https://www.w3.org/TR/secure-contexts/#ref-for-concept-origin", "https://www.w3.org/TR/secure-contexts/#ref-for-concept-origin-opaque", "https://www.w3.org/TR/secure-contexts/#ref-for-concept-origin-tuple", @@ -109,6 +118,7 @@ "https://www.w3.org/TR/secure-contexts/#ref-for-potentially-trustworthy-origin%E2%91%A1", "https://www.w3.org/TR/secure-contexts/#ref-for-concept-url", "https://www.w3.org/TR/secure-contexts/#ref-for-concept-url-scheme", + "https://www.w3.org/TR/secure-contexts/#ref-for-is-origin-trustworthy%E2%91%A0", "https://www.w3.org/TR/secure-contexts/#ref-for-concept-url-origin%E2%91%A0", "https://www.w3.org/TR/secure-contexts/#threat-models-risks", "https://www.w3.org/TR/secure-contexts/#threat-models", @@ -133,6 +143,7 @@ "https://www.w3.org/TR/secure-contexts/#packaged-applications", "https://www.w3.org/TR/secure-contexts/#ref-for-concept-url-scheme%E2%91%A0", "https://www.w3.org/TR/secure-contexts/#development-environments", + "https://www.w3.org/TR/secure-contexts/#ref-for-is-origin-trustworthy%E2%91%A1", "https://www.w3.org/TR/secure-contexts/#new", "https://www.w3.org/TR/secure-contexts/#ref-for-secure-context%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/secure-contexts/#example-0fe6ea9a", @@ -145,60 +156,171 @@ "https://www.w3.org/TR/secure-contexts/#ref-for-SecureContext%E2%91%A5", "https://www.w3.org/TR/secure-contexts/#legacy", "https://www.w3.org/TR/secure-contexts/#ref-for-secure-context%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/secure-contexts/#ref-for-rec-modify", + "https://www.w3.org/TR/secure-contexts/#ref-for-revising-rec", "https://www.w3.org/TR/secure-contexts/#ref-for-secure-context%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/secure-contexts/#ref-for-secure-context%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/secure-contexts/#ref-for-rec-modify%E2%91%A0", - "https://www.w3.org/TR/secure-contexts/#ref-for-rec-modify%E2%91%A1", + "https://www.w3.org/TR/secure-contexts/#ref-for-revising-rec%E2%91%A0", + "https://www.w3.org/TR/secure-contexts/#ref-for-revising-rec%E2%91%A1", "https://www.w3.org/TR/secure-contexts/#legacy-example", - "https://www.w3.org/TR/secure-contexts/#ref-for-rec-modify%E2%91%A2", + "https://www.w3.org/TR/secure-contexts/#ref-for-revising-rec%E2%91%A2", "https://www.w3.org/TR/secure-contexts/#ref-for-secure-context%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/secure-contexts/#ref-for-get-current-position", - "https://www.w3.org/TR/secure-contexts/#ref-for-watch-position", + "https://www.w3.org/TR/secure-contexts/#ref-for-dom-geolocation-getcurrentposition", + "https://www.w3.org/TR/secure-contexts/#ref-for-dom-geolocation-watchposition", "https://www.w3.org/TR/secure-contexts/#ref-for-current-settings-object%E2%91%A0", "https://www.w3.org/TR/secure-contexts/#ref-for-secure-context%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/secure-contexts/#acknowledgements", - "https://www.w3.org/TR/secure-contexts/#conformance", - "https://www.w3.org/TR/secure-contexts/#conventions", - "https://www.w3.org/TR/secure-contexts/#example-ae2b6bc0", - "https://www.w3.org/TR/secure-contexts/#conformant-algorithms", "https://www.w3.org/TR/secure-contexts/#index", "https://www.w3.org/TR/secure-contexts/#index-defined-here", "https://www.w3.org/TR/secure-contexts/#index-defined-elsewhere", - "https://www.w3.org/TR/secure-contexts/#term-for-get-current-position", - "https://www.w3.org/TR/secure-contexts/#term-for-watch-position", - "https://www.w3.org/TR/secure-contexts/#term-for-sharedworker", - "https://www.w3.org/TR/secure-contexts/#term-for-windoworworkerglobalscope", - "https://www.w3.org/TR/secure-contexts/#term-for-current-settings-object", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-origin-domain", - "https://www.w3.org/TR/secure-contexts/#term-for-blob-url-entry-environment", - "https://www.w3.org/TR/secure-contexts/#term-for-global-object", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-origin-host", - "https://www.w3.org/TR/secure-contexts/#term-for-the-iframe-element", - "https://www.w3.org/TR/secure-contexts/#term-for-dom-issecurecontext", - "https://www.w3.org/TR/secure-contexts/#term-for-non-secure-context", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-origin-opaque", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-origin", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-origin-port", - "https://www.w3.org/TR/secure-contexts/#term-for-relevant-settings-object", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-origin-scheme", - "https://www.w3.org/TR/secure-contexts/#term-for-secure-context", - "https://www.w3.org/TR/secure-contexts/#term-for-top-level-browsing-context", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-origin-tuple", - "https://www.w3.org/TR/secure-contexts/#term-for-a-priori-authenticated-url", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-url-origin", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-url-scheme", - "https://www.w3.org/TR/secure-contexts/#term-for-concept-url", - "https://www.w3.org/TR/secure-contexts/#term-for-rec-modify", - "https://www.w3.org/TR/secure-contexts/#term-for-idl-DOMException", - "https://www.w3.org/TR/secure-contexts/#term-for-SecureContext", - "https://www.w3.org/TR/secure-contexts/#term-for-securityerror", - "https://www.w3.org/TR/secure-contexts/#term-for-dfn-exposed", + "https://www.w3.org/TR/secure-contexts/#5e67384e", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-5e67384e", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-5e67384e", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-5e67384e", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-5e67384e", + "https://www.w3.org/TR/secure-contexts/#38485211", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-38485211", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-38485211", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-38485211", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-38485211", + "https://www.w3.org/TR/secure-contexts/#a13a702f", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a13a702f", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a13a702f", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a13a702f", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a13a702f", + "https://www.w3.org/TR/secure-contexts/#5f6d392d", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-5f6d392d", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-5f6d392d", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-5f6d392d", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-5f6d392d", + "https://www.w3.org/TR/secure-contexts/#12b8dfc0", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-12b8dfc0", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-12b8dfc0", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-12b8dfc0", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-12b8dfc0", + "https://www.w3.org/TR/secure-contexts/#2672c7bc", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-2672c7bc", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-2672c7bc", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-2672c7bc", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-2672c7bc", + "https://www.w3.org/TR/secure-contexts/#a746ba16", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a746ba16", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a746ba16", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a746ba16", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a746ba16", + "https://www.w3.org/TR/secure-contexts/#4b6086d7", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-4b6086d7", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-4b6086d7", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-4b6086d7", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-4b6086d7", + "https://www.w3.org/TR/secure-contexts/#77a2ee6e", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-77a2ee6e", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-77a2ee6e", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-77a2ee6e", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-77a2ee6e", + "https://www.w3.org/TR/secure-contexts/#87fcd40c", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-87fcd40c", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-87fcd40c", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-87fcd40c", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-87fcd40c", + "https://www.w3.org/TR/secure-contexts/#db3b2dfc", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-db3b2dfc", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-db3b2dfc", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-db3b2dfc", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-db3b2dfc", + "https://www.w3.org/TR/secure-contexts/#5155c2d3", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-5155c2d3", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-5155c2d3", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-5155c2d3", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-5155c2d3", + "https://www.w3.org/TR/secure-contexts/#b01b1359", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-b01b1359", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-b01b1359", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-b01b1359", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-b01b1359", + "https://www.w3.org/TR/secure-contexts/#086e3aff", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-086e3aff", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-086e3aff", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-086e3aff", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-086e3aff", + "https://www.w3.org/TR/secure-contexts/#98e31e77", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-98e31e77", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-98e31e77", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-98e31e77", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-98e31e77", + "https://www.w3.org/TR/secure-contexts/#9c4c1e66", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-9c4c1e66", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-9c4c1e66", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-9c4c1e66", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-9c4c1e66", + "https://www.w3.org/TR/secure-contexts/#a23d12a9", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a23d12a9", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a23d12a9", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a23d12a9", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a23d12a9", + "https://www.w3.org/TR/secure-contexts/#65181da8", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-65181da8", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-65181da8", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-65181da8", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-65181da8", + "https://www.w3.org/TR/secure-contexts/#ae2a6342", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-ae2a6342", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-ae2a6342", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-ae2a6342", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-ae2a6342", + "https://www.w3.org/TR/secure-contexts/#1d2aa117", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-1d2aa117", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-1d2aa117", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-1d2aa117", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-1d2aa117", + "https://www.w3.org/TR/secure-contexts/#fab13602", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-fab13602", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-fab13602", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-fab13602", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-fab13602", + "https://www.w3.org/TR/secure-contexts/#959ad97b", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-959ad97b", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-959ad97b", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-959ad97b", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-959ad97b", + "https://www.w3.org/TR/secure-contexts/#3a711be7", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-3a711be7", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-3a711be7", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-3a711be7", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-3a711be7", + "https://www.w3.org/TR/secure-contexts/#a8c7461b", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a8c7461b", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a8c7461b", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a8c7461b", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a8c7461b", + "https://www.w3.org/TR/secure-contexts/#a8e1631c", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a8e1631c", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a8e1631c", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-a8e1631c", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-a8e1631c", + "https://www.w3.org/TR/secure-contexts/#dca2de17", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-dca2de17", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-dca2de17", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-dca2de17", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-dca2de17", + "https://www.w3.org/TR/secure-contexts/#b75bb3bd", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-b75bb3bd", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-b75bb3bd", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-b75bb3bd", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-b75bb3bd", + "https://www.w3.org/TR/secure-contexts/#c3e881ef", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-c3e881ef", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-c3e881ef", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-c3e881ef", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-c3e881ef", + "https://www.w3.org/TR/secure-contexts/#25c36209", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-25c36209", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-25c36209", + "https://www.w3.org/TR/secure-contexts/#infopanel-for-25c36209", + "https://www.w3.org/TR/secure-contexts/#infopaneltitle-for-25c36209", "https://www.w3.org/TR/secure-contexts/#references", "https://www.w3.org/TR/secure-contexts/#normative", "https://www.w3.org/TR/secure-contexts/#biblio-html", "https://www.w3.org/TR/secure-contexts/#biblio-let-localhost-be-localhost", - "https://www.w3.org/TR/secure-contexts/#biblio-rfc2119", "https://www.w3.org/TR/secure-contexts/#biblio-rfc4632", "https://www.w3.org/TR/secure-contexts/#biblio-url", "https://www.w3.org/TR/secure-contexts/#biblio-w3c-process", @@ -209,6 +331,7 @@ "https://www.w3.org/TR/secure-contexts/#biblio-discovery-api", "https://www.w3.org/TR/secure-contexts/#biblio-encrypted-media", "https://www.w3.org/TR/secure-contexts/#biblio-fullscreen", + "https://www.w3.org/TR/secure-contexts/#biblio-geolocation", "https://www.w3.org/TR/secure-contexts/#biblio-geolocation-api", "https://www.w3.org/TR/secure-contexts/#biblio-indexeddb", "https://www.w3.org/TR/secure-contexts/#biblio-mediacapture-streams", diff --git a/tr/index.json b/tr/index.json index f11726baa693..e44a4e5d31f6 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-11-10T01:24:15.169Z", + "date": "2023-11-11T02:19:45.044Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -1574,11 +1574,11 @@ ], "crawled": "https://www.w3.org/TR/compute-pressure/", "crawlCacheInfo": { - "lastModified": "Fri, 03 Nov 2023 11:35:01 GMT" + "lastModified": "Fri, 10 Nov 2023 08:26:09 GMT" }, "generator": "respec", - "date": "03 November 2023", - "revision": "1d55881a320c34f33b49e436999893ea98a0f7ba", + "date": "10 November 2023", + "revision": "4fd844db947fd9e8a359ea9c3a3f74e83514c9f7", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", "idl": "idl/compute-pressure.idl", @@ -12729,11 +12729,11 @@ ], "crawled": "https://www.w3.org/TR/orientation-event/", "crawlCacheInfo": { - "lastModified": "Tue, 07 Nov 2023 22:47:45 GMT" + "lastModified": "Fri, 10 Nov 2023 09:44:19 GMT" }, "generator": "bikeshed", - "date": "7 November 2023", - "revision": "fc30f5ef4bc926f8e6394336d1d64cb610188138", + "date": "10 November 2023", + "revision": "cc5abc71c126e527646a68552af9d7d6a3b3625b", "links": "links/orientation-event.json", "refs": "refs/orientation-event.json", "events": "events/orientation-event.json", @@ -14403,11 +14403,11 @@ ], "crawled": "https://www.w3.org/TR/reporting-1/", "crawlCacheInfo": { - "lastModified": "Fri, 12 May 2023 08:59:41 GMT" + "lastModified": "Fri, 10 Nov 2023 09:39:35 GMT" }, "generator": "bikeshed", - "date": "12 May 2023", - "revision": "1d8233dc5189d9540feac689d075c870e025936f", + "date": "10 November 2023", + "revision": "1a1835fc804e1c8a44478124f07d8fa4d4263579", "links": "links/reporting-1.json", "refs": "refs/reporting-1.json", "idl": "idl/reporting.idl", @@ -14917,11 +14917,11 @@ ], "crawled": "https://www.w3.org/TR/secure-contexts/", "crawlCacheInfo": { - "lastModified": "Sat, 18 Sep 2021 15:26:01 GMT" + "lastModified": "Fri, 10 Nov 2023 10:33:24 GMT" }, "generator": "bikeshed", - "date": "18 September 2021", - "revision": "93442a1dce84fb235e94ff76df5e41c47fd16d6b", + "date": "10 November 2023", + "revision": "68191bb08a685c1e2d2270e72d2b14b36ba96f42", "links": "links/secure-contexts.json", "refs": "refs/secure-contexts.json", "dfns": "dfns/secure-contexts.json", @@ -15624,10 +15624,11 @@ ], "crawled": "https://www.w3.org/TR/sparql12-results-csv-tsv/", "crawlCacheInfo": { - "lastModified": "Thu, 29 Jun 2023 16:45:28 GMT" + "lastModified": "Fri, 10 Nov 2023 08:49:49 GMT" }, "generator": "respec", - "date": "29 June 2023", + "date": "10 November 2023", + "revision": "8b8edeaf8cac71ab03b11d2b1b726b278e25876d", "links": "links/sparql12-results-csv-tsv.json", "refs": "refs/sparql12-results-csv-tsv.json", "headings": "headings/sparql12-results-csv-tsv.json", diff --git a/tr/links/compute-pressure.json b/tr/links/compute-pressure.json index 37820d4e2b84..446dd85f2719 100644 --- a/tr/links/compute-pressure.json +++ b/tr/links/compute-pressure.json @@ -176,7 +176,7 @@ "features-supporting-private-browsing" ] }, - "https://www.w3.org/2023/Process-20230612/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ "recs-and-notes" ] diff --git a/tr/links/orientation-event.json b/tr/links/orientation-event.json index e2cb953d5475..dcb23055f502 100644 --- a/tr/links/orientation-event.json +++ b/tr/links/orientation-event.json @@ -4,11 +4,18 @@ "url": "https://www.w3.org/TR/orientation-event/" }, "links": { - "http://earth-info.nga.mil/GandG/publications/tr8350.2/wgs84fin.pdf": {}, "http://www.diva-portal.org/smash/record.jsf?pid=diva2%3A475619&dswid=9050": {}, "https://arxiv.org/abs/1408.1416": {}, "https://arxiv.org/abs/1602.04115": {}, "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://developer.android.com/reference/android/hardware/Sensor": { + "anchors": [ + "TYPE_GAME_ROTATION_VECTOR", + "TYPE_ROTATION_VECTOR" + ] + }, + "https://developer.apple.com/documentation/coremotion/cmattitudereferenceframe/1615953-xarbitraryzvertical": {}, + "https://developer.apple.com/documentation/coremotion/cmattitudereferenceframe/1616123-xmagneticnorthzvertical": {}, "https://developer.mozilla.org/en-US/docs/Web/API/DeviceMotionEvent": {}, "https://developer.mozilla.org/en-US/docs/Web/API/DeviceMotionEvent/DeviceMotionEvent": {}, "https://developer.mozilla.org/en-US/docs/Web/API/DeviceMotionEvent/acceleration": {}, @@ -44,6 +51,7 @@ "https://en.wikipedia.org/wiki/Euler_angles": {}, "https://en.wikipedia.org/wiki/G-force": {}, "https://en.wikipedia.org/wiki/Gimbal_Lock": {}, + "https://en.wikipedia.org/wiki/Proper_acceleration": {}, "https://en.wikipedia.org/wiki/Quaternion": {}, "https://github.com/w3c/deviceorientation/issues/74": {}, "https://html.spec.whatwg.org/multipage/": {}, @@ -92,6 +100,17 @@ "secure-context" ] }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "implementation-defined" + ], + "specShortname": "infra" + }, + "https://learn.microsoft.com/en-us/uwp/api/windows.devices.sensors.sensorreadingtype": { + "anchors": [ + "remarks" + ] + }, "https://lists.w3.org/Archives/Public/public-device-apis/": {}, "https://webidl.spec.whatwg.org/": { "anchors": [ @@ -107,7 +126,7 @@ "specShortname": "webidl" }, "https://wpt.fyi/results/orientation-event/ondeviceorientationabsolute.https.html": {}, - "https://www.w3.org/2023/Process-20230612/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ "recs-and-notes" ] @@ -122,6 +141,12 @@ "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/accelerometer/": { + "anchors": [ + "device-coordinate-system" + ], + "specShortname": "accelerometer" + }, "https://www.w3.org/TR/css-transforms-2/": { "anchors": [ "transform-rendering" @@ -135,12 +160,21 @@ ], "specShortname": "geometry-1" }, + "https://www.w3.org/TR/gyroscope/": { + "specShortname": "gyroscope" + }, "https://www.w3.org/TR/motion-sensors/": { "anchors": [ "accelerometer", "linear-acceleration-sensor" ] }, + "https://www.w3.org/TR/orientation-sensor/": { + "anchors": [ + "earths-reference-coordinate-system" + ], + "specShortname": "orientation-sensor" + }, "https://www.w3.org/TR/permissions/": { "anchors": [ "dom-permissionstate" diff --git a/tr/links/reporting-1.json b/tr/links/reporting-1.json index 0e050b8ce7cb..2c23530cddda 100644 --- a/tr/links/reporting-1.json +++ b/tr/links/reporting-1.json @@ -163,7 +163,7 @@ "https://www.rfc-editor.org/rfc/rfc9110": { "specShortname": "rfc9110" }, - "https://www.w3.org/2021/Process-20211102/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ "recs-and-notes" ] @@ -187,7 +187,9 @@ }, "https://www.w3.org/TR/capability-urls/": {}, "https://www.w3.org/TR/html-design-principles/": {}, - "https://www.w3.org/TR/network-error-logging-1/": {}, + "https://www.w3.org/TR/network-error-logging/": { + "specShortname": "network-error-logging" + }, "https://www.w3.org/TR/webdriver1/": {}, "https://www.w3.org/groups/wg/webperf": {}, "https://www.w3.org/groups/wg/webperf/ipr": {} diff --git a/tr/links/secure-contexts.json b/tr/links/secure-contexts.json index 99193c5585c8..1c5c6d296c04 100644 --- a/tr/links/secure-contexts.json +++ b/tr/links/secure-contexts.json @@ -5,27 +5,24 @@ }, "links": { "http://adage.com/article/digital/verizon-target-mobile-subscribers-ads/293356/": {}, - "http://www.w3.org/TR/mixed-content/": { - "anchors": [ - "a-priori-authenticated-url" - ], - "specShortname": "mixed-content" - }, "https://arstechnica.com/tech-policy/2014/09/why-comcasts-javascript-ad-injections-threaten-security-net-neutrality/": {}, - "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-let-localhost-be-localhost": {}, "https://fullscreen.spec.whatwg.org/": { "specShortname": "fullscreen" }, - "https://heycam.github.io/webidl/": { + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "SecureContext", - "dfn-exposed", - "securityerror", - "idl-DOMException" + "concept-origin", + "concept-origin-opaque", + "concept-origin-tuple", + "concept-origin-scheme", + "concept-origin-host", + "concept-origin-domain", + "concept-origin-port" ] }, - "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ "top-level-browsing-context" ] @@ -35,20 +32,9 @@ "the-iframe-element" ] }, - "https://html.spec.whatwg.org/multipage/infrastructure.html": { - "anchors": [ - "blob-url-entry-environment" - ] - }, - "https://html.spec.whatwg.org/multipage/origin.html": { + "https://html.spec.whatwg.org/multipage/semantics.html": { "anchors": [ - "concept-origin", - "concept-origin-opaque", - "concept-origin-tuple", - "concept-origin-scheme", - "concept-origin-host", - "concept-origin-domain", - "concept-origin-port" + "link-options-environment" ] }, "https://html.spec.whatwg.org/multipage/webappapis.html": { @@ -71,7 +57,6 @@ "specShortname": "rfc6265" }, "https://lists.w3.org/Archives/Public/public-webappsec/": {}, - "https://tools.ietf.org/html/draft-west-let-localhost-be-localhost": {}, "https://url.spec.whatwg.org/": { "anchors": [ "concept-url-origin", @@ -83,24 +68,35 @@ "https://webbluetoothcg.github.io/web-bluetooth/": { "specShortname": "web-bluetooth" }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "SecureContext", + "dfn-exposed", + "securityerror", + "idl-DOMException" + ], + "specShortname": "webidl" + }, "https://www.chromium.org/Home/chromium-security/prefer-secure-origins-for-powerful-new-features": {}, "https://www.rfc-editor.org/rfc/rfc4632": {}, "https://www.rfc-editor.org/rfc/rfc6761": {}, "https://www.rfc-editor.org/rfc/rfc7258": {}, "https://www.w3.org/2001/tag/doc/web-https": {}, - "https://www.w3.org/2011/webappsec/": {}, - "https://www.w3.org/20145/Process-20150901/": {}, - "https://www.w3.org/2017/Process-20170301/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ - "rec-modify" + "recs-and-notes", + "revising-rec" ] }, - "https://www.w3.org/2020/Process-20200915/": {}, - "https://www.w3.org/Consortium/Patent-Policy-20170801/": { + "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", "sec-Disclosure" - ] + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/Consortium/Process/": { + "specShortname": "w3c-process" }, "https://www.w3.org/Mail/Request": {}, "https://www.w3.org/TR/": {}, @@ -117,19 +113,27 @@ "https://www.w3.org/TR/encrypted-media/": { "specShortname": "encrypted-media" }, - "https://www.w3.org/TR/geolocation-API/": { + "https://www.w3.org/TR/geolocation-API/": {}, + "https://www.w3.org/TR/geolocation/": { "anchors": [ - "get-current-position", - "watch-position" - ] + "dom-geolocation-getcurrentposition", + "dom-geolocation-watchposition" + ], + "specShortname": "geolocation" }, "https://www.w3.org/TR/mediacapture-streams/": { "specShortname": "mediacapture-streams" }, "https://www.w3.org/TR/mixed-content/": { + "anchors": [ + "a-priori-authenticated-url" + ], "specShortname": "mixed-content" }, - "https://www.w3.org/TR/service-workers-1/": {}, + "https://www.w3.org/TR/service-workers/": { + "specShortname": "service-workers" + }, + "https://www.w3.org/groups/wg/webappsec": {}, "https://www.w3.org/groups/wg/webappsec/ipr": {} } } \ No newline at end of file diff --git a/tr/links/sparql12-results-csv-tsv.json b/tr/links/sparql12-results-csv-tsv.json index 0bd19ee62573..a8918b5361c9 100644 --- a/tr/links/sparql12-results-csv-tsv.json +++ b/tr/links/sparql12-results-csv-tsv.json @@ -22,7 +22,7 @@ }, "https://www.rfc-editor.org/rfc/rfc4180": {}, "https://www.unicode.org/versions/latest/": {}, - "https://www.w3.org/2021/Process-20211102/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ "recs-and-notes" ] diff --git a/tr/refs/orientation-event.json b/tr/refs/orientation-event.json index f8854c1bc0a4..f8d6ed9fbaad 100644 --- a/tr/refs/orientation-event.json +++ b/tr/refs/orientation-event.json @@ -5,6 +5,10 @@ }, "refs": { "normative": [ + { + "name": "ACCELEROMETER", + "url": "https://www.w3.org/TR/accelerometer/" + }, { "name": "DOM", "url": "https://dom.spec.whatwg.org/" @@ -13,6 +17,14 @@ "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "ORIENTATION-SENSOR", + "url": "https://www.w3.org/TR/orientation-sensor/" + }, { "name": "PERMISSIONS", "url": "https://www.w3.org/TR/permissions/" @@ -51,6 +63,10 @@ "name": "GIMBALLOCK", "url": "https://en.wikipedia.org/wiki/Gimbal_Lock" }, + { + "name": "GYROSCOPE", + "url": "https://www.w3.org/TR/gyroscope/" + }, { "name": "INDOORPOS", "url": "http://www.diva-portal.org/smash/record.jsf?pid=diva2%3A475619&dswid=9050" @@ -59,6 +75,10 @@ "name": "MOTION-SENSORS", "url": "https://www.w3.org/TR/motion-sensors/" }, + { + "name": "PROPERACCELERATION", + "url": "https://en.wikipedia.org/wiki/Proper_acceleration" + }, { "name": "QUATERNIONS", "url": "https://en.wikipedia.org/wiki/Quaternion" @@ -74,10 +94,6 @@ { "name": "TOUCH", "url": "https://arxiv.org/abs/1602.04115" - }, - { - "name": "WGS84", - "url": "http://earth-info.nga.mil/GandG/publications/tr8350.2/wgs84fin.pdf" } ] } diff --git a/tr/refs/reporting-1.json b/tr/refs/reporting-1.json index 014346cee212..1b677f71264e 100644 --- a/tr/refs/reporting-1.json +++ b/tr/refs/reporting-1.json @@ -77,7 +77,7 @@ }, { "name": "NETWORK-ERROR-LOGGING", - "url": "https://www.w3.org/TR/network-error-logging-1/" + "url": "https://www.w3.org/TR/network-error-logging/" }, { "name": "RFC7469", diff --git a/tr/refs/secure-contexts.json b/tr/refs/secure-contexts.json index c9be5bc9f1f1..876174b63e1c 100644 --- a/tr/refs/secure-contexts.json +++ b/tr/refs/secure-contexts.json @@ -11,11 +11,7 @@ }, { "name": "LET-LOCALHOST-BE-LOCALHOST", - "url": "https://tools.ietf.org/html/draft-west-let-localhost-be-localhost" - }, - { - "name": "RFC2119", - "url": "https://datatracker.ietf.org/doc/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-let-localhost-be-localhost" }, { "name": "RFC4632", @@ -27,11 +23,11 @@ }, { "name": "W3C-PROCESS", - "url": "https://www.w3.org/20145/Process-20150901/" + "url": "https://www.w3.org/Consortium/Process/" }, { - "name": "WebIDL", - "url": "https://heycam.github.io/webidl/" + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [ @@ -55,6 +51,10 @@ "name": "FULLSCREEN", "url": "https://fullscreen.spec.whatwg.org/" }, + { + "name": "GEOLOCATION", + "url": "https://www.w3.org/TR/geolocation/" + }, { "name": "GEOLOCATION-API", "url": "https://www.w3.org/TR/geolocation-API/" @@ -93,7 +93,7 @@ }, { "name": "SERVICE-WORKERS", - "url": "https://www.w3.org/TR/service-workers-1/" + "url": "https://www.w3.org/TR/service-workers/" }, { "name": "VERIZON",