From fa8fab9350f76e3a6c5800142c805907891dce62 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Fri, 30 Jun 2023 01:29:48 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 13.1.1. --- tr/dfns/screen-capture.json | 21 ++++++++++ tr/headings/sparql12-results-csv-tsv.json | 14 +++++++ tr/idl/screen-capture.idl | 3 +- tr/ids/WGSL.json | 2 +- tr/ids/html-aria.json | 27 ++++++------ tr/ids/rdf12-concepts.json | 5 +-- tr/ids/screen-capture.json | 39 +++++++++++------- tr/ids/sparql12-query.json | 50 ++++++++++------------- tr/ids/sparql12-results-csv-tsv.json | 6 +++ tr/ids/webrtc-encoded-transform.json | 13 +++--- tr/index.json | 30 +++++++------- tr/links/html-aria.json | 1 + tr/links/rdf12-concepts.json | 2 +- tr/links/screen-capture.json | 1 + tr/links/sparql12-query.json | 42 +++++++------------ tr/links/webrtc-encoded-transform.json | 3 +- tr/refs/screen-capture.json | 8 ++-- tr/refs/sparql12-query.json | 20 ++++----- tr/refs/webrtc-encoded-transform.json | 4 ++ 19 files changed, 163 insertions(+), 128 deletions(-) diff --git a/tr/dfns/screen-capture.json b/tr/dfns/screen-capture.json index 0db0e378be2f..7a9f2dd80eb4 100644 --- a/tr/dfns/screen-capture.json +++ b/tr/dfns/screen-capture.json @@ -513,6 +513,27 @@ }, "definedIn": "heading" }, + { + "id": "idl-def-CaptureStartFocusBehavior.focus-capturing-application", + "href": "https://www.w3.org/TR/screen-capture/#idl-def-CaptureStartFocusBehavior.focus-capturing-application", + "linkingText": [ + "focus-capturing-application" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CaptureStartFocusBehavior" + ], + "access": "public", + "informative": false, + "heading": { + "id": "capturestartfocusbehavior", + "href": "https://www.w3.org/TR/screen-capture/#capturestartfocusbehavior", + "title": "CaptureStartFocusBehavior", + "number": "5.4.2" + }, + "definedIn": "table" + }, { "id": "idl-def-CaptureStartFocusBehavior.focus-captured-surface", "href": "https://www.w3.org/TR/screen-capture/#idl-def-CaptureStartFocusBehavior.focus-captured-surface", diff --git a/tr/headings/sparql12-results-csv-tsv.json b/tr/headings/sparql12-results-csv-tsv.json index b24882a5d633..7b3a4a60ba0a 100644 --- a/tr/headings/sparql12-results-csv-tsv.json +++ b/tr/headings/sparql12-results-csv-tsv.json @@ -72,6 +72,13 @@ "title": "Example of CSV-Serialized Results", "number": "4.3" }, + { + "id": "csv-example-quoted", + "href": "https://www.w3.org/TR/sparql12-results-csv-tsv/#csv-example-quoted", + "level": 3, + "title": "Example of CSV-Serialized Results with Quoted Triples", + "number": "4.4" + }, { "id": "tsv", "href": "https://www.w3.org/TR/sparql12-results-csv-tsv/#tsv", @@ -100,6 +107,13 @@ "title": "Example of TSV-Serialized Results", "number": "5.3" }, + { + "id": "tsv-example-quoted", + "href": "https://www.w3.org/TR/sparql12-results-csv-tsv/#tsv-example-quoted", + "level": 3, + "title": "Example of TSV-Serialized Results with Quoted Triples", + "number": "5.4" + }, { "id": "conformance", "href": "https://www.w3.org/TR/sparql12-results-csv-tsv/#conformance", diff --git a/tr/idl/screen-capture.idl b/tr/idl/screen-capture.idl index 5ad530537906..14f4e4c4221d 100644 --- a/tr/idl/screen-capture.idl +++ b/tr/idl/screen-capture.idl @@ -8,12 +8,13 @@ partial interface MediaDevices { }; enum CaptureStartFocusBehavior { + "focus-capturing-application", "focus-captured-surface", "no-focus-change" }; [Exposed=Window, SecureContext] -interface CaptureController { +interface CaptureController : EventTarget { constructor(); undefined setFocusBehavior(CaptureStartFocusBehavior focusBehavior); }; diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index 0dbef94d8ae4..2e596289d8b9 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -1155,7 +1155,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A1", "https://www.w3.org/TR/WGSL/#type-rule-tables", "https://www.w3.org/TR/WGSL/#semantics-of-an-expression", - "https://www.w3.org/TR/WGSL/#example-eb359c32", + "https://www.w3.org/TR/WGSL/#example-5c25c8c6", "https://www.w3.org/TR/WGSL/#conversion-rank", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions", "https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A0", diff --git a/tr/ids/html-aria.json b/tr/ids/html-aria.json index a5b1629b0dce..8c20c45488e1 100644 --- a/tr/ids/html-aria.json +++ b/tr/ids/html-aria.json @@ -319,14 +319,13 @@ "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-38", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-30", "https://www.w3.org/TR/html-aria/#el-s", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-39", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-31", "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-33", "https://www.w3.org/TR/html-aria/#el-samp", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-32", "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-34", "https://www.w3.org/TR/html-aria/#el-script", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-40", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-39", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-49", "https://www.w3.org/TR/html-aria/#el-search", "https://www.w3.org/TR/html-aria/#el-section", @@ -334,13 +333,13 @@ "https://www.w3.org/TR/html-aria/#el-select-multiple-or-size-greater-1", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-50", "https://www.w3.org/TR/html-aria/#el-slot", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-41", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-40", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-51", "https://www.w3.org/TR/html-aria/#el-small", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-33", "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-35", "https://www.w3.org/TR/html-aria/#el-source", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-42", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-41", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-52", "https://www.w3.org/TR/html-aria/#el-span", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-34", @@ -349,13 +348,13 @@ "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-35", "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-37", "https://www.w3.org/TR/html-aria/#el-style", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-43", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-42", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-53", "https://www.w3.org/TR/html-aria/#el-sub", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-36", "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-38", "https://www.w3.org/TR/html-aria/#el-summary", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-44", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-43", "https://www.w3.org/TR/html-aria/#issue-container-generatedID-4", "https://www.w3.org/TR/html-aria/#h-note-6", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-54", @@ -370,7 +369,7 @@ "https://www.w3.org/TR/html-aria/#el-tbody", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-41", "https://www.w3.org/TR/html-aria/#el-template", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-45", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-44", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-55", "https://www.w3.org/TR/html-aria/#el-textarea", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-56", @@ -382,34 +381,34 @@ "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-44", "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-40", "https://www.w3.org/TR/html-aria/#el-title", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-46", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-45", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-57", "https://www.w3.org/TR/html-aria/#el-td", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-47", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-46", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-58", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-45", "https://www.w3.org/TR/html-aria/#el-th", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-48", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-47", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-59", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-46", "https://www.w3.org/TR/html-aria/#el-tr", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-60", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-47", "https://www.w3.org/TR/html-aria/#el-track", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-49", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-48", "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-61", "https://www.w3.org/TR/html-aria/#el-u", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-48", "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-41", "https://www.w3.org/TR/html-aria/#el-ul", "https://www.w3.org/TR/html-aria/#el-var", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-50", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-49", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-49", "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-42", "https://www.w3.org/TR/html-aria/#el-video", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-51", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-50", "https://www.w3.org/TR/html-aria/#el-wbr", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-52", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-51", "https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role", "https://www.w3.org/TR/html-aria/#issue-container-generatedID-5", "https://www.w3.org/TR/html-aria/#h-note-7", diff --git a/tr/ids/rdf12-concepts.json b/tr/ids/rdf12-concepts.json index 65b6dbe32ba4..92a68ded432a 100644 --- a/tr/ids/rdf12-concepts.json +++ b/tr/ids/rdf12-concepts.json @@ -293,8 +293,7 @@ "https://www.w3.org/TR/rdf12-concepts/#issue-container-generatedID-4", "https://www.w3.org/TR/rdf12-concepts/#h-note-2", "https://www.w3.org/TR/rdf12-concepts/#dfn-iri-equality", - "https://www.w3.org/TR/rdf12-concepts/#ref-for-dfn-equivalence-2", - "https://www.w3.org/TR/rdf12-concepts/#ref-for-index-term-section-5-1-1", + "https://www.w3.org/TR/rdf12-concepts/#ref-for-index-term-section-5-3-1-1", "https://www.w3.org/TR/rdf12-concepts/#note-iris", "https://www.w3.org/TR/rdf12-concepts/#h-note-3", "https://www.w3.org/TR/rdf12-concepts/#dfn-uri", @@ -691,7 +690,7 @@ "https://www.w3.org/TR/rdf12-concepts/#index-term-resolved-against", "https://www.w3.org/TR/rdf12-concepts/#index-term-section-3-1", "https://www.w3.org/TR/rdf12-concepts/#index-term-section-5", - "https://www.w3.org/TR/rdf12-concepts/#index-term-section-5-1", + "https://www.w3.org/TR/rdf12-concepts/#index-term-section-5-3-1", "https://www.w3.org/TR/rdf12-concepts/#index-term-indirectly-expressed-in-rdf", "https://www.w3.org/TR/rdf12-concepts/#index-term-user-defined-simple-xml-schema-datatypes", "https://www.w3.org/TR/rdf12-concepts/#index-term-content-negotiation", diff --git a/tr/ids/screen-capture.json b/tr/ids/screen-capture.json index 4b2560ac1b9f..aa55faf52cff 100644 --- a/tr/ids/screen-capture.json +++ b/tr/ids/screen-capture.json @@ -192,16 +192,21 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-33", "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-2", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-3", - "https://www.w3.org/TR/screen-capture/#webidl-50570334", + "https://www.w3.org/TR/screen-capture/#webidl-214854339", "https://www.w3.org/TR/screen-capture/#idl-def-capturestartfocusbehavior", "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturestartfocusbehavior-1", + "https://www.w3.org/TR/screen-capture/#ref-for-idl-def-CaptureStartFocusBehavior.focus-capturing-application-1", "https://www.w3.org/TR/screen-capture/#ref-for-idl-def-CaptureStartFocusBehavior.focus-captured-surface-1", "https://www.w3.org/TR/screen-capture/#ref-for-idl-def-CaptureStartFocusBehavior.no-focus-change-1", + "https://www.w3.org/TR/screen-capture/#idl-def-CaptureStartFocusBehavior.focus-capturing-application", "https://www.w3.org/TR/screen-capture/#idl-def-CaptureStartFocusBehavior.focus-captured-surface", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-34", "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-3", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-4", "https://www.w3.org/TR/screen-capture/#idl-def-CaptureStartFocusBehavior.no-focus-change", + "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-3", + "https://www.w3.org/TR/screen-capture/#h-note-3", + "https://www.w3.org/TR/screen-capture/#ref-for-idl-def-CaptureStartFocusBehavior.no-focus-change-2", "https://www.w3.org/TR/screen-capture/#capturecontroller", "https://www.w3.org/TR/screen-capture/#x5-4-3-capturecontroller", "https://www.w3.org/TR/screen-capture/#dom-capturecontroller", @@ -213,7 +218,7 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-5", "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-6", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-8", - "https://www.w3.org/TR/screen-capture/#webidl-1510075597", + "https://www.w3.org/TR/screen-capture/#webidl-999726024", "https://www.w3.org/TR/screen-capture/#idl-def-capturecontroller", "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-7", "https://www.w3.org/TR/screen-capture/#idl-def-capturecontroller-constructor", @@ -221,8 +226,12 @@ "https://www.w3.org/TR/screen-capture/#idl-def-capturecontroller-setfocusbehavior-focusbehavior", "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-setfocusbehavior-2", "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturestartfocusbehavior-2", - "https://www.w3.org/TR/screen-capture/#dom-capturecontroller-constructor", + "https://www.w3.org/TR/screen-capture/#issue-container-number-1", + "https://www.w3.org/TR/screen-capture/#h-issue", "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-8", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-9", + "https://www.w3.org/TR/screen-capture/#dom-capturecontroller-constructor", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-10", "https://www.w3.org/TR/screen-capture/#dfn-isbound", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-9", "https://www.w3.org/TR/screen-capture/#dfn-source", @@ -253,7 +262,7 @@ "https://www.w3.org/TR/screen-capture/#ref-for-idl-def-DisplayCaptureSurfaceType.browser-2", "https://www.w3.org/TR/screen-capture/#ref-for-idl-def-DisplayCaptureSurfaceType.window-2", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-focusbehavior-3", - "https://www.w3.org/TR/screen-capture/#ref-for-idl-def-CaptureStartFocusBehavior.no-focus-change-2", + "https://www.w3.org/TR/screen-capture/#ref-for-idl-def-CaptureStartFocusBehavior.focus-capturing-application-2", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-36", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-focusbehavior-4", "https://www.w3.org/TR/screen-capture/#ref-for-idl-def-CaptureStartFocusBehavior.focus-captured-surface-2", @@ -309,7 +318,7 @@ "https://www.w3.org/TR/screen-capture/#idl-def-displaymediastreamoptions-audio", "https://www.w3.org/TR/screen-capture/#ref-for-dom-displaymediastreamoptions-audio-1", "https://www.w3.org/TR/screen-capture/#idl-def-displaymediastreamoptions-controller", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-9", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-11", "https://www.w3.org/TR/screen-capture/#ref-for-dom-displaymediastreamoptions-controller-1", "https://www.w3.org/TR/screen-capture/#idl-def-displaymediastreamoptions-selfbrowsersurface", "https://www.w3.org/TR/screen-capture/#ref-for-dom-selfcapturepreferenceenum-2", @@ -326,8 +335,8 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-17", "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions-audio", "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions-controller", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-10", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-11", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-12", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-13", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-12", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-13", "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions-selfbrowsersurface", @@ -467,26 +476,26 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dfn-user-agents-4", "https://www.w3.org/TR/screen-capture/#device-identifiers", "https://www.w3.org/TR/screen-capture/#deviceId", - "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-3", - "https://www.w3.org/TR/screen-capture/#h-note-3", + "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-4", + "https://www.w3.org/TR/screen-capture/#h-note-4", "https://www.w3.org/TR/screen-capture/#permissions-integration", "https://www.w3.org/TR/screen-capture/#permissions-intergration", "https://www.w3.org/TR/screen-capture/#permissions-policy-integration", "https://www.w3.org/TR/screen-capture/#feature-policy-integration", "https://www.w3.org/TR/screen-capture/#dfn-display-capture", - "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-4", - "https://www.w3.org/TR/screen-capture/#h-note-4", + "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-5", + "https://www.w3.org/TR/screen-capture/#h-note-5", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-18", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-19", "https://www.w3.org/TR/screen-capture/#privacy-indicator-requirements", "https://www.w3.org/TR/screen-capture/#x8-privacy-indicator-requirements", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-20", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-21", - "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-5", - "https://www.w3.org/TR/screen-capture/#h-note-5", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-22", "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-6", "https://www.w3.org/TR/screen-capture/#h-note-6", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-22", + "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-7", + "https://www.w3.org/TR/screen-capture/#h-note-7", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-devicechange-1", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-23", "https://www.w3.org/TR/screen-capture/#security-and-permissions", @@ -555,6 +564,7 @@ "https://www.w3.org/TR/screen-capture/#normative-references", "https://www.w3.org/TR/screen-capture/#a-1-normative-references", "https://www.w3.org/TR/screen-capture/#bib-2dcontext", + "https://www.w3.org/TR/screen-capture/#bib-dom", "https://www.w3.org/TR/screen-capture/#bib-ecma-262", "https://www.w3.org/TR/screen-capture/#bib-getusermedia", "https://www.w3.org/TR/screen-capture/#bib-html", @@ -568,7 +578,6 @@ "https://www.w3.org/TR/screen-capture/#bib-webidl", "https://www.w3.org/TR/screen-capture/#informative-references", "https://www.w3.org/TR/screen-capture/#a-2-informative-references", - "https://www.w3.org/TR/screen-capture/#bib-dom", "https://www.w3.org/TR/screen-capture/#bib-mediacapture-depth", "https://www.w3.org/TR/screen-capture/#bib-webrtc", "https://www.w3.org/TR/screen-capture/#back-to-top" diff --git a/tr/ids/sparql12-query.json b/tr/ids/sparql12-query.json index 5a465d5f8d30..896282e79175 100644 --- a/tr/ids/sparql12-query.json +++ b/tr/ids/sparql12-query.json @@ -267,6 +267,8 @@ "https://www.w3.org/TR/sparql12-query/#x16-1-2-select-expressions", "https://www.w3.org/TR/sparql12-query/#construct", "https://www.w3.org/TR/sparql12-query/#x16-2-construct", + "https://www.w3.org/TR/sparql12-query/#issue-container-generatedID", + "https://www.w3.org/TR/sparql12-query/#h-note", "https://www.w3.org/TR/sparql12-query/#templatesWithBNodes", "https://www.w3.org/TR/sparql12-query/#x16-2-1-templates-with-blank-nodes", "https://www.w3.org/TR/sparql12-query/#accessingRdfGraphs", @@ -296,6 +298,7 @@ "https://www.w3.org/TR/sparql12-query/#x17-1-operand-data-types", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-typed-value-1", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-string-value-1", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-atomic-datatype-1", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-integer-1", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-decimal-1", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-float-1", @@ -422,7 +425,7 @@ "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-recognized-datatype-iris-2", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-literal-value-1", "https://www.w3.org/TR/sparql12-query/#func-RDFterm-equal-note1", - "https://www.w3.org/TR/sparql12-query/#h-note", + "https://www.w3.org/TR/sparql12-query/#h-note-0", "https://www.w3.org/TR/sparql12-query/#func-sameTerm", "https://www.w3.org/TR/sparql12-query/#x17-4-2-2-sameterm", "https://www.w3.org/TR/sparql12-query/#func-isIRI", @@ -439,11 +442,9 @@ "https://www.w3.org/TR/sparql12-query/#x17-4-2-8-lang", "https://www.w3.org/TR/sparql12-query/#func-datatype", "https://www.w3.org/TR/sparql12-query/#x17-4-2-9-datatype", - "https://www.w3.org/TR/sparql12-query/#issue-container-generatedID", - "https://www.w3.org/TR/sparql12-query/#h-note-0", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-language-tag-2", "https://www.w3.org/TR/sparql12-query/#issue-container-generatedID-0", "https://www.w3.org/TR/sparql12-query/#h-note-1", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-language-tag-2", "https://www.w3.org/TR/sparql12-query/#func-iri", "https://www.w3.org/TR/sparql12-query/#x17-4-2-10-iri", "https://www.w3.org/TR/sparql12-query/#func-bnode", @@ -575,13 +576,13 @@ "https://www.w3.org/TR/sparql12-query/#FunctionMapping", "https://www.w3.org/TR/sparql12-query/#x17-5-xpath-constructor-functions", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-17-1-casting-from-primitive-types-to-primitive-types-1", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-boolean-0-1", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-double-0-1", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-float-0-1", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-decimal-0-1", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-integer-0-1", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-datetime-0-1", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-string-0-1", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-boolean-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-double-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-float-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-decimal-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-integer-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-datetime-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-string-2", "https://www.w3.org/TR/sparql12-query/#extensionFunctions", "https://www.w3.org/TR/sparql12-query/#x17-6-extensible-value-testing", "https://www.w3.org/TR/sparql12-query/#sparqlDefinition", @@ -1024,21 +1025,16 @@ "https://www.w3.org/TR/sparql12-query/#index-term-further-details", "https://www.w3.org/TR/sparql12-query/#index-term-xml-local-names", "https://www.w3.org/TR/sparql12-query/#index-term-notation", + "https://www.w3.org/TR/sparql12-query/#index-term-atomic-datatype", "https://www.w3.org/TR/sparql12-query/#index-term-xml-schema-regular-expressions", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-boolean", - "https://www.w3.org/TR/sparql12-query/#index-term-xsd-boolean-0", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-byte", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-datetime", - "https://www.w3.org/TR/sparql12-query/#index-term-xsd-datetime-0", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-decimal", - "https://www.w3.org/TR/sparql12-query/#index-term-xsd-decimal-0", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-double", - "https://www.w3.org/TR/sparql12-query/#index-term-xsd-double-0", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-float", - "https://www.w3.org/TR/sparql12-query/#index-term-xsd-float-0", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-int", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-integer", - "https://www.w3.org/TR/sparql12-query/#index-term-xsd-integer-0", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-long", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-negativeinteger", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-nonnegativeinteger", @@ -1046,11 +1042,15 @@ "https://www.w3.org/TR/sparql12-query/#index-term-xsd-positiveinteger", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-short", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-string", - "https://www.w3.org/TR/sparql12-query/#index-term-xsd-string-0", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-unsignedbyte", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-unsignedint", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-unsignedlong", "https://www.w3.org/TR/sparql12-query/#index-term-xsd-unsignedshort", + "https://www.w3.org/TR/sparql12-query/#index-term-numeric-type-promotions", + "https://www.w3.org/TR/sparql12-query/#index-term-string-value", + "https://www.w3.org/TR/sparql12-query/#index-term-subtype-substitution", + "https://www.w3.org/TR/sparql12-query/#index-term-typed-value", + "https://www.w3.org/TR/sparql12-query/#index-term-xpath-operator-mapping", "https://www.w3.org/TR/sparql12-query/#index-term-xdm", "https://www.w3.org/TR/sparql12-query/#index-term-17-1-casting-from-primitive-types-to-primitive-types", "https://www.w3.org/TR/sparql12-query/#index-term-defined-by-xpath", @@ -1097,11 +1097,6 @@ "https://www.w3.org/TR/sparql12-query/#index-term-op-numeric-subtract", "https://www.w3.org/TR/sparql12-query/#index-term-op-numeric-unary-minus", "https://www.w3.org/TR/sparql12-query/#index-term-op-numeric-unary-plus", - "https://www.w3.org/TR/sparql12-query/#index-term-numeric-type-promotions", - "https://www.w3.org/TR/sparql12-query/#index-term-string-value", - "https://www.w3.org/TR/sparql12-query/#index-term-subtype-substitution", - "https://www.w3.org/TR/sparql12-query/#index-term-typed-value", - "https://www.w3.org/TR/sparql12-query/#index-term-xpath-operator-mapping", "https://www.w3.org/TR/sparql12-query/#index-term-2-3-1-kinds-of-errors", "https://www.w3.org/TR/sparql12-query/#index-term-effective-boolean-value", "https://www.w3.org/TR/sparql12-query/#index-term-expression-processing", @@ -1142,14 +1137,13 @@ "https://www.w3.org/TR/sparql12-query/#bib-webarch", "https://www.w3.org/TR/sparql12-query/#bib-xml-names11", "https://www.w3.org/TR/sparql12-query/#bib-xml11", - "https://www.w3.org/TR/sparql12-query/#bib-xmlschema-2", - "https://www.w3.org/TR/sparql12-query/#bib-xpath-datamodel", - "https://www.w3.org/TR/sparql12-query/#bib-xpath-functions", - "https://www.w3.org/TR/sparql12-query/#bib-xpath20", + "https://www.w3.org/TR/sparql12-query/#bib-xmlschema11-2", + "https://www.w3.org/TR/sparql12-query/#bib-xpath-31", + "https://www.w3.org/TR/sparql12-query/#bib-xpath-datamodel-31", + "https://www.w3.org/TR/sparql12-query/#bib-xpath-functions-31", "https://www.w3.org/TR/sparql12-query/#bib-xquery-31", "https://www.w3.org/TR/sparql12-query/#informative-references", "https://www.w3.org/TR/sparql12-query/#c-2-informative-references", - "https://www.w3.org/TR/sparql12-query/#bib-rdf-sparql-query", "https://www.w3.org/TR/sparql12-query/#bib-sparql12-concepts", "https://www.w3.org/TR/sparql12-query/#bib-sparql12-entailment", "https://www.w3.org/TR/sparql12-query/#bib-sparql12-federated-query", diff --git a/tr/ids/sparql12-results-csv-tsv.json b/tr/ids/sparql12-results-csv-tsv.json index 56f2a40cef02..83b892668fd6 100644 --- a/tr/ids/sparql12-results-csv-tsv.json +++ b/tr/ids/sparql12-results-csv-tsv.json @@ -29,8 +29,12 @@ "https://www.w3.org/TR/sparql12-results-csv-tsv/#x4-1-serializing-the-results-table", "https://www.w3.org/TR/sparql12-results-csv-tsv/#csv-terms", "https://www.w3.org/TR/sparql12-results-csv-tsv/#x4-2-serializing-rdf-terms", + "https://www.w3.org/TR/sparql12-results-csv-tsv/#csv-terms-escaping", + "https://www.w3.org/TR/sparql12-results-csv-tsv/#h-note", "https://www.w3.org/TR/sparql12-results-csv-tsv/#csv-example", "https://www.w3.org/TR/sparql12-results-csv-tsv/#x4-3-example-of-csv-serialized-results", + "https://www.w3.org/TR/sparql12-results-csv-tsv/#csv-example-quoted", + "https://www.w3.org/TR/sparql12-results-csv-tsv/#x4-4-example-of-csv-serialized-results-with-quoted-triples", "https://www.w3.org/TR/sparql12-results-csv-tsv/#tsv", "https://www.w3.org/TR/sparql12-results-csv-tsv/#x5-tsv-tab-separated-values", "https://www.w3.org/TR/sparql12-results-csv-tsv/#tsv-table", @@ -40,6 +44,8 @@ "https://www.w3.org/TR/sparql12-results-csv-tsv/#ref-for-index-term-relative-reference-1", "https://www.w3.org/TR/sparql12-results-csv-tsv/#tsv-example", "https://www.w3.org/TR/sparql12-results-csv-tsv/#x5-3-example-of-tsv-serialized-results", + "https://www.w3.org/TR/sparql12-results-csv-tsv/#tsv-example-quoted", + "https://www.w3.org/TR/sparql12-results-csv-tsv/#x5-4-example-of-tsv-serialized-results-with-quoted-triples", "https://www.w3.org/TR/sparql12-results-csv-tsv/#conformance", "https://www.w3.org/TR/sparql12-results-csv-tsv/#x6-conformance", "https://www.w3.org/TR/sparql12-results-csv-tsv/#conformance-0", diff --git a/tr/ids/webrtc-encoded-transform.json b/tr/ids/webrtc-encoded-transform.json index 8d9df5d5a4a5..d8f381063d60 100644 --- a/tr/ids/webrtc-encoded-transform.json +++ b/tr/ids/webrtc-encoded-transform.json @@ -624,7 +624,7 @@ "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-abstract-opdef-generate-key-frame-algorithm", "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-invalidstateerror", "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-invalidstateerror%E2%91%A0", - "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-notallowederror", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-exceptiondef-typeerror", "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-in-parallel%E2%91%A2", "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-notfounderror", "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpsender%E2%91%A8", @@ -879,11 +879,6 @@ "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-797018a7", "https://www.w3.org/TR/webrtc-encoded-transform/#infopanel-for-797018a7", "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-797018a7", - "https://www.w3.org/TR/webrtc-encoded-transform/#ba556545", - "https://www.w3.org/TR/webrtc-encoded-transform/#infopanel-for-ba556545", - "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-ba556545", - "https://www.w3.org/TR/webrtc-encoded-transform/#infopanel-for-ba556545", - "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-ba556545", "https://www.w3.org/TR/webrtc-encoded-transform/#9eda9b58", "https://www.w3.org/TR/webrtc-encoded-transform/#infopanel-for-9eda9b58", "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-9eda9b58", @@ -899,6 +894,11 @@ "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-ec878a66", "https://www.w3.org/TR/webrtc-encoded-transform/#infopanel-for-ec878a66", "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-ec878a66", + "https://www.w3.org/TR/webrtc-encoded-transform/#82ca3efc", + "https://www.w3.org/TR/webrtc-encoded-transform/#infopanel-for-82ca3efc", + "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-82ca3efc", + "https://www.w3.org/TR/webrtc-encoded-transform/#infopanel-for-82ca3efc", + "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-82ca3efc", "https://www.w3.org/TR/webrtc-encoded-transform/#dacde8b5", "https://www.w3.org/TR/webrtc-encoded-transform/#infopanel-for-dacde8b5", "https://www.w3.org/TR/webrtc-encoded-transform/#infopaneltitle-for-dacde8b5", @@ -1005,6 +1005,7 @@ "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-html", "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-mediacapture-streams", "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-rfc2119", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-rfc8851", "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-streams", "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-webcodecs", "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-webcryptoapi", diff --git a/tr/index.json b/tr/index.json index e913b6865ee4..11e88b97b863 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-06-29T01:29:47.299Z", + "date": "2023-06-30T01:29:39.680Z", "options": { "fallback": "webref-fallback/tr/index.json", "output": "report", @@ -9137,10 +9137,10 @@ ], "crawled": "https://www.w3.org/TR/html-aria/", "crawlCacheInfo": { - "lastModified": "Mon, 26 Jun 2023 13:13:44 GMT" + "lastModified": "Thu, 29 Jun 2023 19:30:20 GMT" }, "generator": "respec", - "date": "26 June 2023", + "date": "29 June 2023", "links": "links/html-aria.json", "refs": "refs/html-aria.json", "dfns": "dfns/html-aria.json", @@ -12504,10 +12504,10 @@ ], "crawled": "https://www.w3.org/TR/rdf12-concepts/", "crawlCacheInfo": { - "lastModified": "Thu, 15 Jun 2023 21:01:15 GMT" + "lastModified": "Thu, 29 Jun 2023 16:44:21 GMT" }, "generator": "respec", - "date": "15 June 2023", + "date": "29 June 2023", "links": "links/rdf12-concepts.json", "refs": "refs/rdf12-concepts.json", "dfns": "dfns/rdf12-concepts.json", @@ -13321,10 +13321,10 @@ ], "crawled": "https://www.w3.org/TR/screen-capture/", "crawlCacheInfo": { - "lastModified": "Thu, 13 Apr 2023 14:39:06 GMT" + "lastModified": "Thu, 29 Jun 2023 15:06:06 GMT" }, "generator": "respec", - "date": "13 April 2023", + "date": "29 June 2023", "links": "links/screen-capture.json", "refs": "refs/screen-capture.json", "events": "events/screen-capture.json", @@ -14284,10 +14284,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-query/", "crawlCacheInfo": { - "lastModified": "Fri, 16 Jun 2023 16:32:48 GMT" + "lastModified": "Thu, 29 Jun 2023 16:48:55 GMT" }, "generator": "respec", - "date": "16 June 2023", + "date": "29 June 2023", "links": "links/sparql12-query.json", "refs": "refs/sparql12-query.json", "dfns": "dfns/sparql12-query.json", @@ -14338,10 +14338,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-results-csv-tsv/", "crawlCacheInfo": { - "lastModified": "Fri, 16 Jun 2023 16:33:00 GMT" + "lastModified": "Thu, 29 Jun 2023 16:45:28 GMT" }, "generator": "respec", - "date": "16 June 2023", + "date": "29 June 2023", "links": "links/sparql12-results-csv-tsv.json", "refs": "refs/sparql12-results-csv-tsv.json", "headings": "headings/sparql12-results-csv-tsv.json", @@ -17595,10 +17595,10 @@ ], "crawled": "https://www.w3.org/TR/webrtc-encoded-transform/", "crawlCacheInfo": { - "lastModified": "Fri, 02 Jun 2023 11:32:28 GMT" + "lastModified": "Thu, 29 Jun 2023 15:08:34 GMT" }, "generator": "bikeshed", - "date": "2 June 2023", + "date": "29 June 2023", "links": "links/webrtc-encoded-transform.json", "refs": "refs/webrtc-encoded-transform.json", "events": "events/webrtc-encoded-transform.json", @@ -18657,10 +18657,10 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Mon, 26 Jun 2023 23:06:10 GMT" + "lastModified": "Thu, 29 Jun 2023 13:55:41 GMT" }, "generator": "bikeshed", - "date": "26 June 2023", + "date": "29 June 2023", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/tr/links/html-aria.json b/tr/links/html-aria.json index 4fd11edec8e2..6d25459839bd 100644 --- a/tr/links/html-aria.json +++ b/tr/links/html-aria.json @@ -24,6 +24,7 @@ "https://github.com/w3c/html-aria/pull/435": {}, "https://github.com/w3c/html-aria/pull/437": {}, "https://github.com/w3c/html-aria/pull/447": {}, + "https://github.com/w3c/html-aria/pull/469": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/canvas.html": { "anchors": [ diff --git a/tr/links/rdf12-concepts.json b/tr/links/rdf12-concepts.json index 229a3b43d0c0..8b29696ea29d 100644 --- a/tr/links/rdf12-concepts.json +++ b/tr/links/rdf12-concepts.json @@ -54,7 +54,7 @@ }, "https://www.rfc-editor.org/rfc/rfc3987": { "anchors": [ - "section-5.1", + "section-5.3.1", "section-3.1", "section-5" ] diff --git a/tr/links/screen-capture.json b/tr/links/screen-capture.json index 97ab973d6373..49f9c610e608 100644 --- a/tr/links/screen-capture.json +++ b/tr/links/screen-capture.json @@ -7,6 +7,7 @@ "https://datatracker.ietf.org/doc/html/bcp14": {}, "https://dom.spec.whatwg.org/": { "anchors": [ + "eventtarget", "concept-document" ], "specShortname": "dom" diff --git a/tr/links/sparql12-query.json b/tr/links/sparql12-query.json index 501680b2332c..d6679970e512 100644 --- a/tr/links/sparql12-query.json +++ b/tr/links/sparql12-query.json @@ -22,11 +22,6 @@ "dawg-optional-filter-005-simplified" ] }, - "http://www.w3.org/TR/xmlschema-2/": { - "anchors": [ - "dt-atomic" - ] - }, "https://datatracker.ietf.org/doc/html/bcp14": {}, "https://en.wikipedia.org/w/index.php?title=Multiset": {}, "https://w3c.github.io/sparql-concepts/spec/": { @@ -62,7 +57,6 @@ "https://www.w3.org/TR/curie/": {}, "https://www.w3.org/TR/rdf-dawg-uc/": {}, "https://www.w3.org/TR/rdf-sparql-XMLres/": {}, - "https://www.w3.org/TR/rdf-sparql-query/": {}, "https://www.w3.org/TR/rdf12-concepts/": { "anchors": [ "dfn-rdf-term", @@ -155,9 +149,10 @@ "sec-notation" ] }, - "https://www.w3.org/TR/xmlschema-2/": { + "https://www.w3.org/TR/xmlschema11-2/": { "anchors": [ - "regexs", + "dt-regex", + "dt-atomic", "dt-integer", "dt-decimal", "dt-float", @@ -176,18 +171,20 @@ "dt-unsignedInt", "dt-unsignedShort", "dt-unsignedByte", - "dt-positiveInteger", - "boolean", - "double", - "float", - "decimal", - "integer", - "dateTime", - "string" + "dt-positiveInteger" ] }, - "https://www.w3.org/TR/xpath-datamodel/": {}, - "https://www.w3.org/TR/xpath-functions/": { + "https://www.w3.org/TR/xpath-31/": { + "anchors": [ + "dt-typed-value", + "dt-string-value", + "mapping", + "promotion", + "dt-subtype-substitution" + ] + }, + "https://www.w3.org/TR/xpath-datamodel-31/": {}, + "https://www.w3.org/TR/xpath-functions-31/": { "anchors": [ "regex-syntax", "func-not", @@ -236,15 +233,6 @@ "casting-from-primitive-to-primitive" ] }, - "https://www.w3.org/TR/xpath20/": { - "anchors": [ - "dt-typed-value", - "dt-string-value", - "mapping", - "promotion", - "dt-subtype-substitution" - ] - }, "https://www.w3.org/TR/xquery-31/": { "anchors": [ "dt-type-error", diff --git a/tr/links/webrtc-encoded-transform.json b/tr/links/webrtc-encoded-transform.json index 13968f7586b3..a5808e28e965 100644 --- a/tr/links/webrtc-encoded-transform.json +++ b/tr/links/webrtc-encoded-transform.json @@ -106,7 +106,7 @@ "idl-short", "idl-object", "invalidstateerror", - "notallowederror", + "exceptiondef-typeerror", "notfounderror" ], "specShortname": "webidl" @@ -115,6 +115,7 @@ "https://www.rfc-editor.org/rfc/rfc1982": {}, "https://www.rfc-editor.org/rfc/rfc3550": {}, "https://www.rfc-editor.org/rfc/rfc5104": {}, + "https://www.rfc-editor.org/rfc/rfc8851": {}, "https://www.w3.org/2004/01/pp-impl/47318/status": {}, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ diff --git a/tr/refs/screen-capture.json b/tr/refs/screen-capture.json index 705081065de0..04f453c35f63 100644 --- a/tr/refs/screen-capture.json +++ b/tr/refs/screen-capture.json @@ -9,6 +9,10 @@ "name": "2DCONTEXT", "url": "https://www.w3.org/TR/2dcontext/" }, + { + "name": "dom", + "url": "https://dom.spec.whatwg.org/" + }, { "name": "ECMA-262", "url": "https://tc39.es/ecma262/multipage/" @@ -55,10 +59,6 @@ } ], "informative": [ - { - "name": "dom", - "url": "https://dom.spec.whatwg.org/" - }, { "name": "MEDIACAPTURE-DEPTH", "url": "https://www.w3.org/TR/mediacapture-depth/" diff --git a/tr/refs/sparql12-query.json b/tr/refs/sparql12-query.json index b847d641dd63..4858f724e3bf 100644 --- a/tr/refs/sparql12-query.json +++ b/tr/refs/sparql12-query.json @@ -134,20 +134,20 @@ "url": "https://www.w3.org/TR/xml11/" }, { - "name": "XMLSCHEMA-2", - "url": "https://www.w3.org/TR/xmlschema-2/" + "name": "XMLSCHEMA11-2", + "url": "https://www.w3.org/TR/xmlschema11-2/" }, { - "name": "XPATH-DATAMODEL", - "url": "https://www.w3.org/TR/xpath-datamodel/" + "name": "XPATH-31", + "url": "https://www.w3.org/TR/xpath-31/" }, { - "name": "XPATH-FUNCTIONS", - "url": "https://www.w3.org/TR/xpath-functions/" + "name": "XPATH-DATAMODEL-31", + "url": "https://www.w3.org/TR/xpath-datamodel-31/" }, { - "name": "XPATH20", - "url": "https://www.w3.org/TR/xpath20/" + "name": "XPATH-FUNCTIONS-31", + "url": "https://www.w3.org/TR/xpath-functions-31/" }, { "name": "XQUERY-31", @@ -155,10 +155,6 @@ } ], "informative": [ - { - "name": "RDF-SPARQL-QUERY", - "url": "https://www.w3.org/TR/rdf-sparql-query/" - }, { "name": "SPARQL12-CONCEPTS", "url": "https://w3c.github.io/sparql-concepts/spec/" diff --git a/tr/refs/webrtc-encoded-transform.json b/tr/refs/webrtc-encoded-transform.json index 1ece141d8faf..7151966cb51e 100644 --- a/tr/refs/webrtc-encoded-transform.json +++ b/tr/refs/webrtc-encoded-transform.json @@ -21,6 +21,10 @@ "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, + { + "name": "RFC8851", + "url": "https://www.rfc-editor.org/rfc/rfc8851" + }, { "name": "STREAMS", "url": "https://streams.spec.whatwg.org/"