From b7a7991f8ae5a3e0d37dac178462e870a00a07a7 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Fri, 26 Jan 2024 01:23:37 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 14.5.2. --- tr/css/css-gcpm.json | 119 +++--------- tr/dfns/css-gcpm-3.json | 231 +++------------------- tr/dfns/generic-sensor.json | 19 -- tr/dfns/rdf12-semantics.json | 19 ++ tr/dfns/webnn.json | 50 +++-- tr/headings/css-gcpm-3.json | 148 ++++++-------- tr/headings/generic-sensor.json | 7 - tr/idl/webgpu.idl | 84 ++++---- tr/ids/css-gcpm-3.json | 332 +++++++++++++++++++++++++++----- tr/ids/generic-sensor.json | 51 +---- tr/ids/rdf12-semantics.json | 3 + tr/ids/webgpu.json | 3 + tr/ids/webnn.json | 36 ++-- tr/ids/webrtc-stats.json | 2 +- tr/index.json | 40 ++-- tr/links/css-gcpm-3.json | 230 +++++++++++++++------- tr/links/generic-sensor.json | 7 - tr/links/rdf12-semantics.json | 2 +- tr/links/webgpu.json | 6 + tr/links/webrtc-stats.json | 6 +- tr/refs/css-gcpm-3.json | 60 ++++++ tr/refs/webgpu.json | 4 + tr/refs/webrtc-stats.json | 8 +- 23 files changed, 789 insertions(+), 678 deletions(-) create mode 100644 tr/refs/css-gcpm-3.json diff --git a/tr/css/css-gcpm.json b/tr/css/css-gcpm.json index f9751ab48db6..6e2c0ca97ce0 100644 --- a/tr/css/css-gcpm.json +++ b/tr/css/css-gcpm.json @@ -6,13 +6,14 @@ "properties": [ { "name": "string-set", - "value": "[[ ] [, ]* ] | none", + "value": "[ ]# | none", "initial": "none", "appliesTo": "all elements, but not pseudo-elements", "inherited": "no", - "media": "all", - "computedValue": "specified value", "percentages": "N/A", + "computedValue": "specified value", + "canonicalOrder": "per grammar", + "animationType": "discrete", "styleDeclaration": [ "string-set", "stringSet" @@ -20,16 +21,14 @@ }, { "name": "position", - "newValues": "running()", - "media": "paged", + "newValues": "", "styleDeclaration": [ "position" ] }, { "name": "content", - "newValues": "element() | leader()", - "media": "paged", + "newValues": "", "styleDeclaration": [ "content" ] @@ -37,7 +36,6 @@ { "name": "float", "newValues": "footnote", - "media": "paged", "values": [ { "name": "footnote", @@ -56,9 +54,10 @@ "initial": "block", "appliesTo": "elements", "inherited": "no", - "media": "paged", - "computedValue": "specified value", "percentages": "N/A", + "computedValue": "specified value", + "canonicalOrder": "per grammar", + "animationType": "discrete", "values": [ { "name": "block", @@ -90,9 +89,10 @@ "initial": "auto", "appliesTo": "elements", "inherited": "no", - "media": "paged", - "computedValue": "specified value", "percentages": "N/A", + "computedValue": "specified value", + "canonicalOrder": "per grammar", + "animationType": "discrete", "values": [ { "name": "auto", @@ -117,104 +117,35 @@ "footnote-policy", "footnotePolicy" ] - }, - { - "name": "bookmark-level", - "value": "none | ", - "initial": "none", - "appliesTo": "all elements", - "inherited": "no", - "media": "paged", - "computedValue": "specified value", - "percentages": "N/A", - "styleDeclaration": [ - "bookmark-level", - "bookmarkLevel" - ] - }, - { - "name": "bookmark-label", - "value": " | none", - "initial": "none", - "appliesTo": "all elements", - "inherited": "no", - "media": "paged", - "computedValue": "specified value", - "percentages": "N/A", - "styleDeclaration": [ - "bookmark-label", - "bookmarkLabel" - ] - }, - { - "name": "bookmark-state", - "value": "open | closed", - "initial": "open", - "appliesTo": "block-level elements", - "inherited": "no", - "media": "paged", - "computedValue": "specified value", - "percentages": "N/A", - "styleDeclaration": [ - "bookmark-state", - "bookmarkState" - ] } ], "atrules": [], - "selectors": [], + "selectors": [ + { + "name": ":nth()", + "value": ":nth( [of ]? )" + } + ], "values": [ { - "name": "content()", - "type": "function", - "value": "content([text | before | after | first-letter ])" + "name": "", + "type": "type", + "value": "[ | | | | ]+" }, { - "name": "string()", + "name": "content()", "type": "function", - "value": "string( [ , [ first | start | last | first-except] ]? )" + "value": "content([text | before | after | first-letter ])" }, { "name": "running()", "type": "function", - "value": "string( )" + "value": "running( )" }, { "name": "element()", "type": "function", - "value": "string( [ , [ first | start | last | first-except] ]? )" - }, - { - "name": "nth()", - "type": "function", - "value": "( An+B [of ]?)" - }, - { - "name": "leader()", - "type": "function", - "value": "leader( [dotted | solid | space] | );" - }, - { - "name": "target-counter()", - "type": "function", - "value": "target-counter( , [ , ]? )" - }, - { - "name": "target-counters()", - "type": "function", - "value": "target-counter( , , [ , ]? )" - }, - { - "name": "target-text()", - "type": "function", - "value": "target-counter( [ , [ content | before | after | first-letter] ]? )" - } - ], - "warnings": [ - { - "msg": "Missing definition", - "name": "content-list", - "value": "[ | | | | attr() ]+" + "value": "element( , [ first | start | last | first-except ]? )" } ] } diff --git a/tr/dfns/css-gcpm-3.json b/tr/dfns/css-gcpm-3.json index 5f1d735fc029..5f24938155b0 100644 --- a/tr/dfns/css-gcpm-3.json +++ b/tr/dfns/css-gcpm-3.json @@ -5,10 +5,10 @@ }, "dfns": [ { - "id": "named-strings0", - "href": "https://www.w3.org/TR/css-gcpm-3/#named-strings0", + "id": "named-string", + "href": "https://www.w3.org/TR/css-gcpm-3/#named-string", "linkingText": [ - "Named strings" + "named string" ], "localLinkingText": [], "type": "dfn", @@ -65,12 +65,12 @@ "id": "content-list", "href": "https://www.w3.org/TR/css-gcpm-3/#content-list", "linkingText": [ - "content-list" + "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "setting-named-strings-the-string-set-pro", @@ -111,10 +111,9 @@ "access": "private", "informative": false, "heading": { - "id": "content-function-header", - "href": "https://www.w3.org/TR/css-gcpm-3/#content-function-header", - "title": "The content() function", - "number": "1.1.1.1" + "id": "title", + "href": "https://www.w3.org/TR/css-gcpm-3/#title", + "title": "CSS Generated Content for Paged Media Module" }, "definedIn": "prose" }, @@ -130,32 +129,12 @@ "access": "private", "informative": false, "heading": { - "id": "content-function-header", - "href": "https://www.w3.org/TR/css-gcpm-3/#content-function-header", - "title": "The content() function", - "number": "1.1.1.1" + "id": "title", + "href": "https://www.w3.org/TR/css-gcpm-3/#title", + "title": "CSS Generated Content for Paged Media Module" }, "definedIn": "prose" }, - { - "id": "funcdef-string", - "href": "https://www.w3.org/TR/css-gcpm-3/#funcdef-string", - "linkingText": [ - "string()" - ], - "localLinkingText": [], - "type": "function", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "using-named-strings", - "href": "https://www.w3.org/TR/css-gcpm-3/#using-named-strings", - "title": "The string() function", - "number": "1.1.2" - }, - "definedIn": "pre" - }, { "id": "funcdef-running", "href": "https://www.w3.org/TR/css-gcpm-3/#funcdef-running", @@ -187,10 +166,9 @@ "access": "public", "informative": true, "heading": { - "id": "running-syntax", - "href": "https://www.w3.org/TR/css-gcpm-3/#running-syntax", - "title": "The running() value", - "number": "1.2.1" + "id": "title", + "href": "https://www.w3.org/TR/css-gcpm-3/#title", + "title": "CSS Generated Content for Paged Media Module" }, "definedIn": "table" }, @@ -214,8 +192,8 @@ "definedIn": "pre" }, { - "id": "valuedef-footnote", - "href": "https://www.w3.org/TR/css-gcpm-3/#valuedef-footnote", + "id": "valdef-float-footnote", + "href": "https://www.w3.org/TR/css-gcpm-3/#valdef-float-footnote", "linkingText": [ "footnote" ], @@ -355,8 +333,8 @@ "definedIn": "table" }, { - "id": "valuedef-auto", - "href": "https://www.w3.org/TR/css-gcpm-3/#valuedef-auto", + "id": "valdef-footnote-policy-auto", + "href": "https://www.w3.org/TR/css-gcpm-3/#valdef-footnote-policy-auto", "linkingText": [ "auto" ], @@ -397,8 +375,8 @@ "definedIn": "dt" }, { - "id": "valuedef-block", - "href": "https://www.w3.org/TR/css-gcpm-3/#valuedef-block", + "id": "valdef-footnote-policy-block", + "href": "https://www.w3.org/TR/css-gcpm-3/#valdef-footnote-policy-block", "linkingText": [ "block" ], @@ -410,10 +388,9 @@ "access": "public", "informative": false, "heading": { - "id": "footnote-policy", - "href": "https://www.w3.org/TR/css-gcpm-3/#footnote-policy", - "title": "Rendering footnotes and footnote policy", - "number": "2.8" + "id": "title", + "href": "https://www.w3.org/TR/css-gcpm-3/#title", + "title": "CSS Generated Content for Paged Media Module" }, "definedIn": "dt" }, @@ -437,13 +414,13 @@ "definedIn": "prose" }, { - "id": "funcdef-nth", - "href": "https://www.w3.org/TR/css-gcpm-3/#funcdef-nth", + "id": "selectordef-nth", + "href": "https://www.w3.org/TR/css-gcpm-3/#selectordef-nth", "linkingText": [ - "nth()" + ":nth()" ], "localLinkingText": [], - "type": "function", + "type": "selector", "for": [], "access": "public", "informative": false, @@ -473,158 +450,6 @@ "number": "3.2" }, "definedIn": "prose" - }, - { - "id": "funcdef-leader", - "href": "https://www.w3.org/TR/css-gcpm-3/#funcdef-leader", - "linkingText": [ - "leader()" - ], - "localLinkingText": [], - "type": "function", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "leaders", - "href": "https://www.w3.org/TR/css-gcpm-3/#leaders", - "title": "Leaders", - "number": "4" - }, - "definedIn": "pre" - }, - { - "id": "funcdef-target-counter", - "href": "https://www.w3.org/TR/css-gcpm-3/#funcdef-target-counter", - "linkingText": [ - "target-counter()" - ], - "localLinkingText": [], - "type": "function", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "target-counter", - "href": "https://www.w3.org/TR/css-gcpm-3/#target-counter", - "title": "The target-counter() function", - "number": "5.1" - }, - "definedIn": "pre" - }, - { - "id": "funcdef-target-counters", - "href": "https://www.w3.org/TR/css-gcpm-3/#funcdef-target-counters", - "linkingText": [ - "target-counters()" - ], - "localLinkingText": [], - "type": "function", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "target-counters", - "href": "https://www.w3.org/TR/css-gcpm-3/#target-counters", - "title": "The target-counters() function", - "number": "5.2" - }, - "definedIn": "pre" - }, - { - "id": "target-text-function", - "href": "https://www.w3.org/TR/css-gcpm-3/#target-text-function", - "linkingText": [ - "target-text()" - ], - "localLinkingText": [], - "type": "function", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "target-text", - "href": "https://www.w3.org/TR/css-gcpm-3/#target-text", - "title": "target-text", - "number": "5.3" - }, - "definedIn": "pre" - }, - { - "id": "bookmarks0", - "href": "https://www.w3.org/TR/css-gcpm-3/#bookmarks0", - "linkingText": [ - "bookmarks" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "bookmarks", - "href": "https://www.w3.org/TR/css-gcpm-3/#bookmarks", - "title": "Bookmarks", - "number": "6" - }, - "definedIn": "prose" - }, - { - "id": "propdef-bookmark-level", - "href": "https://www.w3.org/TR/css-gcpm-3/#propdef-bookmark-level", - "linkingText": [ - "bookmark-level" - ], - "localLinkingText": [], - "type": "property", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "bookmark-level", - "href": "https://www.w3.org/TR/css-gcpm-3/#bookmark-level", - "title": "bookmark-level", - "number": "6.1" - }, - "definedIn": "table" - }, - { - "id": "propdef-bookmark-label", - "href": "https://www.w3.org/TR/css-gcpm-3/#propdef-bookmark-label", - "linkingText": [ - "bookmark-label" - ], - "localLinkingText": [], - "type": "property", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "bookmark-label", - "href": "https://www.w3.org/TR/css-gcpm-3/#bookmark-label", - "title": "bookmark-label", - "number": "6.2" - }, - "definedIn": "table" - }, - { - "id": "propdef-bookmark-state", - "href": "https://www.w3.org/TR/css-gcpm-3/#propdef-bookmark-state", - "linkingText": [ - "bookmark-state" - ], - "localLinkingText": [], - "type": "property", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "bookmark-state", - "href": "https://www.w3.org/TR/css-gcpm-3/#bookmark-state", - "title": "bookmark-state", - "number": "6.3" - }, - "definedIn": "table" } ] } \ No newline at end of file diff --git a/tr/dfns/generic-sensor.json b/tr/dfns/generic-sensor.json index 2fed0b6a5a81..5c9dda4fb328 100644 --- a/tr/dfns/generic-sensor.json +++ b/tr/dfns/generic-sensor.json @@ -1535,25 +1535,6 @@ }, "definedIn": "heading" }, - { - "id": "parse-quaternion-reading", - "href": "https://www.w3.org/TR/generic-sensor/#parse-quaternion-reading", - "linkingText": [ - "Parse quaternion reading" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "parse-quaternion-reading", - "href": "https://www.w3.org/TR/generic-sensor/#parse-quaternion-reading", - "title": "Parse quaternion reading", - "number": "9.2.3.1.3" - }, - "definedIn": "heading" - }, { "id": "extension-specification", "href": "https://www.w3.org/TR/generic-sensor/#extension-specification", diff --git a/tr/dfns/rdf12-semantics.json b/tr/dfns/rdf12-semantics.json index a5b3a43f1852..aeb5734412d9 100644 --- a/tr/dfns/rdf12-semantics.json +++ b/tr/dfns/rdf12-semantics.json @@ -867,6 +867,25 @@ }, "definedIn": "table" }, + { + "id": "dfn-rdfd1a", + "href": "https://www.w3.org/TR/rdf12-semantics/#dfn-rdfd1a", + "linkingText": [ + "rdfD1a" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "rdf_entailment_patterns", + "href": "https://www.w3.org/TR/rdf12-semantics/#rdf_entailment_patterns", + "title": "Patterns of RDF entailment (Informative)", + "number": "8.1.1" + }, + "definedIn": "table" + }, { "id": "dfn-rdfd2", "href": "https://www.w3.org/TR/rdf12-semantics/#dfn-rdfd2", diff --git a/tr/dfns/webnn.json b/tr/dfns/webnn.json index d48adfbb1ca0..4d9b41fc2144 100644 --- a/tr/dfns/webnn.json +++ b/tr/dfns/webnn.json @@ -865,14 +865,16 @@ "definedIn": "prose" }, { - "id": "default-context", - "href": "https://www.w3.org/TR/webnn/#default-context", + "id": "context-type-default", + "href": "https://www.w3.org/TR/webnn/#context-type-default", "linkingText": [ - "default-context" + "default" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "context type" + ], "access": "private", "informative": false, "heading": { @@ -883,14 +885,16 @@ "definedIn": "dt" }, { - "id": "webgpu-context", - "href": "https://www.w3.org/TR/webnn/#webgpu-context", + "id": "context-type-webgpu", + "href": "https://www.w3.org/TR/webnn/#context-type-webgpu", "linkingText": [ - "webgpu-context" + "webgpu" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "context type" + ], "access": "private", "informative": false, "heading": { @@ -922,11 +926,13 @@ "id": "device-type-cpu", "href": "https://www.w3.org/TR/webnn/#device-type-cpu", "linkingText": [ - "device-type-cpu" + "cpu" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "device type" + ], "access": "private", "informative": false, "heading": { @@ -940,11 +946,13 @@ "id": "device-type-gpu", "href": "https://www.w3.org/TR/webnn/#device-type-gpu", "linkingText": [ - "device-type-gpu" + "gpu" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "device type" + ], "access": "private", "informative": false, "heading": { @@ -976,11 +984,13 @@ "id": "power-preference-default", "href": "https://www.w3.org/TR/webnn/#power-preference-default", "linkingText": [ - "power-preference-default" + "default" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "power preference" + ], "access": "private", "informative": false, "heading": { @@ -994,11 +1004,13 @@ "id": "power-preference-high-performance", "href": "https://www.w3.org/TR/webnn/#power-preference-high-performance", "linkingText": [ - "power-preference-high-performance" + "high-performance" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "power preference" + ], "access": "private", "informative": false, "heading": { @@ -1012,11 +1024,13 @@ "id": "power-preference-low-power", "href": "https://www.w3.org/TR/webnn/#power-preference-low-power", "linkingText": [ - "power-preference-low-power" + "low-power" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "power preference" + ], "access": "private", "informative": false, "heading": { diff --git a/tr/headings/css-gcpm-3.json b/tr/headings/css-gcpm-3.json index e217dbc991c2..18b5cf564610 100644 --- a/tr/headings/css-gcpm-3.json +++ b/tr/headings/css-gcpm-3.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Generated Content for Paged Media Module" }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/css-gcpm-3/#subtitle", - "level": 2, - "title": "W3C Working Draft, 13 May 2014" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-gcpm-3/#abstract", @@ -23,14 +17,14 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-gcpm-3/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-gcpm-3/#sotd", "level": 2, "title": "Status of this document" }, { - "id": "contents", - "href": "https://www.w3.org/TR/css-gcpm-3/#contents", + "id": "toc", + "href": "https://www.w3.org/TR/css-gcpm-3/#toc", "level": 2, "title": "Table of Contents" }, @@ -40,6 +34,12 @@ "level": 2, "title": "Introduction" }, + { + "id": "values", + "href": "https://www.w3.org/TR/css-gcpm-3/#values", + "level": 3, + "title": "Value Definitions" + }, { "id": "running-headers-and-footers", "href": "https://www.w3.org/TR/css-gcpm-3/#running-headers-and-footers", @@ -219,79 +219,23 @@ "id": "leaders", "href": "https://www.w3.org/TR/css-gcpm-3/#leaders", "level": 2, - "title": "Leaders", + "title": "Leaders (moved)", "number": "4" }, - { - "id": "rendering-leaders", - "href": "https://www.w3.org/TR/css-gcpm-3/#rendering-leaders", - "level": 3, - "title": "Rendering leaders", - "number": "4.1" - }, - { - "id": "procedure-leader", - "href": "https://www.w3.org/TR/css-gcpm-3/#procedure-leader", - "level": 4, - "title": "Procedure for rendering leaders", - "number": "4.1.1" - }, { "id": "cross-references", "href": "https://www.w3.org/TR/css-gcpm-3/#cross-references", "level": 2, - "title": "Cross-references", + "title": "Cross-references (moved)", "number": "5" }, - { - "id": "target-counter", - "href": "https://www.w3.org/TR/css-gcpm-3/#target-counter", - "level": 3, - "title": "The target-counter() function", - "number": "5.1" - }, - { - "id": "target-counters", - "href": "https://www.w3.org/TR/css-gcpm-3/#target-counters", - "level": 3, - "title": "The target-counters() function", - "number": "5.2" - }, - { - "id": "target-text", - "href": "https://www.w3.org/TR/css-gcpm-3/#target-text", - "level": 3, - "title": "target-text", - "number": "5.3" - }, { "id": "bookmarks", "href": "https://www.w3.org/TR/css-gcpm-3/#bookmarks", "level": 2, - "title": "Bookmarks", + "title": "Bookmarks (moved)", "number": "6" }, - { - "id": "bookmark-level", - "href": "https://www.w3.org/TR/css-gcpm-3/#bookmark-level", - "level": 3, - "title": "bookmark-level", - "number": "6.1" - }, - { - "id": "bookmark-label", - "href": "https://www.w3.org/TR/css-gcpm-3/#bookmark-label", - "level": 3, - "title": "bookmark-label", - "number": "6.2" - }, - { - "id": "bookmark-state", - "href": "https://www.w3.org/TR/css-gcpm-3/#bookmark-state", - "level": 3, - "title": "bookmark-state", - "number": "6.3" - }, { "id": "former-wd-sections", "href": "https://www.w3.org/TR/css-gcpm-3/#former-wd-sections", @@ -355,6 +299,18 @@ "title": "Changes", "number": "C" }, + { + "id": "privacy", + "href": "https://www.w3.org/TR/css-gcpm-3/#privacy", + "level": 2, + "title": "Privacy Considerations" + }, + { + "id": "security", + "href": "https://www.w3.org/TR/css-gcpm-3/#security", + "level": 2, + "title": "Security Considerations" + }, { "id": "acknowledgments", "href": "https://www.w3.org/TR/css-gcpm-3/#acknowledgments", @@ -362,41 +318,59 @@ "title": "Acknowledgments" }, { - "id": "conformance", - "href": "https://www.w3.org/TR/css-gcpm-3/#conformance", + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-gcpm-3/#w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", - "href": "https://www.w3.org/TR/css-gcpm-3/#conventions", + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-gcpm-3/#w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", - "href": "https://www.w3.org/TR/css-gcpm-3/#conformance-classes", + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-gcpm-3/#w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", - "href": "https://www.w3.org/TR/css-gcpm-3/#partial", + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-gcpm-3/#w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "experimental", - "href": "https://www.w3.org/TR/css-gcpm-3/#experimental", - "level": 3, - "title": "Experimental implementations" + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-gcpm-3/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", - "href": "https://www.w3.org/TR/css-gcpm-3/#testing", + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-gcpm-3/#w3c-testing", "level": 3, "title": "Non-experimental implementations" }, + { + "id": "index", + "href": "https://www.w3.org/TR/css-gcpm-3/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/TR/css-gcpm-3/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/TR/css-gcpm-3/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, { "id": "references", "href": "https://www.w3.org/TR/css-gcpm-3/#references", @@ -415,17 +389,11 @@ "level": 3, "title": "Informative References" }, - { - "id": "index", - "href": "https://www.w3.org/TR/css-gcpm-3/#index", - "level": 2, - "title": "Index" - }, { "id": "property-index", "href": "https://www.w3.org/TR/css-gcpm-3/#property-index", "level": 2, - "title": "Property index" + "title": "Property Index" }, { "id": "issues-index", diff --git a/tr/headings/generic-sensor.json b/tr/headings/generic-sensor.json index cae1e09bb6fb..d17c349eb1f2 100644 --- a/tr/headings/generic-sensor.json +++ b/tr/headings/generic-sensor.json @@ -518,13 +518,6 @@ "title": "Parse XYZ reading", "number": "9.2.3.1.2" }, - { - "id": "parse-quaternion-reading", - "href": "https://www.w3.org/TR/generic-sensor/#parse-quaternion-reading", - "level": 6, - "title": "Parse quaternion reading", - "number": "9.2.3.1.3" - }, { "id": "delete-virtual-sensor-command", "href": "https://www.w3.org/TR/generic-sensor/#delete-virtual-sensor-command", diff --git a/tr/idl/webgpu.idl b/tr/idl/webgpu.idl index 15a79022b32e..3a54960d4b2d 100644 --- a/tr/idl/webgpu.idl +++ b/tr/idl/webgpu.idl @@ -11,7 +11,7 @@ dictionary GPUObjectDescriptorBase { USVString label = ""; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUSupportedLimits { readonly attribute unsigned long maxTextureDimension1D; readonly attribute unsigned long maxTextureDimension2D; @@ -47,17 +47,17 @@ interface GPUSupportedLimits { readonly attribute unsigned long maxComputeWorkgroupsPerDimension; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUSupportedFeatures { readonly setlike; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface WGSLLanguageFeatures { readonly setlike; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUAdapterInfo { readonly attribute DOMString vendor; readonly attribute DOMString architecture; @@ -71,7 +71,7 @@ interface mixin NavigatorGPU { Navigator includes NavigatorGPU; WorkerNavigator includes NavigatorGPU; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPU { Promise requestAdapter(optional GPURequestAdapterOptions options = {}); GPUTextureFormat getPreferredCanvasFormat(); @@ -88,7 +88,7 @@ enum GPUPowerPreference { "high-performance", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUAdapter { [SameObject] readonly attribute GPUSupportedFeatures features; [SameObject] readonly attribute GPUSupportedLimits limits; @@ -119,7 +119,7 @@ enum GPUFeatureName { "float32-filterable", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUDevice : EventTarget { [SameObject] readonly attribute GPUSupportedFeatures features; [SameObject] readonly attribute GPUSupportedLimits limits; @@ -150,7 +150,7 @@ interface GPUDevice : EventTarget { }; GPUDevice includes GPUObjectBase; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUBuffer { readonly attribute GPUSize64Out size; readonly attribute GPUFlagsConstant usage; @@ -179,7 +179,7 @@ dictionary GPUBufferDescriptor }; typedef [EnforceRange] unsigned long GPUBufferUsageFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] namespace GPUBufferUsage { const GPUFlagsConstant MAP_READ = 0x0001; const GPUFlagsConstant MAP_WRITE = 0x0002; @@ -194,13 +194,13 @@ namespace GPUBufferUsage { }; typedef [EnforceRange] unsigned long GPUMapModeFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] namespace GPUMapMode { const GPUFlagsConstant READ = 0x0001; const GPUFlagsConstant WRITE = 0x0002; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUTexture { GPUTextureView createView(optional GPUTextureViewDescriptor descriptor = {}); @@ -235,7 +235,7 @@ enum GPUTextureDimension { }; typedef [EnforceRange] unsigned long GPUTextureUsageFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] namespace GPUTextureUsage { const GPUFlagsConstant COPY_SRC = 0x01; const GPUFlagsConstant COPY_DST = 0x02; @@ -244,7 +244,7 @@ namespace GPUTextureUsage { const GPUFlagsConstant RENDER_ATTACHMENT = 0x10; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUTextureView { }; GPUTextureView includes GPUObjectBase; @@ -396,7 +396,7 @@ enum GPUTextureFormat { "astc-12x12-unorm-srgb", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUExternalTexture { }; GPUExternalTexture includes GPUObjectBase; @@ -407,7 +407,7 @@ dictionary GPUExternalTextureDescriptor PredefinedColorSpace colorSpace = "srgb"; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUSampler { }; GPUSampler includes GPUObjectBase; @@ -453,7 +453,7 @@ enum GPUCompareFunction { "always", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUBindGroupLayout { }; GPUBindGroupLayout includes GPUObjectBase; @@ -475,7 +475,7 @@ dictionary GPUBindGroupLayoutEntry { }; typedef [EnforceRange] unsigned long GPUShaderStageFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] namespace GPUShaderStage { const GPUFlagsConstant VERTEX = 0x1; const GPUFlagsConstant FRAGMENT = 0x2; @@ -533,7 +533,7 @@ dictionary GPUStorageTextureBindingLayout { dictionary GPUExternalTextureBindingLayout { }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUBindGroup { }; GPUBindGroup includes GPUObjectBase; @@ -557,7 +557,7 @@ dictionary GPUBufferBinding { GPUSize64 size; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUPipelineLayout { }; GPUPipelineLayout includes GPUObjectBase; @@ -567,7 +567,7 @@ dictionary GPUPipelineLayoutDescriptor required sequence bindGroupLayouts; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUShaderModule { Promise getCompilationInfo(); }; @@ -591,7 +591,7 @@ enum GPUCompilationMessageType { "info", }; -[Exposed=(Window, DedicatedWorker), Serializable, SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), Serializable, SecureContext] interface GPUCompilationMessage { readonly attribute DOMString message; readonly attribute GPUCompilationMessageType type; @@ -601,12 +601,12 @@ interface GPUCompilationMessage { readonly attribute unsigned long long length; }; -[Exposed=(Window, DedicatedWorker), Serializable, SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), Serializable, SecureContext] interface GPUCompilationInfo { readonly attribute FrozenArray messages; }; -[Exposed=(Window, DedicatedWorker), SecureContext, Serializable] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext, Serializable] interface GPUPipelineError : DOMException { constructor(optional DOMString message = "", GPUPipelineErrorInit options); readonly attribute GPUPipelineErrorReason reason; @@ -642,7 +642,7 @@ dictionary GPUProgrammableStage { typedef double GPUPipelineConstantValue; // May represent WGSL's bool, f32, i32, u32, and f16 if enabled. -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUComputePipeline { }; GPUComputePipeline includes GPUObjectBase; @@ -653,7 +653,7 @@ dictionary GPUComputePipelineDescriptor required GPUProgrammableStage compute; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPURenderPipeline { }; GPURenderPipeline includes GPUObjectBase; @@ -721,7 +721,7 @@ dictionary GPUBlendState { }; typedef [EnforceRange] unsigned long GPUColorWriteFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] namespace GPUColorWrite { const GPUFlagsConstant RED = 0x1; const GPUFlagsConstant GREEN = 0x2; @@ -895,7 +895,7 @@ dictionary GPUImageCopyExternalImage { boolean flipY = false; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUCommandBuffer { }; GPUCommandBuffer includes GPUObjectBase; @@ -907,7 +907,7 @@ dictionary GPUCommandBufferDescriptor interface mixin GPUCommandsMixin { }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUCommandEncoder { GPURenderPassEncoder beginRenderPass(GPURenderPassDescriptor descriptor); GPUComputePassEncoder beginComputePass(optional GPUComputePassDescriptor descriptor = {}); @@ -972,7 +972,7 @@ interface mixin GPUDebugCommandsMixin { undefined insertDebugMarker(USVString markerLabel); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUComputePassEncoder { undefined setPipeline(GPUComputePipeline pipeline); undefined dispatchWorkgroups(GPUSize32 workgroupCountX, optional GPUSize32 workgroupCountY = 1, optional GPUSize32 workgroupCountZ = 1); @@ -996,7 +996,7 @@ dictionary GPUComputePassDescriptor GPUComputePassTimestampWrites timestampWrites; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPURenderPassEncoder { undefined setViewport(float x, float y, float width, float height, @@ -1093,7 +1093,7 @@ interface mixin GPURenderCommandsMixin { undefined drawIndexedIndirect(GPUBuffer indirectBuffer, GPUSize64 indirectOffset); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPURenderBundle { }; GPURenderBundle includes GPUObjectBase; @@ -1102,7 +1102,7 @@ dictionary GPURenderBundleDescriptor : GPUObjectDescriptorBase { }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPURenderBundleEncoder { GPURenderBundle finish(optional GPURenderBundleDescriptor descriptor = {}); }; @@ -1122,7 +1122,7 @@ dictionary GPUQueueDescriptor : GPUObjectDescriptorBase { }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUQueue { undefined submit(sequence commandBuffers); @@ -1148,7 +1148,7 @@ interface GPUQueue { }; GPUQueue includes GPUObjectBase; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUQuerySet { undefined destroy(); @@ -1168,7 +1168,7 @@ enum GPUQueryType { "timestamp", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUCanvasContext { readonly attribute (HTMLCanvasElement or OffscreenCanvas) canvas; @@ -1197,7 +1197,7 @@ enum GPUDeviceLostReason { "destroyed", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUDeviceLostInfo { readonly attribute GPUDeviceLostReason reason; readonly attribute DOMString message; @@ -1207,24 +1207,24 @@ partial interface GPUDevice { readonly attribute Promise lost; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUError { readonly attribute DOMString message; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUValidationError : GPUError { constructor(DOMString message); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUOutOfMemoryError : GPUError { constructor(DOMString message); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUInternalError : GPUError { constructor(DOMString message); @@ -1241,7 +1241,7 @@ partial interface GPUDevice { Promise popErrorScope(); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, DedicatedWorker, ServiceWorker), SecureContext] interface GPUUncapturedErrorEvent : Event { constructor( DOMString type, @@ -1255,7 +1255,7 @@ dictionary GPUUncapturedErrorEventInit : EventInit { }; partial interface GPUDevice { - [Exposed=(Window, DedicatedWorker)] + [Exposed=(Window, DedicatedWorker, ServiceWorker)] attribute EventHandler onuncapturederror; }; diff --git a/tr/ids/css-gcpm-3.json b/tr/ids/css-gcpm-3.json index d7a114bb3844..f6815e3dabab 100644 --- a/tr/ids/css-gcpm-3.json +++ b/tr/ids/css-gcpm-3.json @@ -4,96 +4,211 @@ "url": "https://www.w3.org/TR/css-gcpm-3/" }, "ids": [ + "https://www.w3.org/TR/css-gcpm-3/#toc-nav", + "https://www.w3.org/TR/css-gcpm-3/#toc-jump", + "https://www.w3.org/TR/css-gcpm-3/#toc-toggle", "https://www.w3.org/TR/css-gcpm-3/#title", - "https://www.w3.org/TR/css-gcpm-3/#subtitle", + "https://www.w3.org/TR/css-gcpm-3/#w3c-state", "https://www.w3.org/TR/css-gcpm-3/#abstract", - "https://www.w3.org/TR/css-gcpm-3/#status", + "https://www.w3.org/TR/css-gcpm-3/#sotd", + "https://www.w3.org/TR/css-gcpm-3/#w3c_process_revision", + "https://www.w3.org/TR/css-gcpm-3/#toc", "https://www.w3.org/TR/css-gcpm-3/#contents", "https://www.w3.org/TR/css-gcpm-3/#introduction", + "https://www.w3.org/TR/css-gcpm-3/#values", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-css-wide-keywords", "https://www.w3.org/TR/css-gcpm-3/#running-headers-and-footers", - "https://www.w3.org/TR/css-gcpm-3/#named-strings0", + "https://www.w3.org/TR/css-gcpm-3/#named-string", "https://www.w3.org/TR/css-gcpm-3/#running-elements0", "https://www.w3.org/TR/css-gcpm-3/#named-strings", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-string-set", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-string", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-string%E2%91%A0", "https://www.w3.org/TR/css-gcpm-3/#setting-named-strings-the-string-set-pro", "https://www.w3.org/TR/css-gcpm-3/#propdef-string-set", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-propdef-string-set", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-propdef-string-set", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-propdef-string-set", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-propdef-string-set", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-identifier-value", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-content-list", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-mult-comma", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-string-set%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-content-list%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-content-list%E2%91%A1", "https://www.w3.org/TR/css-gcpm-3/#content-list", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-content-list", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-content-list", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-content-list", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-content-list", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-string-value", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-counter", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-counters", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-content", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-attr", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-mult-one-plus", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-string-value%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-counter%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-counters%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-content%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-content%E2%91%A1", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-attr%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-attr%E2%91%A1", "https://www.w3.org/TR/css-gcpm-3/#content-function-header", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-content%E2%91%A2", "https://www.w3.org/TR/css-gcpm-3/#funcdef-content", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-funcdef-content", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-funcdef-content", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-funcdef-content", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-funcdef-content", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-gcpm-3/#issue-edcf4ca2", "https://www.w3.org/TR/css-gcpm-3/#entry-value", "https://www.w3.org/TR/css-gcpm-3/#exit-value", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-string%E2%91%A1", + "https://www.w3.org/TR/css-gcpm-3/#example-e698ead2", + "https://www.w3.org/TR/css-gcpm-3/#example-ba54cbec", "https://www.w3.org/TR/css-gcpm-3/#using-named-strings", - "https://www.w3.org/TR/css-gcpm-3/#funcdef-string", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-string%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-string%E2%91%A3", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-content", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-string%E2%91%A4", "https://www.w3.org/TR/css-gcpm-3/#string-first", "https://www.w3.org/TR/css-gcpm-3/#string-start", "https://www.w3.org/TR/css-gcpm-3/#string-last", "https://www.w3.org/TR/css-gcpm-3/#string-first-except", + "https://www.w3.org/TR/css-gcpm-3/#example-23e3824c", "https://www.w3.org/TR/css-gcpm-3/#running-elements", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-running", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-element", + "https://www.w3.org/TR/css-gcpm-3/#example-6cddf8e9", "https://www.w3.org/TR/css-gcpm-3/#running-syntax", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-running%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-element%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-position", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-running%E2%91%A1", "https://www.w3.org/TR/css-gcpm-3/#funcdef-running", - "https://www.w3.org/TR/css-gcpm-3/#issue-11bb4305", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-funcdef-running", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-funcdef-running", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-funcdef-running", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-funcdef-running", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-identifier-value%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#example-ffae16e8", + "https://www.w3.org/TR/css-gcpm-3/#issue-00e0aa3c", + "https://www.w3.org/TR/css-gcpm-3/#example-ffc3e328", "https://www.w3.org/TR/css-gcpm-3/#propdef-running", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-identifier-value%E2%91%A1", "https://www.w3.org/TR/css-gcpm-3/#element-syntax", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-element%E2%91%A1", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-element%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-running%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-element%E2%91%A3", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-string%E2%91%A5", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-element%E2%91%A4", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-element%E2%91%A5", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-content%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-funcdef-element%E2%91%A6", "https://www.w3.org/TR/css-gcpm-3/#funcdef-element", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-funcdef-element", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-funcdef-element", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-funcdef-element", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-funcdef-element", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-identifier-value%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-comma", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-mult-opt", "https://www.w3.org/TR/css-gcpm-3/#footnotes", "https://www.w3.org/TR/css-gcpm-3/#footnote-terms", "https://www.w3.org/TR/css-gcpm-3/#creating-footnotes", + "https://www.w3.org/TR/css-gcpm-3/#example-efe978c0", "https://www.w3.org/TR/css-gcpm-3/#issue-4af1f674", "https://www.w3.org/TR/css-gcpm-3/#footnote-types", - "https://www.w3.org/TR/css-gcpm-3/#valuedef-footnote", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-float", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-float%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#valdef-float-footnote", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-footnote-display", "https://www.w3.org/TR/css-gcpm-3/#propdef-footnote-display", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-propdef-footnote-display", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-propdef-footnote-display", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-propdef-footnote-display", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-propdef-footnote-display", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-gcpm-3/#footnote-display-block", "https://www.w3.org/TR/css-gcpm-3/#footnote-display-inline", "https://www.w3.org/TR/css-gcpm-3/#footnote-display-compact", "https://www.w3.org/TR/css-gcpm-3/#footnote-area", "https://www.w3.org/TR/css-gcpm-3/#issue-829ce977", "https://www.w3.org/TR/css-gcpm-3/#footnote-area-position", - "https://www.w3.org/TR/css-gcpm-3/#issue-ab22b570", - "https://www.w3.org/TR/css-gcpm-3/#issue-165f8769", + "https://www.w3.org/TR/css-gcpm-3/#issue-069a39a3", + "https://www.w3.org/TR/css-gcpm-3/#issue-34f910d8", "https://www.w3.org/TR/css-gcpm-3/#footnote-area-size", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-max-height", "https://www.w3.org/TR/css-gcpm-3/#footnote-counters", "https://www.w3.org/TR/css-gcpm-3/#footnote-counter", "https://www.w3.org/TR/css-gcpm-3/#footnote-counter-values", + "https://www.w3.org/TR/css-gcpm-3/#example-c28d19f0", "https://www.w3.org/TR/css-gcpm-3/#resetting-footnote-counter", + "https://www.w3.org/TR/css-gcpm-3/#example-50e9e077", "https://www.w3.org/TR/css-gcpm-3/#footnote-call", + "https://www.w3.org/TR/css-gcpm-3/#example-eda00cbe", "https://www.w3.org/TR/css-gcpm-3/#footnote-marker", + "https://www.w3.org/TR/css-gcpm-3/#example-64cfffb1", "https://www.w3.org/TR/css-gcpm-3/#footnote-policy", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-footnote-policy", "https://www.w3.org/TR/css-gcpm-3/#propdef-footnote-policy", - "https://www.w3.org/TR/css-gcpm-3/#valuedef-auto", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-propdef-footnote-policy", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-propdef-footnote-policy", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-propdef-footnote-policy", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-propdef-footnote-policy", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-gcpm-3/#valdef-footnote-policy-auto", "https://www.w3.org/TR/css-gcpm-3/#footnote-policy-line", - "https://www.w3.org/TR/css-gcpm-3/#valuedef-block", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-footnote-policy-line", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-footnote-policy-line", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-footnote-policy-line", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-footnote-policy-line", + "https://www.w3.org/TR/css-gcpm-3/#valdef-footnote-policy-block", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-footnote-policy-line", "https://www.w3.org/TR/css-gcpm-3/#issue-da883bb8", "https://www.w3.org/TR/css-gcpm-3/#future", "https://www.w3.org/TR/css-gcpm-3/#the-first-page-pseudo-element", "https://www.w3.org/TR/css-gcpm-3/#page-selectors", "https://www.w3.org/TR/css-gcpm-3/#document-page-selectors", - "https://www.w3.org/TR/css-gcpm-3/#funcdef-nth", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-selectordef-nth", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-selectordef-nth%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#selectordef-nth", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-selectordef-nth", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-selectordef-nth", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-selectordef-nth", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-selectordef-nth", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-anb-production", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-identifier-value%E2%91%A3", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-mult-opt%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-selectordef-nth%E2%91%A1", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-selectordef-nth%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#example-b3ec403f", "https://www.w3.org/TR/css-gcpm-3/#document-sequence-selectors", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-page", "https://www.w3.org/TR/css-gcpm-3/#page-group", + "https://www.w3.org/TR/css-gcpm-3/#example-79ba6f1d", + "https://www.w3.org/TR/css-gcpm-3/#example-f344cdfc", "https://www.w3.org/TR/css-gcpm-3/#leaders", - "https://www.w3.org/TR/css-gcpm-3/#funcdef-leader", - "https://www.w3.org/TR/css-gcpm-3/#dotted-leader", - "https://www.w3.org/TR/css-gcpm-3/#solid-leader", - "https://www.w3.org/TR/css-gcpm-3/#space-leader", - "https://www.w3.org/TR/css-gcpm-3/#string-leader", - "https://www.w3.org/TR/css-gcpm-3/#issue-2f5c8d3f", - "https://www.w3.org/TR/css-gcpm-3/#rendering-leaders", - "https://www.w3.org/TR/css-gcpm-3/#procedure-leader", + "https://www.w3.org/TR/css-gcpm-3/#issue-1a552eac", "https://www.w3.org/TR/css-gcpm-3/#cross-references", - "https://www.w3.org/TR/css-gcpm-3/#target-counter", - "https://www.w3.org/TR/css-gcpm-3/#funcdef-target-counter", - "https://www.w3.org/TR/css-gcpm-3/#target-counters", - "https://www.w3.org/TR/css-gcpm-3/#funcdef-target-counters", - "https://www.w3.org/TR/css-gcpm-3/#target-text", - "https://www.w3.org/TR/css-gcpm-3/#target-text-function", - "https://www.w3.org/TR/css-gcpm-3/#issue-a82075c9", + "https://www.w3.org/TR/css-gcpm-3/#issue-1a552eac%E2%91%A0", "https://www.w3.org/TR/css-gcpm-3/#bookmarks", - "https://www.w3.org/TR/css-gcpm-3/#bookmarks0", - "https://www.w3.org/TR/css-gcpm-3/#bookmark-level", - "https://www.w3.org/TR/css-gcpm-3/#propdef-bookmark-level", - "https://www.w3.org/TR/css-gcpm-3/#bookmark-label", - "https://www.w3.org/TR/css-gcpm-3/#propdef-bookmark-label", - "https://www.w3.org/TR/css-gcpm-3/#bookmark-state", - "https://www.w3.org/TR/css-gcpm-3/#propdef-bookmark-state", + "https://www.w3.org/TR/css-gcpm-3/#issue-1a552eac%E2%91%A1", "https://www.w3.org/TR/css-gcpm-3/#former-wd-sections", "https://www.w3.org/TR/css-gcpm-3/#page-marks-and-bleed-area", "https://www.w3.org/TR/css-gcpm-3/#cmyk-colors", @@ -103,26 +218,149 @@ "https://www.w3.org/TR/css-gcpm-3/#page-floats", "https://www.w3.org/TR/css-gcpm-3/#selecting-columns-and-pages", "https://www.w3.org/TR/css-gcpm-3/#ua-stylesheet", + "https://www.w3.org/TR/css-gcpm-3/#example-0a0ebdaf", "https://www.w3.org/TR/css-gcpm-3/#changes", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-bookmark-level", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-bookmark-label", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-string-set%E2%91%A1", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-footnote-policy%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-footnote-display%E2%91%A0", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-string-set%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-footnote-display%E2%91%A1", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-footnote-policy%E2%91%A1", + "https://www.w3.org/TR/css-gcpm-3/#privacy", + "https://www.w3.org/TR/css-gcpm-3/#security", "https://www.w3.org/TR/css-gcpm-3/#acknowledgments", - "https://www.w3.org/TR/css-gcpm-3/#conformance", - "https://www.w3.org/TR/css-gcpm-3/#conventions", - "https://www.w3.org/TR/css-gcpm-3/#conformance-classes", - "https://www.w3.org/TR/css-gcpm-3/#partial", - "https://www.w3.org/TR/css-gcpm-3/#experimental", - "https://www.w3.org/TR/css-gcpm-3/#testing", + "https://www.w3.org/TR/css-gcpm-3/#w3c-conformance", + "https://www.w3.org/TR/css-gcpm-3/#w3c-conventions", + "https://www.w3.org/TR/css-gcpm-3/#w3c-example", + "https://www.w3.org/TR/css-gcpm-3/#w3c-conformance-classes", + "https://www.w3.org/TR/css-gcpm-3/#w3c-partial", + "https://www.w3.org/TR/css-gcpm-3/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-gcpm-3/#w3c-testing", + "https://www.w3.org/TR/css-gcpm-3/#index", + "https://www.w3.org/TR/css-gcpm-3/#index-defined-here", + "https://www.w3.org/TR/css-gcpm-3/#index-defined-elsewhere", + "https://www.w3.org/TR/css-gcpm-3/#b8c34db8", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-b8c34db8", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-b8c34db8", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-b8c34db8", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-b8c34db8", + "https://www.w3.org/TR/css-gcpm-3/#c297b070", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-c297b070", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-c297b070", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-c297b070", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-c297b070", + "https://www.w3.org/TR/css-gcpm-3/#af4a190d", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-af4a190d", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-af4a190d", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-af4a190d", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-af4a190d", + "https://www.w3.org/TR/css-gcpm-3/#8cd4f032", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-8cd4f032", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-8cd4f032", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-8cd4f032", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-8cd4f032", + "https://www.w3.org/TR/css-gcpm-3/#a0144f62", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-a0144f62", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-a0144f62", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-a0144f62", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-a0144f62", + "https://www.w3.org/TR/css-gcpm-3/#1d798932", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-1d798932", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-1d798932", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-1d798932", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-1d798932", + "https://www.w3.org/TR/css-gcpm-3/#d4441b24", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-d4441b24", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-d4441b24", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-d4441b24", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-d4441b24", + "https://www.w3.org/TR/css-gcpm-3/#8a110a7b", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-8a110a7b", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-8a110a7b", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-8a110a7b", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-8a110a7b", + "https://www.w3.org/TR/css-gcpm-3/#4eb9d37e", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-4eb9d37e", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-4eb9d37e", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-4eb9d37e", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-4eb9d37e", + "https://www.w3.org/TR/css-gcpm-3/#57699934", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-57699934", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-57699934", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-57699934", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-57699934", + "https://www.w3.org/TR/css-gcpm-3/#f80bfcde", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-f80bfcde", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-f80bfcde", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-f80bfcde", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-f80bfcde", + "https://www.w3.org/TR/css-gcpm-3/#0570259e", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-0570259e", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-0570259e", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-0570259e", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-0570259e", + "https://www.w3.org/TR/css-gcpm-3/#b246dfdc", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-b246dfdc", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-b246dfdc", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-b246dfdc", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-b246dfdc", + "https://www.w3.org/TR/css-gcpm-3/#7e7c0df8", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-7e7c0df8", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-7e7c0df8", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-7e7c0df8", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-7e7c0df8", + "https://www.w3.org/TR/css-gcpm-3/#f3e8378c", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-f3e8378c", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-f3e8378c", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-f3e8378c", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-f3e8378c", + "https://www.w3.org/TR/css-gcpm-3/#ecfae07b", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-ecfae07b", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-ecfae07b", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-ecfae07b", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-ecfae07b", + "https://www.w3.org/TR/css-gcpm-3/#598f7b8c", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-598f7b8c", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-598f7b8c", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-598f7b8c", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-598f7b8c", + "https://www.w3.org/TR/css-gcpm-3/#a3e443ae", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-a3e443ae", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-a3e443ae", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-a3e443ae", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-a3e443ae", + "https://www.w3.org/TR/css-gcpm-3/#ce1025d0", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-ce1025d0", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-ce1025d0", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-ce1025d0", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-ce1025d0", + "https://www.w3.org/TR/css-gcpm-3/#b2862018", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-b2862018", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-b2862018", + "https://www.w3.org/TR/css-gcpm-3/#infopanel-for-b2862018", + "https://www.w3.org/TR/css-gcpm-3/#infopaneltitle-for-b2862018", "https://www.w3.org/TR/css-gcpm-3/#references", "https://www.w3.org/TR/css-gcpm-3/#normative", - "https://www.w3.org/TR/css-gcpm-3/#rfc2119", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css-position-3", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css-values-3", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css-values-4", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css-values-5", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css21", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css22", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css3-content", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css3list", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css3page", + "https://www.w3.org/TR/css-gcpm-3/#biblio-css3syn", + "https://www.w3.org/TR/css-gcpm-3/#biblio-rfc2119", "https://www.w3.org/TR/css-gcpm-3/#informative", - "https://www.w3.org/TR/css-gcpm-3/#css21", - "https://www.w3.org/TR/css-gcpm-3/#css3list", - "https://www.w3.org/TR/css-gcpm-3/#css3page", - "https://www.w3.org/TR/css-gcpm-3/#css3syn", - "https://www.w3.org/TR/css-gcpm-3/#css3val", - "https://www.w3.org/TR/css-gcpm-3/#dpub-latinreq", - "https://www.w3.org/TR/css-gcpm-3/#index", + "https://www.w3.org/TR/css-gcpm-3/#biblio-dpub-latinreq", "https://www.w3.org/TR/css-gcpm-3/#property-index", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-footnote-display%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-footnote-policy%E2%91%A2", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-running", + "https://www.w3.org/TR/css-gcpm-3/#ref-for-propdef-string-set%E2%91%A3", "https://www.w3.org/TR/css-gcpm-3/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/generic-sensor.json b/tr/ids/generic-sensor.json index fb941ea9aab8..a0b480b7db2a 100644 --- a/tr/ids/generic-sensor.json +++ b/tr/ids/generic-sensor.json @@ -1292,27 +1292,6 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-map-set%E2%91%A3", "https://www.w3.org/TR/generic-sensor/#ref-for-map-set%E2%91%A4", "https://www.w3.org/TR/generic-sensor/#ref-for-map-set%E2%91%A5", - "https://www.w3.org/TR/generic-sensor/#parse-quaternion-reading", - "https://www.w3.org/TR/generic-sensor/#ref-for-parse-quaternion-reading", - "https://www.w3.org/TR/generic-sensor/#infopanel-for-parse-quaternion-reading", - "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-parse-quaternion-reading", - "https://www.w3.org/TR/generic-sensor/#infopanel-for-parse-quaternion-reading", - "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-parse-quaternion-reading", - "https://www.w3.org/TR/generic-sensor/#ref-for-sec-object-objects%E2%91%A6", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-getting-properties%E2%91%A5", - "https://www.w3.org/TR/generic-sensor/#ref-for-sec-array-objects", - "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-getting-properties%E2%91%A6", - "https://www.w3.org/TR/generic-sensor/#ref-for-sec-number-objects%E2%91%A8", - "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-getting-properties%E2%91%A7", - "https://www.w3.org/TR/generic-sensor/#ref-for-sec-number-objects%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-getting-properties%E2%91%A8", - "https://www.w3.org/TR/generic-sensor/#ref-for-sec-number-objects%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-getting-properties%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/generic-sensor/#ref-for-sec-number-objects%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/generic-sensor/#ref-for-map-set%E2%91%A6", - "https://www.w3.org/TR/generic-sensor/#ref-for-list", "https://www.w3.org/TR/generic-sensor/#delete-virtual-sensor-command", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-extension-command-uri-template%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-extension-commands%E2%91%A5", @@ -1349,7 +1328,7 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-low-level%E2%91%A6", "https://www.w3.org/TR/generic-sensor/#ref-for-extension-specification%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/generic-sensor/#ref-for-calibration%E2%91%A0", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/generic-sensor/#ref-for-extension-specification%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-local-coordinate-system%E2%91%A3", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-type%E2%91%A3%E2%91%A1", @@ -1367,11 +1346,11 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-concept-platform-sensor%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/generic-sensor/#ref-for-concept-platform-sensor%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#unit", "https://www.w3.org/TR/generic-sensor/#ref-for-extension-specification%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#high-vs-low-level", "https://www.w3.org/TR/generic-sensor/#ref-for-high-level%E2%91%A8", "https://www.w3.org/TR/generic-sensor/#ref-for-high-level%E2%91%A0%E2%93%AA", @@ -1383,7 +1362,7 @@ "https://www.w3.org/TR/generic-sensor/#multiple-sensors", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-type%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-concept-event-listener%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-type%E2%91%A3%E2%91%A3", @@ -1421,7 +1400,7 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-extension-sensor-interface%E2%91%A5", "https://www.w3.org/TR/generic-sensor/#ref-for-extension-sensor-interface%E2%91%A6", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-attribute%E2%91%A2", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-read-only", "https://www.w3.org/TR/generic-sensor/#ref-for-get-value-from-latest-reading%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-attribute%E2%91%A3", @@ -1456,7 +1435,7 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-type%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#ref-for-extension-sensor-interface%E2%91%A7", "https://www.w3.org/TR/generic-sensor/#ref-for-virtual-sensor-type%E2%91%A4", - "https://www.w3.org/TR/generic-sensor/#ref-for-sec-object-objects%E2%91%A7", + "https://www.w3.org/TR/generic-sensor/#ref-for-sec-object-objects%E2%91%A6", "https://www.w3.org/TR/generic-sensor/#ref-for-parse-single-value-number-reading%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-per-type-virtual-sensor-metadata%E2%91%A6", "https://www.w3.org/TR/generic-sensor/#ref-for-ordered-map%E2%91%A8", @@ -1465,7 +1444,7 @@ "https://www.w3.org/TR/generic-sensor/#permission-api", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-type%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-name%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-permissiondescriptor", "https://www.w3.org/TR/generic-sensor/#ref-for-low-level%E2%91%A0%E2%91%A1", @@ -1474,7 +1453,7 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-fusion%E2%91%A8", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-request-permission-to-use%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-low-level%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-request-permission-to-use%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-request-permission-to-use%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-permissiondescriptor%E2%91%A0", @@ -1490,7 +1469,7 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-policy-controlled-feature-default-allowlist", "https://www.w3.org/TR/generic-sensor/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-feature-names%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#ref-for-ordered-set%E2%91%A8", "https://www.w3.org/TR/generic-sensor/#ref-for-policy-controlled-feature%E2%91%A4", @@ -1559,11 +1538,6 @@ "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-5fd23811", "https://www.w3.org/TR/generic-sensor/#infopanel-for-5fd23811", "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-5fd23811", - "https://www.w3.org/TR/generic-sensor/#f426b2a9", - "https://www.w3.org/TR/generic-sensor/#infopanel-for-f426b2a9", - "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-f426b2a9", - "https://www.w3.org/TR/generic-sensor/#infopanel-for-f426b2a9", - "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-f426b2a9", "https://www.w3.org/TR/generic-sensor/#54ca6d3b", "https://www.w3.org/TR/generic-sensor/#infopanel-for-54ca6d3b", "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-54ca6d3b", @@ -1834,11 +1808,6 @@ "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-31db57e6", "https://www.w3.org/TR/generic-sensor/#infopanel-for-31db57e6", "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-31db57e6", - "https://www.w3.org/TR/generic-sensor/#649608b9", - "https://www.w3.org/TR/generic-sensor/#infopanel-for-649608b9", - "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-649608b9", - "https://www.w3.org/TR/generic-sensor/#infopanel-for-649608b9", - "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-649608b9", "https://www.w3.org/TR/generic-sensor/#3fca5a9e", "https://www.w3.org/TR/generic-sensor/#infopanel-for-3fca5a9e", "https://www.w3.org/TR/generic-sensor/#infopaneltitle-for-3fca5a9e", diff --git a/tr/ids/rdf12-semantics.json b/tr/ids/rdf12-semantics.json index 778fad8de90f..6b05703c7e25 100644 --- a/tr/ids/rdf12-semantics.json +++ b/tr/ids/rdf12-semantics.json @@ -323,6 +323,7 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-16", "https://www.w3.org/TR/rdf12-semantics/#dfn-rdfd1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-ill-typed-7", + "https://www.w3.org/TR/rdf12-semantics/#dfn-rdfd1a", "https://www.w3.org/TR/rdf12-semantics/#dfn-rdfd2", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-value-space-3", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-unsatisfiable-4", @@ -405,6 +406,7 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdfs2-1", "https://www.w3.org/TR/rdf12-semantics/#dfn-generalized-rdf-rdfs-closure", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-grdfd1-2", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdfd1a-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdfd2-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdfs1-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdfs13-1", @@ -478,6 +480,7 @@ "https://www.w3.org/TR/rdf12-semantics/#e-acknowledgments", "https://www.w3.org/TR/rdf12-semantics/#ChangeLog-12", "https://www.w3.org/TR/rdf12-semantics/#f-substantive-changes-since-rdf-1-1", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdfd1a-2", "https://www.w3.org/TR/rdf12-semantics/#index", "https://www.w3.org/TR/rdf12-semantics/#g-index", "https://www.w3.org/TR/rdf12-semantics/#index-defined-here", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index 5a942934c6fc..6d20d6ba755d 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -1030,6 +1030,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpu%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-window", "https://www.w3.org/TR/webgpu/#ref-for-dedicatedworkerglobalscope", + "https://www.w3.org/TR/webgpu/#ref-for-serviceworkerglobalscope", "https://www.w3.org/TR/webgpu/#ref-for-navigator", "https://www.w3.org/TR/webgpu/#ref-for-workernavigator", "https://www.w3.org/TR/webgpu/#navigatorgpu", @@ -9636,6 +9637,7 @@ "https://www.w3.org/TR/webgpu/#0204d188", "https://www.w3.org/TR/webgpu/#ceacaa1c", "https://www.w3.org/TR/webgpu/#6bff5e92", + "https://www.w3.org/TR/webgpu/#e0498b8f", "https://www.w3.org/TR/webgpu/#cb149485", "https://www.w3.org/TR/webgpu/#99f61772", "https://www.w3.org/TR/webgpu/#33fdae27", @@ -9740,6 +9742,7 @@ "https://www.w3.org/TR/webgpu/#biblio-html", "https://www.w3.org/TR/webgpu/#biblio-infra", "https://www.w3.org/TR/webgpu/#biblio-rfc2119", + "https://www.w3.org/TR/webgpu/#biblio-service-workers", "https://www.w3.org/TR/webgpu/#biblio-webcodecs", "https://www.w3.org/TR/webgpu/#biblio-webgl-1", "https://www.w3.org/TR/webgpu/#biblio-webidl", diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json index e318841e67a7..1126e0d62757 100644 --- a/tr/ids/webnn.json +++ b/tr/ids/webnn.json @@ -226,13 +226,13 @@ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-gpudevice%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot", - "https://www.w3.org/TR/webnn/#ref-for-webgpu-context", + "https://www.w3.org/TR/webnn/#ref-for-context-type-webgpu", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-devicetype-slot", "https://www.w3.org/TR/webnn/#ref-for-device-type-gpu", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-powerpreference-slot", "https://www.w3.org/TR/webnn/#ref-for-power-preference-default", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-default-context", + "https://www.w3.org/TR/webnn/#ref-for-context-type-default", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontextoptions-devicetype", "https://www.w3.org/TR/webnn/#ref-for-map-exists", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-devicetype-slot%E2%91%A0", @@ -513,16 +513,16 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-context-type", "https://www.w3.org/TR/webnn/#infopanel-for-context-type", "https://www.w3.org/TR/webnn/#infopaneltitle-for-context-type", - "https://www.w3.org/TR/webnn/#default-context", - "https://www.w3.org/TR/webnn/#infopanel-for-default-context", - "https://www.w3.org/TR/webnn/#infopaneltitle-for-default-context", - "https://www.w3.org/TR/webnn/#infopanel-for-default-context", - "https://www.w3.org/TR/webnn/#infopaneltitle-for-default-context", - "https://www.w3.org/TR/webnn/#webgpu-context", - "https://www.w3.org/TR/webnn/#infopanel-for-webgpu-context", - "https://www.w3.org/TR/webnn/#infopaneltitle-for-webgpu-context", - "https://www.w3.org/TR/webnn/#infopanel-for-webgpu-context", - "https://www.w3.org/TR/webnn/#infopaneltitle-for-webgpu-context", + "https://www.w3.org/TR/webnn/#context-type-default", + "https://www.w3.org/TR/webnn/#infopanel-for-context-type-default", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-context-type-default", + "https://www.w3.org/TR/webnn/#infopanel-for-context-type-default", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-context-type-default", + "https://www.w3.org/TR/webnn/#context-type-webgpu", + "https://www.w3.org/TR/webnn/#infopanel-for-context-type-webgpu", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-context-type-webgpu", + "https://www.w3.org/TR/webnn/#infopanel-for-context-type-webgpu", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-context-type-webgpu", "https://www.w3.org/TR/webnn/#device-type", "https://www.w3.org/TR/webnn/#infopanel-for-device-type", "https://www.w3.org/TR/webnn/#infopaneltitle-for-device-type", @@ -599,7 +599,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-power-preference%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-default-context%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-context-type-default%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontextoptions-devicetype%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-device-type-gpu%E2%91%A0", @@ -612,8 +612,8 @@ "https://www.w3.org/TR/webnn/#infopanel-for-validate-mlcontext", "https://www.w3.org/TR/webnn/#infopaneltitle-for-validate-mlcontext", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-webgpu-context%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-default-context%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-context-type-webgpu%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-context-type-default%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-devicetype-slot%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-device-type-cpu%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-device-type-gpu%E2%91%A1", @@ -652,7 +652,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-computesync", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-default-context%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-context-type-default%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", @@ -784,7 +784,7 @@ "https://www.w3.org/TR/webnn/#ref-for-in-parallel%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-default-context%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-context-type-default%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0", @@ -952,7 +952,7 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-buildsync%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-default-context%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-context-type-default%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlbufferresourceview%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlbufferresourceview-resource", diff --git a/tr/ids/webrtc-stats.json b/tr/ids/webrtc-stats.json index e090f860fff6..4dca3db6d5cf 100644 --- a/tr/ids/webrtc-stats.json +++ b/tr/ids/webrtc-stats.json @@ -1335,7 +1335,6 @@ "https://www.w3.org/TR/webrtc-stats/#bib-iana-media-types", "https://www.w3.org/TR/webrtc-stats/#bib-iana-tls-ciphers", "https://www.w3.org/TR/webrtc-stats/#bib-infra", - "https://www.w3.org/TR/webrtc-stats/#bib-jsep", "https://www.w3.org/TR/webrtc-stats/#bib-rfc2119", "https://www.w3.org/TR/webrtc-stats/#bib-rfc3550", "https://www.w3.org/TR/webrtc-stats/#bib-rfc3611", @@ -1355,6 +1354,7 @@ "https://www.w3.org/TR/webrtc-stats/#bib-rfc7656", "https://www.w3.org/TR/webrtc-stats/#bib-rfc7675", "https://www.w3.org/TR/webrtc-stats/#bib-rfc8174", + "https://www.w3.org/TR/webrtc-stats/#bib-rfc8829", "https://www.w3.org/TR/webrtc-stats/#bib-stun-path-char", "https://www.w3.org/TR/webrtc-stats/#bib-webidl", "https://www.w3.org/TR/webrtc-stats/#bib-webrtc", diff --git a/tr/index.json b/tr/index.json index 5f8e0f48a6fd..a3e36b28529d 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-01-25T01:26:59.284Z", + "date": "2024-01-26T01:23:30.299Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -661,7 +661,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "25 January 2024" + "date": "26 January 2024" }, { "url": "https://www.w3.org/TR/accelerometer/", @@ -4279,10 +4279,13 @@ ], "crawled": "https://www.w3.org/TR/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Mon, 02 Oct 2017 11:17:17 GMT" + "lastModified": "Mon, 22 Jan 2024 15:36:52 GMT" }, - "date": "13 May 2014", + "generator": "bikeshed", + "date": "25 January 2024", + "revision": "6cfb562b990d983fe20d6be1062cb7c474ee9af6", "links": "links/css-gcpm-3.json", + "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", "dfns": "dfns/css-gcpm-3.json", "headings": "headings/css-gcpm-3.json", @@ -9556,11 +9559,11 @@ ], "crawled": "https://www.w3.org/TR/generic-sensor/", "crawlCacheInfo": { - "lastModified": "Wed, 22 Nov 2023 15:55:31 GMT" + "lastModified": "Thu, 25 Jan 2024 21:38:06 GMT" }, "generator": "bikeshed", - "date": "22 November 2023", - "revision": "22dce6bfde70930eb2d490be39a6de63839f97f9", + "date": "25 January 2024", + "revision": "1e4015653fcfac6b0f8e98dfc43a502cab35c3af", "links": "links/generic-sensor.json", "refs": "refs/generic-sensor.json", "events": "events/generic-sensor.json", @@ -14118,10 +14121,11 @@ ], "crawled": "https://www.w3.org/TR/rdf12-semantics/", "crawlCacheInfo": { - "lastModified": "Fri, 22 Sep 2023 20:22:00 GMT" + "lastModified": "Thu, 25 Jan 2024 17:37:32 GMT" }, "generator": "respec", - "date": "22 September 2023", + "date": "25 January 2024", + "revision": "65a1f76c1c1acf1c993f3cafc8b57ccc1c0ebe51", "links": "links/rdf12-semantics.json", "refs": "refs/rdf12-semantics.json", "dfns": "dfns/rdf12-semantics.json", @@ -18737,11 +18741,11 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Wed, 24 Jan 2024 22:52:41 GMT" + "lastModified": "Thu, 25 Jan 2024 21:08:01 GMT" }, "generator": "bikeshed", - "date": "24 January 2024", - "revision": "7cb18d2a1d4f8b60016a43f23ebbe898b1617d69", + "date": "25 January 2024", + "revision": "584375a7e1fb4a895faaebe2ae618c8ae7f04ac2", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "events": "events/webgpu.json", @@ -18864,11 +18868,11 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "crawlCacheInfo": { - "lastModified": "Tue, 23 Jan 2024 06:05:04 GMT" + "lastModified": "Thu, 25 Jan 2024 14:51:46 GMT" }, "generator": "bikeshed", - "date": "23 January 2024", - "revision": "120e69753b21d52691a8ae2dad97ae256b379060", + "date": "25 January 2024", + "revision": "77737944fe02aff1f1e0f9590e783af786471e65", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", @@ -19116,11 +19120,11 @@ ], "crawled": "https://www.w3.org/TR/webrtc-stats/", "crawlCacheInfo": { - "lastModified": "Thu, 11 Jan 2024 15:44:35 GMT" + "lastModified": "Thu, 25 Jan 2024 15:29:49 GMT" }, "generator": "respec", - "date": "11 January 2024", - "revision": "12c9dd369ae6cbeb1e9f3060e2a5cdc1c2ceb8fb", + "date": "25 January 2024", + "revision": "fdffc88b9fb0a367c5f0395d6a34a8e2e6e4f9e4", "links": "links/webrtc-stats.json", "refs": "refs/webrtc-stats.json", "idl": "idl/webrtc-stats.idl", diff --git a/tr/links/css-gcpm-3.json b/tr/links/css-gcpm-3.json index c7eb99ad83fa..665863f249b0 100644 --- a/tr/links/css-gcpm-3.json +++ b/tr/links/css-gcpm-3.json @@ -4,106 +4,119 @@ "url": "https://www.w3.org/TR/css-gcpm-3/" }, "links": { + "http://books.ideas.whatwg.org/": {}, "http://books.spec.whatwg.org/": { "anchors": [ "spatial-layout-of-pages;-@layout", "selecting-columns" ] }, - "http://dev.w3.org/csswg/css-break/": { + "http://w3c.github.io/dpub-pagination/index.html": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://drafts.csswg.org/css-break/": { "anchors": [ "widows-orphans" - ] - }, - "http://dev.w3.org/csswg/css-color/": { - "anchors": [ - "cmyk-colors" - ] + ], + "specShortname": "css-break-3" }, - "http://dev.w3.org/csswg/css-content-3/": { + "https://drafts.csswg.org/css-color-5/": { "anchors": [ - "ltcontent-listgt", - "content" - ] + "device-cmyk" + ], + "specShortname": "css-color-5" }, - "http://dev.w3.org/csswg/css-counter-styles-3/": { + "https://drafts.csswg.org/css-counter-styles-3/": { "anchors": [ - "counter-style", - "typedef-counter-style" - ] + "counter-style" + ], + "specShortname": "css-counter-styles-3" }, - "http://dev.w3.org/csswg/css-lists/": { + "https://drafts.csswg.org/css-lists/": { "anchors": [ "counter" - ] + ], + "specShortname": "css-lists-3" }, - "http://dev.w3.org/csswg/css-overflow-3/": { + "https://drafts.csswg.org/css-overflow-3/": { "anchors": [ - "paginated-overflow" - ] + "overflow-concepts" + ], + "specShortname": "css-overflow-3" }, - "http://dev.w3.org/csswg/css-page-3/": { + "https://drafts.csswg.org/css-overflow-4/": { "anchors": [ - "propdef-page" - ] + "overflow-concepts" + ], + "specShortname": "css-overflow-4" + }, + "https://drafts.csswg.org/css-page-floats/": { + "specShortname": "css-page-floats-3" }, - "http://dev.w3.org/csswg/css-page-floats/": {}, - "http://dev.w3.org/csswg/css-page/": { + "https://drafts.csswg.org/css-page/": { "anchors": [ "page-area", "page-context", "marks", "blank-pseudo" - ] + ], + "specShortname": "css-page-3" }, - "http://dev.w3.org/csswg/css-position-3/": { + "https://drafts.csswg.org/css-syntax/": { "anchors": [ - "position" - ] + "anb" + ], + "specShortname": "css-syntax-3" }, - "http://dev.w3.org/csswg/css-syntax/": { + "https://drafts.csswg.org/css-values-5/": { "anchors": [ - "anb" - ] + "funcdef-attr" + ], + "specShortname": "css-values-5" }, - "http://dev.w3.org/csswg/css-values-3/": { + "https://drafts.csswg.org/css2/": { "anchors": [ - "identifier-value", - "string-value", - "url-value" + "propdef-float" + ], + "specShortname": "CSS22" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/3524": {}, + "https://hg.csswg.org/drafts/raw-file/6a5c44d11c2b/css-gcpm/Overview.html": {}, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://www.w3.org/2023/Process-20231103/": { + "anchors": [ + "recs-and-notes" ] }, - "http://lists.w3.org/Archives/Public/public-css-testsuite": {}, - "http://lists.w3.org/Archives/Public/www-style/": {}, - "http://w3c.github.io/dpub-pagination/index.html": {}, - "http://www.ietf.org/rfc/rfc2119.txt": {}, - "http://www.w3.org/2004/01/pp-impl/32061/status": {}, - "http://www.w3.org/Consortium/Patent-Policy-20040205/": { + "https://www.w3.org/Consortium/Patent-Policy-20200915/": { "anchors": [ "def-essential", "sec-Disclosure" ] }, - "http://www.w3.org/Mail/Request": {}, - "http://www.w3.org/Style/": {}, - "http://www.w3.org/Style/CSS/Test/": {}, - "http://www.w3.org/Style/CSS/members": {}, - "http://www.w3.org/TR/": {}, - "http://www.w3.org/TR/2011/REC-CSS2-20110607": {}, - "http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/": {}, - "http://www.w3.org/TR/2011/WD-css3-lists-20110524": {}, - "http://www.w3.org/TR/2013/CR-css3-values-20130730/": {}, - "http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/": {}, - "http://www.w3.org/TR/2013/WD-css3-page-20130314/": {}, - "http://www.w3.org/TR/2014/WD-dpub-latinreq-20140313/": { + "https://www.w3.org/Style/CSS/Test/": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2011/WD-css3-gcpm-20111129/": {}, + "https://www.w3.org/TR/2014/WD-css-gcpm-3-20140513/": {}, + "https://www.w3.org/TR/CSS/": { "anchors": [ - "footnotes" + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/about.html": { + "anchors": [ + "property-defs" ] }, - "http://www.w3.org/TR/CSS/": { - "specShortname": "CSS22" + "https://www.w3.org/TR/CSS21/": { + "specShortname": "CSS2" }, - "http://www.w3.org/TR/CSS21/conform.html": { + "https://www.w3.org/TR/CSS21/conform.html": { "anchors": [ "style-sheet", "user-agent", @@ -111,31 +124,114 @@ ], "specShortname": "CSS2" }, - "http://www.w3.org/TR/CSS21/syndata.html": { + "https://www.w3.org/TR/CSS21/syndata.html": { "anchors": [ "strings", - "counter", - "vendor-keywords" + "counter" ], "specShortname": "CSS2" }, - "http://www.w3.org/TR/CSS21/visudet.html": { + "https://www.w3.org/TR/CSS21/visudet.html": { "anchors": [ "propdef-max-height" ], "specShortname": "CSS2" }, - "http://www.w3.org/TR/CSS21/visuren.html": { + "https://www.w3.org/TR/CSS22/": { + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/css-cascade/": { "anchors": [ - "propdef-float" + "initial-values", + "applies-to", + "inherited-property", + "computed" ], - "specShortname": "CSS2" + "specShortname": "css-cascade-4" }, - "http://www.w3.org/TR/css3-selectors/": { + "https://www.w3.org/TR/css-content-3/": { + "anchors": [ + "funcdef-string", + "propdef-content", + "propdef-bookmark-level", + "propdef-bookmark-label" + ], + "specShortname": "css-content-3" + }, + "https://www.w3.org/TR/css-lists-3/": { + "anchors": [ + "funcdef-counter", + "funcdef-counters" + ], + "specShortname": "css-lists-3" + }, + "https://www.w3.org/TR/css-page-3/": { + "anchors": [ + "propdef-page" + ], + "specShortname": "css-page-3" + }, + "https://www.w3.org/TR/css-position-3/": { + "anchors": [ + "propdef-position" + ], + "specShortname": "css-position-3" + }, + "https://www.w3.org/TR/css-syntax-3/": { + "anchors": [ + "anb-production" + ], + "specShortname": "css-syntax-3" + }, + "https://www.w3.org/TR/css-values-3/": { + "anchors": [ + "value-defs" + ], + "specShortname": "css-values-3" + }, + "https://www.w3.org/TR/css-values-4/": { + "anchors": [ + "css-wide-keywords", + "identifier-value", + "mult-comma", + "comb-one", + "string-value", + "mult-one-plus", + "comb-comma", + "mult-opt" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/css-values/": { + "anchors": [ + "value-defs", + "percentages" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/css3-selectors/": { "anchors": [ "first-letter" ] }, - "https://dvcs.w3.org/hg/csswg/raw-file/6a5c44d11c2b/css-gcpm/Overview.html": {} + "https://www.w3.org/TR/cssom/": { + "anchors": [ + "serializing-css-values" + ], + "specShortname": "cssom-1" + }, + "https://www.w3.org/TR/dpub-latinreq/": { + "anchors": [ + "footnotes" + ] + }, + "https://www.w3.org/TR/web-animations/": { + "anchors": [ + "animation-type" + ], + "specShortname": "web-animations-1" + }, + "https://www.w3.org/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} } } \ No newline at end of file diff --git a/tr/links/generic-sensor.json b/tr/links/generic-sensor.json index 116057a1b45d..c0eac9a1c9e9 100644 --- a/tr/links/generic-sensor.json +++ b/tr/links/generic-sensor.json @@ -121,7 +121,6 @@ "struct", "struct-item", "string", - "list", "map-remove" ], "specShortname": "infra" @@ -138,12 +137,6 @@ ], "specShortname": "ecmascript" }, - "https://tc39.es/ecma262/multipage/indexed-collections.html": { - "anchors": [ - "sec-array-objects" - ], - "specShortname": "ecmascript" - }, "https://tc39.es/ecma262/multipage/numbers-and-dates.html": { "anchors": [ "sec-number-objects" diff --git a/tr/links/rdf12-semantics.json b/tr/links/rdf12-semantics.json index b03b2eaef4c7..62bbdda50594 100644 --- a/tr/links/rdf12-semantics.json +++ b/tr/links/rdf12-semantics.json @@ -17,7 +17,7 @@ "https://www.iso.org/standard/66249.html": {}, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.w3.org/2023/Process-20230612/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ "recs-and-notes" ] diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json index b0ba654c147a..532e4b0e887e 100644 --- a/tr/links/webgpu.json +++ b/tr/links/webgpu.json @@ -304,6 +304,12 @@ ], "specShortname": "i18n-glossary" }, + "https://www.w3.org/TR/service-workers/": { + "anchors": [ + "serviceworkerglobalscope" + ], + "specShortname": "service-workers" + }, "https://www.w3.org/TR/webcodecs/": { "anchors": [ "videoframe", diff --git a/tr/links/webrtc-stats.json b/tr/links/webrtc-stats.json index c00e64534040..f1bbd0059585 100644 --- a/tr/links/webrtc-stats.json +++ b/tr/links/webrtc-stats.json @@ -94,7 +94,11 @@ "https://www.rfc-editor.org/rfc/rfc7656": {}, "https://www.rfc-editor.org/rfc/rfc7675": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.rfc-editor.org/rfc/rfc8829": {}, + "https://www.rfc-editor.org/rfc/rfc8829": { + "anchors": [ + "section-5.8" + ] + }, "https://www.w3.org/2023/Process-20231103/": { "anchors": [ "recs-and-notes" diff --git a/tr/refs/css-gcpm-3.json b/tr/refs/css-gcpm-3.json new file mode 100644 index 000000000000..70f06b871706 --- /dev/null +++ b/tr/refs/css-gcpm-3.json @@ -0,0 +1,60 @@ +{ + "spec": { + "title": "CSS Generated Content for Paged Media Module", + "url": "https://www.w3.org/TR/css-gcpm-3/" + }, + "refs": { + "normative": [ + { + "name": "CSS-POSITION-3", + "url": "https://www.w3.org/TR/css-position-3/" + }, + { + "name": "CSS-VALUES-3", + "url": "https://www.w3.org/TR/css-values-3/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://www.w3.org/TR/css-values-4/" + }, + { + "name": "CSS-VALUES-5", + "url": "https://drafts.csswg.org/css-values-5/" + }, + { + "name": "CSS21", + "url": "https://www.w3.org/TR/CSS21/" + }, + { + "name": "CSS22", + "url": "https://www.w3.org/TR/CSS22/" + }, + { + "name": "CSS3-CONTENT", + "url": "https://www.w3.org/TR/css-content-3/" + }, + { + "name": "CSS3LIST", + "url": "https://www.w3.org/TR/css-lists-3/" + }, + { + "name": "CSS3PAGE", + "url": "https://www.w3.org/TR/css-page-3/" + }, + { + "name": "CSS3SYN", + "url": "https://www.w3.org/TR/css-syntax-3/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + } + ], + "informative": [ + { + "name": "DPUB-LATINREQ", + "url": "https://www.w3.org/TR/dpub-latinreq/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/webgpu.json b/tr/refs/webgpu.json index a2821ea724a7..3020cf520a7c 100644 --- a/tr/refs/webgpu.json +++ b/tr/refs/webgpu.json @@ -29,6 +29,10 @@ "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, + { + "name": "SERVICE-WORKERS", + "url": "https://www.w3.org/TR/service-workers/" + }, { "name": "WEBCODECS", "url": "https://www.w3.org/TR/webcodecs/" diff --git a/tr/refs/webrtc-stats.json b/tr/refs/webrtc-stats.json index 04cad4929319..8bdafd2e554b 100644 --- a/tr/refs/webrtc-stats.json +++ b/tr/refs/webrtc-stats.json @@ -37,10 +37,6 @@ "name": "infra", "url": "https://infra.spec.whatwg.org/" }, - { - "name": "JSEP", - "url": "https://www.rfc-editor.org/rfc/rfc8829" - }, { "name": "RFC2119", "url": "https://www.rfc-editor.org/rfc/rfc2119" @@ -117,6 +113,10 @@ "name": "RFC8174", "url": "https://www.rfc-editor.org/rfc/rfc8174" }, + { + "name": "RFC8829", + "url": "https://www.rfc-editor.org/rfc/rfc8829" + }, { "name": "STUN-PATH-CHAR", "url": "https://datatracker.ietf.org/doc/html/draft-reddy-tram-stun-path-data"