From f4ffadcc73fc2bee4069d29baf1268018535f2e3 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Thu, 9 Nov 2023 16:26:16 +0100 Subject: [PATCH] Add Network Reporting API (#1116) Detected when trying to use autolinks in network-error-logging as a result of https://github.com/w3c/strudy/pull/484 This adds the following JSON: ```json { "url": "https://w3c.github.io/reporting/network-reporting.html", "seriesComposition": "full", "shortname": "network-reporting", "series": { "shortname": "network-reporting", "currentSpecification": "network-reporting", "title": "Network Reporting API", "shortTitle": "Network Reporting API", "nightlyUrl": "https://w3c.github.io/reporting/network-reporting.html" }, "nightly": { "url": "https://w3c.github.io/reporting/network-reporting.html", "status": "Editor's Draft", "sourcePath": "network-reporting.bs", "alternateUrls": [], "repository": "https://github.com/w3c/reporting", "filename": "network-reporting.html" }, "organization": "W3C", "groups": [ { "name": "Web Performance Working Group", "url": "https://www.w3.org/groups/wg/webperf/" } ], "title": "Network Reporting API", "source": "spec", "shortTitle": "Network Reporting API", "categories": [ "browser" ], "standing": "good" } ``` --- specs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/specs.json b/specs.json index f9e00ad4..726acdd1 100644 --- a/specs.json +++ b/specs.json @@ -451,6 +451,13 @@ "status": "Editor's Draft" } }, + { + "url": "https://w3c.github.io/reporting/network-reporting.html", + "shortname": "network-reporting", + "nightly": { + "sourcePath": "network-reporting.bs" + } + }, { "url": "https://w3c.github.io/sparql-concepts/spec/", "shortname": "sparql12-concepts",