diff --git a/tr/dfns/WGSL.json b/tr/dfns/WGSL.json index 643c18327a32..85a608d8499c 100644 --- a/tr/dfns/WGSL.json +++ b/tr/dfns/WGSL.json @@ -10560,6 +10560,60 @@ }, "definedIn": "prose" }, + { + "id": "group_count_x", + "href": "https://www.w3.org/TR/WGSL/#group_count_x", + "linkingText": [ + "group_count_x" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/WGSL/#title", + "title": "WebGPU Shading Language" + }, + "definedIn": "prose" + }, + { + "id": "group_count_y", + "href": "https://www.w3.org/TR/WGSL/#group_count_y", + "linkingText": [ + "group_count_y" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/WGSL/#title", + "title": "WebGPU Shading Language" + }, + "definedIn": "prose" + }, + { + "id": "group_count_z", + "href": "https://www.w3.org/TR/WGSL/#group_count_z", + "linkingText": [ + "group_count_z" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/WGSL/#title", + "title": "WebGPU Shading Language" + }, + "definedIn": "prose" + }, { "id": "compute-shader-grid", "href": "https://www.w3.org/TR/WGSL/#compute-shader-grid", diff --git a/tr/dfns/badging.json b/tr/dfns/badging.json new file mode 100644 index 000000000000..e161764b1fb6 --- /dev/null +++ b/tr/dfns/badging.json @@ -0,0 +1,242 @@ +{ + "spec": { + "title": "Badging API", + "url": "https://www.w3.org/TR/badging/" + }, + "dfns": [ + { + "id": "dfn-badge", + "href": "https://www.w3.org/TR/badging/#dfn-badge", + "linkingText": [ + "badge" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "model", + "href": "https://www.w3.org/TR/badging/#model", + "title": "Model", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-values", + "href": "https://www.w3.org/TR/badging/#dfn-values", + "linkingText": [ + "values" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "badge" + ], + "access": "private", + "informative": false, + "heading": { + "id": "model", + "href": "https://www.w3.org/TR/badging/#model", + "title": "Model", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-nothing", + "href": "https://www.w3.org/TR/badging/#dfn-nothing", + "linkingText": [ + "\"nothing\"" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "model", + "href": "https://www.w3.org/TR/badging/#model", + "title": "Model", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-flag", + "href": "https://www.w3.org/TR/badging/#dfn-flag", + "linkingText": [ + "\"flag\"" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "model", + "href": "https://www.w3.org/TR/badging/#model", + "title": "Model", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-number", + "href": "https://www.w3.org/TR/badging/#dfn-number", + "linkingText": [ + "number" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "model", + "href": "https://www.w3.org/TR/badging/#model", + "title": "Model", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-setting", + "href": "https://www.w3.org/TR/badging/#dfn-setting", + "linkingText": [ + "setting", + "set" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "badge" + ], + "access": "private", + "informative": false, + "heading": { + "id": "presentation", + "href": "https://www.w3.org/TR/badging/#presentation", + "title": "Displaying a badge", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-clear", + "href": "https://www.w3.org/TR/badging/#dfn-clear", + "linkingText": [ + "clear", + "clearing", + "cleared" + ], + "localLinkingText": [ + "clearing", + "cleared" + ], + "type": "dfn", + "for": [ + "badge" + ], + "access": "private", + "informative": false, + "heading": { + "id": "presentation", + "href": "https://www.w3.org/TR/badging/#presentation", + "title": "Displaying a badge", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "dom-navigatorbadge", + "href": "https://www.w3.org/TR/badging/#dom-navigatorbadge", + "linkingText": [ + "NavigatorBadge" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "extensions-to-the-navigator-and-workernavigator-interfaces", + "href": "https://www.w3.org/TR/badging/#extensions-to-the-navigator-and-workernavigator-interfaces", + "title": "Extensions to the Navigator and WorkerNavigator interfaces", + "number": "4" + }, + "definedIn": "pre" + }, + { + "id": "dom-navigatorbadge-setappbadge", + "href": "https://www.w3.org/TR/badging/#dom-navigatorbadge-setappbadge", + "linkingText": [ + "setAppBadge()", + "setAppBadge(contents)" + ], + "localLinkingText": [ + "NavigatorBadge.setAppBadge", + "NavigatorBadge.setAppBadge()", + "setAppBadge" + ], + "type": "method", + "for": [ + "NavigatorBadge" + ], + "access": "public", + "informative": false, + "heading": { + "id": "setappbadge-method", + "href": "https://www.w3.org/TR/badging/#setappbadge-method", + "title": "setAppBadge() method", + "number": "4.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-navigatorbadge-clearappbadge", + "href": "https://www.w3.org/TR/badging/#dom-navigatorbadge-clearappbadge", + "linkingText": [ + "clearAppBadge()" + ], + "localLinkingText": [ + "NavigatorBadge.clearAppBadge", + "NavigatorBadge.clearAppBadge()", + "clearAppBadge" + ], + "type": "method", + "for": [ + "NavigatorBadge" + ], + "access": "public", + "informative": false, + "heading": { + "id": "clearappbadge-method", + "href": "https://www.w3.org/TR/badging/#clearappbadge-method", + "title": "clearAppBadge() method", + "number": "4.2" + }, + "definedIn": "heading" + }, + { + "id": "dfn-set-the-application-badge", + "href": "https://www.w3.org/TR/badging/#dfn-set-the-application-badge", + "linkingText": [ + "set the application badge" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "setting-the-application-badge", + "href": "https://www.w3.org/TR/badging/#setting-the-application-badge", + "title": "Setting the application badge", + "number": "5" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/headings/badging.json b/tr/headings/badging.json new file mode 100644 index 000000000000..1284b834ad4a --- /dev/null +++ b/tr/headings/badging.json @@ -0,0 +1,111 @@ +{ + "spec": { + "title": "Badging API", + "url": "https://www.w3.org/TR/badging/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/badging/#title", + "level": 1, + "title": "Badging API" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/badging/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "usage-examples", + "href": "https://www.w3.org/TR/badging/#usage-examples", + "level": 2, + "title": "Usage examples", + "number": "1" + }, + { + "id": "model", + "href": "https://www.w3.org/TR/badging/#model", + "level": 2, + "title": "Model", + "number": "2" + }, + { + "id": "presentation", + "href": "https://www.w3.org/TR/badging/#presentation", + "level": 2, + "title": "Displaying a badge", + "number": "3" + }, + { + "id": "extensions-to-the-navigator-and-workernavigator-interfaces", + "href": "https://www.w3.org/TR/badging/#extensions-to-the-navigator-and-workernavigator-interfaces", + "level": 2, + "title": "Extensions to the Navigator and WorkerNavigator interfaces", + "number": "4" + }, + { + "id": "setappbadge-method", + "href": "https://www.w3.org/TR/badging/#setappbadge-method", + "level": 3, + "title": "setAppBadge() method", + "number": "4.1" + }, + { + "id": "clearappbadge-method", + "href": "https://www.w3.org/TR/badging/#clearappbadge-method", + "level": 3, + "title": "clearAppBadge() method", + "number": "4.2" + }, + { + "id": "setting-the-application-badge", + "href": "https://www.w3.org/TR/badging/#setting-the-application-badge", + "level": 2, + "title": "Setting the application badge", + "number": "5" + }, + { + "id": "privacy-considerations", + "href": "https://www.w3.org/TR/badging/#privacy-considerations", + "level": 2, + "title": "Privacy considerations", + "number": "6" + }, + { + "id": "security-considerations", + "href": "https://www.w3.org/TR/badging/#security-considerations", + "level": 2, + "title": "Security considerations", + "number": "7" + }, + { + "id": "accessibility-considerations", + "href": "https://www.w3.org/TR/badging/#accessibility-considerations", + "level": 2, + "title": "Accessibility considerations", + "number": "8" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/badging/#conformance", + "level": 2, + "title": "Conformance", + "number": "9" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/badging/#references", + "level": 2, + "title": "References", + "number": "A" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/badging/#normative-references", + "level": 3, + "title": "Normative references", + "number": "A.1" + } + ] +} \ No newline at end of file diff --git a/tr/idl/badging.idl b/tr/idl/badging.idl new file mode 100644 index 000000000000..c5a9c8fed33d --- /dev/null +++ b/tr/idl/badging.idl @@ -0,0 +1,15 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Badging API (https://www.w3.org/TR/badging/) + +[SecureContext] +interface mixin NavigatorBadge { + Promise setAppBadge( + optional [EnforceRange] unsigned long long contents + ); + Promise clearAppBadge(); +}; + +Navigator includes NavigatorBadge; +WorkerNavigator includes NavigatorBadge; diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index abf350f1115a..dc0cff173968 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -1379,7 +1379,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-memory-view", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A0", - "https://www.w3.org/TR/WGSL/#example-6eb2964b", + "https://www.w3.org/TR/WGSL/#example-workgroup-variables-sized-by-override", "https://www.w3.org/TR/WGSL/#struct-types", "https://www.w3.org/TR/WGSL/#structure", "https://www.w3.org/TR/WGSL/#infopanel-for-structure", @@ -5388,15 +5388,29 @@ "https://www.w3.org/TR/WGSL/#dispatch-size", "https://www.w3.org/TR/WGSL/#infopanel-for-dispatch-size", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-dispatch-size", + "https://www.w3.org/TR/WGSL/#group_count_x", + "https://www.w3.org/TR/WGSL/#infopanel-for-group_count_x", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-group_count_x", + "https://www.w3.org/TR/WGSL/#group_count_y", + "https://www.w3.org/TR/WGSL/#infopanel-for-group_count_y", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-group_count_y", + "https://www.w3.org/TR/WGSL/#group_count_z", + "https://www.w3.org/TR/WGSL/#infopanel-for-group_count_z", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-group_count_z", "https://www.w3.org/TR/WGSL/#compute-shader-grid", "https://www.w3.org/TR/WGSL/#infopanel-for-compute-shader-grid", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-compute-shader-grid", "https://www.w3.org/TR/WGSL/#global-invocation-id", "https://www.w3.org/TR/WGSL/#infopanel-for-global-invocation-id", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-global-invocation-id", + "https://www.w3.org/TR/WGSL/#ref-for-global-invocation-id", "https://www.w3.org/TR/WGSL/#workgroup-id", "https://www.w3.org/TR/WGSL/#infopanel-for-workgroup-id", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-workgroup-id", + "https://www.w3.org/TR/WGSL/#ref-for-local-invocation-id%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-group_count_x", + "https://www.w3.org/TR/WGSL/#ref-for-group_count_y", + "https://www.w3.org/TR/WGSL/#ref-for-group_count_z", "https://www.w3.org/TR/WGSL/#fragment-shaders-helper-invocations", "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A4", @@ -5770,7 +5784,7 @@ "https://www.w3.org/TR/WGSL/#built-in-values-local_invocation_id", "https://www.w3.org/TR/WGSL/#infopanel-for-built-in-values-local_invocation_id", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-built-in-values-local_invocation_id", - "https://www.w3.org/TR/WGSL/#ref-for-local-invocation-id%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-local-invocation-id%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-workgroup-grid%E2%91%A0", "https://www.w3.org/TR/WGSL/#built-in-values-local_invocation_index", "https://www.w3.org/TR/WGSL/#infopanel-for-built-in-values-local_invocation_index", @@ -5780,13 +5794,16 @@ "https://www.w3.org/TR/WGSL/#built-in-values-global_invocation_id", "https://www.w3.org/TR/WGSL/#infopanel-for-built-in-values-global_invocation_id", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-built-in-values-global_invocation_id", - "https://www.w3.org/TR/WGSL/#ref-for-global-invocation-id", + "https://www.w3.org/TR/WGSL/#ref-for-global-invocation-id%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-grid", "https://www.w3.org/TR/WGSL/#built-in-values-workgroup_id", "https://www.w3.org/TR/WGSL/#infopanel-for-built-in-values-workgroup_id", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-built-in-values-workgroup_id", "https://www.w3.org/TR/WGSL/#ref-for-workgroup-id", - "https://www.w3.org/TR/WGSL/#ref-for-workgroup-grid%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-grid%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-group_count_x%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-group_count_y%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-group_count_z%E2%91%A0", "https://www.w3.org/TR/WGSL/#built-in-values-num_workgroups", "https://www.w3.org/TR/WGSL/#infopanel-for-built-in-values-num_workgroups", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-built-in-values-num_workgroups", diff --git a/tr/ids/badging.json b/tr/ids/badging.json new file mode 100644 index 000000000000..f0072b03fc09 --- /dev/null +++ b/tr/ids/badging.json @@ -0,0 +1,124 @@ +{ + "spec": { + "title": "Badging API", + "url": "https://www.w3.org/TR/badging/" + }, + "ids": [ + "https://www.w3.org/TR/badging/#initialUserConfig", + "https://www.w3.org/TR/badging/#toc-nav", + "https://www.w3.org/TR/badging/#toc-jump", + "https://www.w3.org/TR/badging/#toc-toggle", + "https://www.w3.org/TR/badging/#title", + "https://www.w3.org/TR/badging/#w3c-state", + "https://www.w3.org/TR/badging/#abstract", + "https://www.w3.org/TR/badging/#sotd", + "https://www.w3.org/TR/badging/#w3c_process_revision", + "https://www.w3.org/TR/badging/#toc", + "https://www.w3.org/TR/badging/#table-of-contents", + "https://www.w3.org/TR/badging/#usage-examples", + "https://www.w3.org/TR/badging/#x1-usage-examples", + "https://www.w3.org/TR/badging/#example-showing-unread-count-on-the-app-icon", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-1", + "https://www.w3.org/TR/badging/#ref-for-dfn-clear-1", + "https://www.w3.org/TR/badging/#example-showing-ready-status-on-the-app-icon", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-2", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-3", + "https://www.w3.org/TR/badging/#example-checking-for-permission", + "https://www.w3.org/TR/badging/#model", + "https://www.w3.org/TR/badging/#x2-model", + "https://www.w3.org/TR/badging/#dfn-badge", + "https://www.w3.org/TR/badging/#ref-for-dfn-badge-1", + "https://www.w3.org/TR/badging/#dfn-values", + "https://www.w3.org/TR/badging/#dfn-nothing", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-4", + "https://www.w3.org/TR/badging/#dfn-flag", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-5", + "https://www.w3.org/TR/badging/#dfn-number", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-6", + "https://www.w3.org/TR/badging/#ref-for-dfn-badge-2", + "https://www.w3.org/TR/badging/#ref-for-dfn-nothing-1", + "https://www.w3.org/TR/badging/#ref-for-dfn-nothing-2", + "https://www.w3.org/TR/badging/#presentation", + "https://www.w3.org/TR/badging/#x3-displaying-a-badge", + "https://www.w3.org/TR/badging/#dfn-setting", + "https://www.w3.org/TR/badging/#ref-for-dfn-badge-3", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-7", + "https://www.w3.org/TR/badging/#ref-for-dfn-badge-4", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-8", + "https://www.w3.org/TR/badging/#ref-for-dfn-flag-1", + "https://www.w3.org/TR/badging/#ref-for-dfn-badge-5", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-9", + "https://www.w3.org/TR/badging/#ref-for-dfn-nothing-3", + "https://www.w3.org/TR/badging/#dfn-clear", + "https://www.w3.org/TR/badging/#ref-for-dfn-badge-6", + "https://www.w3.org/TR/badging/#ref-for-dfn-badge-7", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-10", + "https://www.w3.org/TR/badging/#ref-for-dfn-number-1", + "https://www.w3.org/TR/badging/#ref-for-dfn-number-2", + "https://www.w3.org/TR/badging/#ref-for-dfn-values-1", + "https://www.w3.org/TR/badging/#ref-for-dfn-values-2", + "https://www.w3.org/TR/badging/#ref-for-dfn-number-3", + "https://www.w3.org/TR/badging/#ref-for-dfn-values-3", + "https://www.w3.org/TR/badging/#ref-for-dfn-flag-2", + "https://www.w3.org/TR/badging/#ref-for-dfn-number-4", + "https://www.w3.org/TR/badging/#ref-for-dfn-badge-8", + "https://www.w3.org/TR/badging/#extensions-to-the-navigator-and-workernavigator-interfaces", + "https://www.w3.org/TR/badging/#x4-extensions-to-the-navigator-and-workernavigator-interfaces", + "https://www.w3.org/TR/badging/#webidl-2010472476", + "https://www.w3.org/TR/badging/#idl-def-navigatorbadge", + "https://www.w3.org/TR/badging/#dom-navigatorbadge", + "https://www.w3.org/TR/badging/#idl-def-navigatorbadge-setappbadge-contents", + "https://www.w3.org/TR/badging/#ref-for-dom-navigatorbadge-setappbadge-1", + "https://www.w3.org/TR/badging/#idl-def-navigatorbadge-clearappbadge", + "https://www.w3.org/TR/badging/#ref-for-dom-navigatorbadge-clearappbadge-1", + "https://www.w3.org/TR/badging/#ref-for-dom-navigatorbadge-1", + "https://www.w3.org/TR/badging/#ref-for-dom-navigatorbadge-2", + "https://www.w3.org/TR/badging/#ref-for-dom-navigatorbadge-3", + "https://www.w3.org/TR/badging/#setappbadge-method", + "https://www.w3.org/TR/badging/#x4-1-setappbadge-method", + "https://www.w3.org/TR/badging/#dom-navigatorbadge-setappbadge", + "https://www.w3.org/TR/badging/#ref-for-dom-navigatorbadge-setappbadge-2", + "https://www.w3.org/TR/badging/#ref-for-dfn-set-the-application-badge-1", + "https://www.w3.org/TR/badging/#clearappbadge-method", + "https://www.w3.org/TR/badging/#x4-2-clearappbadge-method", + "https://www.w3.org/TR/badging/#dom-navigatorbadge-clearappbadge", + "https://www.w3.org/TR/badging/#ref-for-dom-navigatorbadge-clearappbadge-2", + "https://www.w3.org/TR/badging/#ref-for-dfn-set-the-application-badge-2", + "https://www.w3.org/TR/badging/#setting-the-application-badge", + "https://www.w3.org/TR/badging/#x5-setting-the-application-badge", + "https://www.w3.org/TR/badging/#dfn-set-the-application-badge", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-11", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-12", + "https://www.w3.org/TR/badging/#ref-for-dfn-flag-3", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-13", + "https://www.w3.org/TR/badging/#ref-for-dfn-nothing-4", + "https://www.w3.org/TR/badging/#ref-for-dfn-setting-14", + "https://www.w3.org/TR/badging/#privacy-considerations", + "https://www.w3.org/TR/badging/#x6-privacy-considerations", + "https://www.w3.org/TR/badging/#security-considerations", + "https://www.w3.org/TR/badging/#x7-security-considerations", + "https://www.w3.org/TR/badging/#ref-for-dfn-clear-2", + "https://www.w3.org/TR/badging/#ref-for-dfn-badge-9", + "https://www.w3.org/TR/badging/#issue-container-number-68", + "https://www.w3.org/TR/badging/#h-issue", + "https://www.w3.org/TR/badging/#accessibility-considerations", + "https://www.w3.org/TR/badging/#x8-accessibility-considerations", + "https://www.w3.org/TR/badging/#issue-container-number-24", + "https://www.w3.org/TR/badging/#h-issue-0", + "https://www.w3.org/TR/badging/#conformance", + "https://www.w3.org/TR/badging/#x9-conformance", + "https://www.w3.org/TR/badging/#references", + "https://www.w3.org/TR/badging/#a-references", + "https://www.w3.org/TR/badging/#normative-references", + "https://www.w3.org/TR/badging/#a-1-normative-references", + "https://www.w3.org/TR/badging/#bib-appmanifest", + "https://www.w3.org/TR/badging/#bib-html", + "https://www.w3.org/TR/badging/#bib-infra", + "https://www.w3.org/TR/badging/#bib-notifications", + "https://www.w3.org/TR/badging/#bib-permissions", + "https://www.w3.org/TR/badging/#bib-rfc2119", + "https://www.w3.org/TR/badging/#bib-rfc8174", + "https://www.w3.org/TR/badging/#bib-webidl", + "https://www.w3.org/TR/badging/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/filter-effects-1.json b/tr/ids/filter-effects-1.json index cb79e96dc39e..f23d28927540 100644 --- a/tr/ids/filter-effects-1.json +++ b/tr/ids/filter-effects-1.json @@ -89,10 +89,10 @@ "https://www.w3.org/TR/filter-effects-1/#MJMAINI-32", "https://www.w3.org/TR/filter-effects-1/#MJMATHI-7A", "https://www.w3.org/TR/filter-effects-1/#MJSZ2-221A", - "https://www.w3.org/TR/filter-effects-1/#MathJax_Message", "https://www.w3.org/TR/filter-effects-1/#toc-nav", "https://www.w3.org/TR/filter-effects-1/#toc-jump", "https://www.w3.org/TR/filter-effects-1/#toc-toggle", + "https://www.w3.org/TR/filter-effects-1/#MathJax_Message", "https://www.w3.org/TR/filter-effects-1/#title", "https://www.w3.org/TR/filter-effects-1/#annotation_root_", "https://www.w3.org/TR/filter-effects-1/#subtitle", diff --git a/tr/ids/webrtc-svc.json b/tr/ids/webrtc-svc.json index 91d23ba626d8..ade900ce00e0 100644 --- a/tr/ids/webrtc-svc.json +++ b/tr/ids/webrtc-svc.json @@ -175,14 +175,15 @@ "https://www.w3.org/TR/webrtc-svc/#example-1", "https://www.w3.org/TR/webrtc-svc/#example-2", "https://www.w3.org/TR/webrtc-svc/#example-3", + "https://www.w3.org/TR/webrtc-svc/#example-4", "https://www.w3.org/TR/webrtc-svc/#media-capabilities-example*", "https://www.w3.org/TR/webrtc-svc/#x7-2-svc-encoder-capabilities", - "https://www.w3.org/TR/webrtc-svc/#example-4", + "https://www.w3.org/TR/webrtc-svc/#example-5", "https://www.w3.org/TR/webrtc-svc/#sfm-getcapabilities-example*", "https://www.w3.org/TR/webrtc-svc/#x7-3-sfm-capabilities", "https://www.w3.org/TR/webrtc-svc/#ref-for-dfn-sfm-12", "https://www.w3.org/TR/webrtc-svc/#ref-for-dfn-sfm-13", - "https://www.w3.org/TR/webrtc-svc/#example-5", + "https://www.w3.org/TR/webrtc-svc/#example-6", "https://www.w3.org/TR/webrtc-svc/#privacy", "https://www.w3.org/TR/webrtc-svc/#x8-privacy-considerations", "https://www.w3.org/TR/webrtc-svc/#persistent-information", diff --git a/tr/index.json b/tr/index.json index f56819a6791e..b0211d6021b5 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-04-17T01:28:25.349Z", + "date": "2023-04-18T01:33:34.953Z", "options": { "fallback": "webref-fallback/tr/index.json", "output": "report", @@ -27,10 +27,10 @@ ] }, "stats": { - "crawled": 282, + "crawled": 283, "errors": 0 }, - "crawler": "reffy-12.1.4", + "crawler": "reffy-12.1.5", "results": [ { "url": "https://www.w3.org/TR/accelerometer/", @@ -397,6 +397,68 @@ "headings": "headings/autoplay-detection.json", "ids": "ids/autoplay-detection.json" }, + { + "url": "https://www.w3.org/TR/badging/", + "seriesComposition": "full", + "shortname": "badging", + "series": { + "shortname": "badging", + "currentSpecification": "badging", + "title": "Badging API", + "shortTitle": "Badging API", + "releaseUrl": "https://www.w3.org/TR/badging/", + "nightlyUrl": "https://w3c.github.io/badging/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Web Applications Working Group", + "url": "https://www.w3.org/groups/wg/webapps" + } + ], + "release": { + "url": "https://www.w3.org/TR/badging/", + "status": "Working Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/badging/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/w3c/badging", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Badging API", + "source": "w3c", + "shortTitle": "Badging API", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "badging" + ] + }, + "versions": [ + "https://www.w3.org/TR/badging/", + "https://w3c.github.io/badging/" + ], + "crawled": "https://www.w3.org/TR/badging/", + "crawlCacheInfo": { + "lastModified": "Tue, 11 Apr 2023 01:00:05 GMT" + }, + "generator": "respec", + "date": "11 April 2023", + "links": "links/badging.json", + "refs": "refs/badging.json", + "idl": "idl/badging.idl", + "dfns": "dfns/badging.json", + "headings": "headings/badging.json", + "ids": "ids/badging.json" + }, { "url": "https://www.w3.org/TR/battery-status/", "seriesComposition": "full", @@ -831,7 +893,7 @@ "series": { "shortname": "compute-pressure", "currentSpecification": "compute-pressure", - "title": "Compute Pressure Level 1", + "title": "Compute Pressure", "shortTitle": "Compute Pressure", "releaseUrl": "https://www.w3.org/TR/compute-pressure/", "nightlyUrl": "https://w3c.github.io/compute-pressure/" @@ -7962,7 +8024,7 @@ ], "release": { "url": "https://www.w3.org/TR/epub-33/", - "status": "Candidate Recommendation Snapshot", + "status": "Proposed Recommendation", "filename": "Overview.html" }, "title": "EPUB 3.3", @@ -8017,7 +8079,7 @@ ], "release": { "url": "https://www.w3.org/TR/epub-rs-33/", - "status": "Candidate Recommendation Snapshot", + "status": "Proposed Recommendation", "filename": "Overview.html" }, "title": "EPUB Reading Systems 3.3", @@ -13137,10 +13199,10 @@ ], "crawled": "https://www.w3.org/TR/secure-payment-confirmation/", "crawlCacheInfo": { - "lastModified": "Fri, 14 Apr 2023 19:37:43 GMT" + "lastModified": "Mon, 17 Apr 2023 18:05:38 GMT" }, "generator": "bikeshed", - "date": "14 April 2023", + "date": "17 April 2023", "links": "links/secure-payment-confirmation.json", "refs": "refs/secure-payment-confirmation.json", "idl": "idl/secure-payment-confirmation.idl", @@ -16471,7 +16533,7 @@ ], "release": { "url": "https://www.w3.org/TR/webnn/", - "status": "Candidate Recommendation Snapshot", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { @@ -16813,10 +16875,10 @@ ], "crawled": "https://www.w3.org/TR/webrtc-svc/", "crawlCacheInfo": { - "lastModified": "Sat, 15 Apr 2023 20:03:36 GMT" + "lastModified": "Mon, 17 Apr 2023 21:46:18 GMT" }, "generator": "respec", - "date": "15 April 2023", + "date": "17 April 2023", "links": "links/webrtc-svc.json", "refs": "refs/webrtc-svc.json", "idl": "idl/webrtc-svc.idl", @@ -17625,10 +17687,10 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Thu, 13 Apr 2023 21:20:21 GMT" + "lastModified": "Mon, 17 Apr 2023 14:47:53 GMT" }, "generator": "bikeshed", - "date": "13 April 2023", + "date": "17 April 2023", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/tr/links/badging.json b/tr/links/badging.json new file mode 100644 index 000000000000..94c43668d622 --- /dev/null +++ b/tr/links/badging.json @@ -0,0 +1,124 @@ +{ + "spec": { + "title": "Badging API", + "url": "https://www.w3.org/TR/badging/" + }, + "links": { + "https://datatracker.ietf.org/doc/html/bcp14": {}, + "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clearAppBadge": {}, + "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/setAppBadge": {}, + "https://github.com/grorg": {}, + "https://github.com/w3c/badging/issues/24": {}, + "https://github.com/w3c/badging/issues/68": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/browsers.html": { + "anchors": [ + "concept-origin", + "same-origin" + ] + }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "fully-active" + ] + }, + "https://html.spec.whatwg.org/multipage/infrastructure.html": { + "anchors": [ + "in-parallel" + ] + }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "window", + "concept-document-window" + ] + }, + "https://html.spec.whatwg.org/multipage/system-state.html": { + "anchors": [ + "navigator" + ] + }, + "https://html.spec.whatwg.org/multipage/webappapis.html": { + "anchors": [ + "concept-relevant-global", + "relevant-settings-object", + "concept-environment-top-level-origin", + "queue-a-global-task", + "dom-manipulation-task-source", + "user-interaction-task-source" + ] + }, + "https://html.spec.whatwg.org/multipage/workers.html": { + "anchors": [ + "workernavigator" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "ordered-set", + "user-agent" + ], + "specShortname": "infra" + }, + "https://lists.webkit.org/pipermail/webkit-dev/2020-February/031058.html": {}, + "https://notifications.spec.whatwg.org/": { + "anchors": [ + "permissiondef-notifications", + "notification", + "dom-notification-requestpermission" + ], + "specShortname": "notifications" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "SecureContext", + "idl-promise", + "idl-undefined", + "EnforceRange", + "idl-unsigned-long-long", + "include", + "this", + "a-promise-rejected-with", + "invalidstateerror", + "a-new-promise", + "reject", + "securityerror", + "notallowederror", + "resolve" + ], + "specShortname": "webidl" + }, + "https://www.rfc-editor.org/rfc/rfc2119": {}, + "https://www.rfc-editor.org/rfc/rfc8174": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/appmanifest/": { + "anchors": [ + "dfn-installed-web-application" + ], + "specShortname": "appmanifest" + }, + "https://www.w3.org/TR/permissions/": { + "anchors": [ + "dfn-express-permission", + "dfn-permission", + "dfn-getting-the-current-permission-state", + "dom-permissionstate-granted" + ], + "specShortname": "permissions" + }, + "https://www.w3.org/groups/wg/webapps": {}, + "https://www.w3.org/groups/wg/webapps/ipr": {} + } +} \ No newline at end of file diff --git a/tr/refs/badging.json b/tr/refs/badging.json new file mode 100644 index 000000000000..f4d2d9c7130b --- /dev/null +++ b/tr/refs/badging.json @@ -0,0 +1,43 @@ +{ + "spec": { + "title": "Badging API", + "url": "https://www.w3.org/TR/badging/" + }, + "refs": { + "normative": [ + { + "name": "appmanifest", + "url": "https://www.w3.org/TR/appmanifest/" + }, + { + "name": "html", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "infra", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "notifications", + "url": "https://notifications.spec.whatwg.org/" + }, + { + "name": "permissions", + "url": "https://www.w3.org/TR/permissions/" + }, + { + "name": "RFC2119", + "url": "https://www.rfc-editor.org/rfc/rfc2119" + }, + { + "name": "RFC8174", + "url": "https://www.rfc-editor.org/rfc/rfc8174" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + } + ], + "informative": [] + } +} \ No newline at end of file