From da7c08d5c81af90e4bdd7755e10ff6a8c691d622 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Fri, 20 May 2022 12:50:11 +0000 Subject: [PATCH] Update of ED report from new reffy run Using reffy commit 7.0.11. --- ed/dfns/capture-handle-identity.json | 282 +++++++++++++ ed/dfns/html.json | 270 ------------- ed/headings/capture-handle-identity.json | 160 ++++++++ ed/headings/html.json | 118 +++--- ed/idl/capture-handle-identity.idl | 27 ++ ed/idlnames.json | 8 + ed/idlnames/CaptureHandle.idl | 2 +- ed/idlnames/CaptureHandleConfig.idl | 2 +- ed/idlnames/MediaDevices.idl | 5 + ed/idlnames/MediaStreamTrack.idl | 10 + .../BrowserCaptureMediaStreamTrack.json | 14 + .../CanvasCaptureMediaStreamTrack.json | 14 + ed/idlnamesparsed/CaptureHandle.json | 2 +- ed/idlnamesparsed/CaptureHandleConfig.json | 2 +- ed/idlnamesparsed/MediaDevices.json | 7 + ed/idlnamesparsed/MediaStreamTrack.json | 14 + ed/idlparsed/capture-handle-identity.json | 246 ++++++++++++ ed/ids/capture-handle-identity.json | 179 +++++++++ ed/ids/html.json | 19 +- ed/index.json | 371 ++++++++++++------ ed/links/capture-handle-identity.json | 51 +++ ed/links/html.json | 2 +- ed/links/payment-request.json | 6 - ed/refs/capture-handle-identity.json | 44 +++ ed/refs/html.json | 8 +- 25 files changed, 1372 insertions(+), 491 deletions(-) create mode 100644 ed/dfns/capture-handle-identity.json create mode 100644 ed/headings/capture-handle-identity.json create mode 100644 ed/idl/capture-handle-identity.idl create mode 100644 ed/idlparsed/capture-handle-identity.json create mode 100644 ed/ids/capture-handle-identity.json create mode 100644 ed/links/capture-handle-identity.json create mode 100644 ed/refs/capture-handle-identity.json diff --git a/ed/dfns/capture-handle-identity.json b/ed/dfns/capture-handle-identity.json new file mode 100644 index 000000000000..87fd9cffe383 --- /dev/null +++ b/ed/dfns/capture-handle-identity.json @@ -0,0 +1,282 @@ +{ + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://w3c.github.io/mediacapture-handle/identity/" + }, + "dfns": [ + { + "id": "dom-capturehandleconfig", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandleconfig", + "linkingText": [ + "CaptureHandleConfig" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "capture-handle-config", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-config", + "title": "CaptureHandleConfig", + "number": "4.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-capturehandleconfig-exposeorigin", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandleconfig-exposeorigin", + "linkingText": [ + "exposeOrigin" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "CaptureHandleConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "capture-handle-config", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-config", + "title": "CaptureHandleConfig", + "number": "4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-capturehandleconfig-handle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandleconfig-handle", + "linkingText": [ + "handle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "CaptureHandleConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "capture-handle-config", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-config", + "title": "CaptureHandleConfig", + "number": "4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-capturehandleconfig-permittedorigins", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandleconfig-permittedorigins", + "linkingText": [ + "permittedOrigins" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "CaptureHandleConfig" + ], + "access": "public", + "informative": false, + "heading": { + "id": "capture-handle-config", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-config", + "title": "CaptureHandleConfig", + "number": "4.1" + }, + "definedIn": "dt" + }, + { + "id": "dfn-observable", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dfn-observable", + "linkingText": [ + "observable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "capture-handle-config", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-config", + "title": "CaptureHandleConfig", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-mediadevices-setcapturehandleconfig", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-mediadevices-setcapturehandleconfig", + "linkingText": [ + "setCaptureHandleConfig()", + "setCaptureHandleConfig(config)" + ], + "localLinkingText": [ + "MediaDevices.setCaptureHandleConfig", + "MediaDevices.setCaptureHandleConfig()", + "setCaptureHandleConfig" + ], + "type": "method", + "for": [ + "MediaDevices" + ], + "access": "public", + "informative": false, + "heading": { + "id": "set-capture-handle-config", + "href": "https://w3c.github.io/mediacapture-handle/identity/#set-capture-handle-config", + "title": "MediaDevices.setCaptureHandleConfig()", + "number": "4.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-capturehandle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle", + "linkingText": [ + "CaptureHandle" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "capture-handle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle", + "title": "CaptureHandle", + "number": "5.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-capturehandle-origin", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle-origin", + "linkingText": [ + "origin" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "CaptureHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "capture-handle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle", + "title": "CaptureHandle", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-capturehandle-handle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle-handle", + "linkingText": [ + "handle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "CaptureHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "capture-handle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle", + "title": "CaptureHandle", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-mediastreamtrack-getcapturehandle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-mediastreamtrack-getcapturehandle", + "linkingText": [ + "getCaptureHandle()" + ], + "localLinkingText": [ + "MediaStreamTrack.getCaptureHandle", + "MediaStreamTrack.getCaptureHandle()", + "getCaptureHandle" + ], + "type": "method", + "for": [ + "MediaStreamTrack" + ], + "access": "public", + "informative": false, + "heading": { + "id": "capture-handle-via-getcapturehandle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-via-getcapturehandle", + "title": "MediaStreamTrack.getCaptureHandle()", + "number": "5.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-capturehandlechange", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dfn-capturehandlechange", + "linkingText": [ + "capturehandlechange" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "capturehandlechange", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capturehandlechange", + "title": "capturehandlechange", + "number": "5.3.1" + }, + "definedIn": "heading" + }, + { + "id": "dfn-oncapturehandlechange", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dfn-oncapturehandlechange", + "linkingText": [ + "oncapturehandlechange" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "oncapturehandlechange", + "href": "https://w3c.github.io/mediacapture-handle/identity/#oncapturehandlechange", + "title": "oncapturehandlechange", + "number": "5.3.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-mediastreamtrack-oncapturehandlechange", + "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-mediastreamtrack-oncapturehandlechange", + "linkingText": [ + "oncapturehandlechange" + ], + "localLinkingText": [ + "MediaStreamTrack.oncapturehandlechange" + ], + "type": "attribute", + "for": [ + "MediaStreamTrack" + ], + "access": "public", + "informative": false, + "heading": { + "id": "oncapturehandlechange", + "href": "https://w3c.github.io/mediacapture-handle/identity/#oncapturehandlechange", + "title": "oncapturehandlechange", + "number": "5.3.2" + }, + "definedIn": "dt" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/html.json b/ed/dfns/html.json index 927cdeaad5d9..4417c14423f4 100644 --- a/ed/dfns/html.json +++ b/ed/dfns/html.json @@ -113427,42 +113427,6 @@ }, "definedIn": "dt" }, - { - "id": "application/ecmascript", - "href": "https://html.spec.whatwg.org/multipage/indices.html#application/ecmascript", - "linkingText": [ - "application/ecmascript" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, - { - "id": "application/javascript", - "href": "https://html.spec.whatwg.org/multipage/indices.html#application/javascript", - "linkingText": [ - "application/javascript" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, { "id": "application/json", "href": "https://html.spec.whatwg.org/multipage/indices.html#application/json", @@ -113481,42 +113445,6 @@ }, "definedIn": "dt" }, - { - "id": "application/x-ecmascript", - "href": "https://html.spec.whatwg.org/multipage/indices.html#application/x-ecmascript", - "linkingText": [ - "application/x-ecmascript" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, - { - "id": "application/x-javascript", - "href": "https://html.spec.whatwg.org/multipage/indices.html#application/x-javascript", - "linkingText": [ - "application/x-javascript" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, { "id": "application/octet-stream", "href": "https://html.spec.whatwg.org/multipage/indices.html#application/octet-stream", @@ -113697,24 +113625,6 @@ }, "definedIn": "dt" }, - { - "id": "text/ecmascript", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/ecmascript", - "linkingText": [ - "text/ecmascript" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, { "id": "text/javascript", "href": "https://html.spec.whatwg.org/multipage/indices.html#text/javascript", @@ -113733,132 +113643,6 @@ }, "definedIn": "dt" }, - { - "id": "text/javascript1.0", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.0", - "linkingText": [ - "text/javascript1.0" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, - { - "id": "text/javascript1.1", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.1", - "linkingText": [ - "text/javascript1.1" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, - { - "id": "text/javascript1.2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.2", - "linkingText": [ - "text/javascript1.2" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, - { - "id": "text/javascript1.3", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.3", - "linkingText": [ - "text/javascript1.3" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, - { - "id": "text/javascript1.4", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.4", - "linkingText": [ - "text/javascript1.4" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, - { - "id": "text/javascript1.5", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.5", - "linkingText": [ - "text/javascript1.5" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, - { - "id": "text/jscript", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/jscript", - "linkingText": [ - "text/jscript" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, { "id": "text/json", "href": "https://html.spec.whatwg.org/multipage/indices.html#text/json", @@ -113877,24 +113661,6 @@ }, "definedIn": "dt" }, - { - "id": "text/livescript", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/livescript", - "linkingText": [ - "text/livescript" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, { "id": "text/plain", "href": "https://html.spec.whatwg.org/multipage/indices.html#text/plain", @@ -113967,42 +113733,6 @@ }, "definedIn": "dt" }, - { - "id": "text/x-ecmascript", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/x-ecmascript", - "linkingText": [ - "text/x-ecmascript" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, - { - "id": "text/x-javascript", - "href": "https://html.spec.whatwg.org/multipage/indices.html#text/x-javascript", - "linkingText": [ - "text/x-javascript" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-types-2", - "href": "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", - "title": "MIME types" - }, - "definedIn": "dt" - }, { "id": "text/xml", "href": "https://html.spec.whatwg.org/multipage/indices.html#text/xml", diff --git a/ed/headings/capture-handle-identity.json b/ed/headings/capture-handle-identity.json new file mode 100644 index 000000000000..8547ce297156 --- /dev/null +++ b/ed/headings/capture-handle-identity.json @@ -0,0 +1,160 @@ +{ + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://w3c.github.io/mediacapture-handle/identity/" + }, + "headings": [ + { + "id": "title", + "href": "https://w3c.github.io/mediacapture-handle/identity/#title", + "level": 1, + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing" + }, + { + "id": "toc", + "href": "https://w3c.github.io/mediacapture-handle/identity/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "conformance", + "href": "https://w3c.github.io/mediacapture-handle/identity/#conformance", + "level": 2, + "title": "Conformance", + "number": "1" + }, + { + "id": "problem-description", + "href": "https://w3c.github.io/mediacapture-handle/identity/#problem-description", + "level": 2, + "title": "Problem Description", + "number": "2" + }, + { + "id": "generic-problem-desc", + "href": "https://w3c.github.io/mediacapture-handle/identity/#generic-problem-desc", + "level": 3, + "title": "Generic Problem Description", + "number": "2.1" + }, + { + "id": "use-case-1", + "href": "https://w3c.github.io/mediacapture-handle/identity/#use-case-1", + "level": 3, + "title": "Use-case #1: Driving Presentations from Video Conferencing Apps", + "number": "2.2" + }, + { + "id": "use-case-2", + "href": "https://w3c.github.io/mediacapture-handle/identity/#use-case-2", + "level": 3, + "title": "Use-case #2: Analytics", + "number": "2.3" + }, + { + "id": "use-case-3", + "href": "https://w3c.github.io/mediacapture-handle/identity/#use-case-3", + "level": 3, + "title": "Use-case #3: Detecting Unintended Captures", + "number": "2.4" + }, + { + "id": "use-case-4", + "href": "https://w3c.github.io/mediacapture-handle/identity/#use-case-4", + "level": 3, + "title": "Use-case #4: Avoiding \"Hall of Mirrors\"", + "number": "2.5" + }, + { + "id": "capture-handle-mechanism", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-mechanism", + "level": 2, + "title": "The Capture-Handle Mechanism", + "number": "3" + }, + { + "id": "captured-side", + "href": "https://w3c.github.io/mediacapture-handle/identity/#captured-side", + "level": 2, + "title": "Captured Side", + "number": "4" + }, + { + "id": "capture-handle-config", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-config", + "level": 3, + "title": "CaptureHandleConfig", + "number": "4.1" + }, + { + "id": "set-capture-handle-config", + "href": "https://w3c.github.io/mediacapture-handle/identity/#set-capture-handle-config", + "level": 3, + "title": "MediaDevices.setCaptureHandleConfig()", + "number": "4.2" + }, + { + "id": "capturing-side", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capturing-side", + "level": 2, + "title": "Capturing Side", + "number": "5" + }, + { + "id": "capture-handle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle", + "level": 3, + "title": "CaptureHandle", + "number": "5.1" + }, + { + "id": "capture-handle-via-getcapturehandle", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-via-getcapturehandle", + "level": 3, + "title": "MediaStreamTrack.getCaptureHandle()", + "number": "5.2" + }, + { + "id": "events", + "href": "https://w3c.github.io/mediacapture-handle/identity/#events", + "level": 3, + "title": "On-Change Event", + "number": "5.3" + }, + { + "id": "capturehandlechange", + "href": "https://w3c.github.io/mediacapture-handle/identity/#capturehandlechange", + "level": 4, + "title": "capturehandlechange", + "number": "5.3.1" + }, + { + "id": "oncapturehandlechange", + "href": "https://w3c.github.io/mediacapture-handle/identity/#oncapturehandlechange", + "level": 4, + "title": "oncapturehandlechange", + "number": "5.3.2" + }, + { + "id": "references", + "href": "https://w3c.github.io/mediacapture-handle/identity/#references", + "level": 2, + "title": "References", + "number": "A" + }, + { + "id": "normative-references", + "href": "https://w3c.github.io/mediacapture-handle/identity/#normative-references", + "level": 3, + "title": "Normative references", + "number": "A.1" + }, + { + "id": "informative-references", + "href": "https://w3c.github.io/mediacapture-handle/identity/#informative-references", + "level": 3, + "title": "Informative references", + "number": "A.2" + } + ] +} \ No newline at end of file diff --git a/ed/headings/html.json b/ed/headings/html.json index 26061aac7bb2..83a82553f1ba 100644 --- a/ed/headings/html.json +++ b/ed/headings/html.json @@ -8,7 +8,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "table-of-contents", @@ -26,7 +26,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/introduction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "introduction", @@ -199,7 +199,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "infrastructure", @@ -302,7 +302,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "common-microsyntaxes", @@ -504,7 +504,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "urls", @@ -601,7 +601,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "common-dom-interfaces", @@ -663,7 +663,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/structured-data.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "safe-passing-of-structured-data", @@ -746,7 +746,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dom.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "dom", @@ -1031,7 +1031,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "semantics", @@ -1183,7 +1183,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/sections.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "sections", @@ -1308,7 +1308,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "grouping-content", @@ -1426,7 +1426,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "text-level-semantics", @@ -1642,7 +1642,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/links.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "links", @@ -1900,7 +1900,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/edits.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "edits", @@ -1955,7 +1955,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "embedded-content", @@ -1989,7 +1989,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/images.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "images", @@ -2240,7 +2240,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "the-iframe-element", @@ -2267,7 +2267,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/media.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "the-video-element", @@ -2497,7 +2497,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/image-maps.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "the-map-element", @@ -2538,7 +2538,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "mathml", @@ -2565,7 +2565,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/tables.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "tables", @@ -2697,7 +2697,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/forms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "forms", @@ -2794,7 +2794,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/input.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "the-input-element", @@ -3059,7 +3059,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "the-button-element", @@ -3142,7 +3142,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "form-control-infrastructure", @@ -3379,7 +3379,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "interactive-elements", @@ -3469,7 +3469,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/scripting.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "scripting-3", @@ -3552,7 +3552,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/canvas.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "the-canvas-element", @@ -3796,7 +3796,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "custom-elements", @@ -3928,7 +3928,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "common-idioms", @@ -4004,7 +4004,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/microdata.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "microdata", @@ -4184,7 +4184,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interaction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "editing", @@ -4441,7 +4441,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dnd.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "dnd", @@ -4524,7 +4524,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "browsers", @@ -4662,7 +4662,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/window-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "the-window-object", @@ -4801,7 +4801,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/origin.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "origin", @@ -4898,7 +4898,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/history.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "history", @@ -5016,7 +5016,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "browsing-the-web", @@ -5169,7 +5169,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "webappapis", @@ -5524,7 +5524,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "dynamic-markup-insertion", @@ -5572,7 +5572,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "timers", @@ -5613,7 +5613,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/system-state.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "system-state-and-capabilities", @@ -5682,7 +5682,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "images-2", @@ -5702,7 +5702,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/comms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "comms", @@ -5721,7 +5721,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/server-sent-events.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "server-sent-events", @@ -5804,7 +5804,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "web-messaging", @@ -5922,7 +5922,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/workers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "workers", @@ -6158,7 +6158,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/worklets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "worklets", @@ -6268,7 +6268,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webstorage.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "webstorage", @@ -6371,7 +6371,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/syntax.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "syntax", @@ -6481,7 +6481,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/parsing.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "parsing", @@ -7446,7 +7446,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/named-characters.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "named-character-references", @@ -7459,7 +7459,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/xhtml.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "the-xhtml-syntax", @@ -7499,7 +7499,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/rendering.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "rendering", @@ -7826,7 +7826,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/obsolete.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "obsolete", @@ -7887,7 +7887,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iana.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "iana", @@ -7948,7 +7948,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/indices.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "index", @@ -8008,7 +8008,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/references.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "references", @@ -8020,7 +8020,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/acknowledgements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 19 May 2022" + "title": "Living Standard — Last Updated 20 May 2022" }, { "id": "acknowledgments", diff --git a/ed/idl/capture-handle-identity.idl b/ed/idl/capture-handle-identity.idl new file mode 100644 index 000000000000..37b2c61dac94 --- /dev/null +++ b/ed/idl/capture-handle-identity.idl @@ -0,0 +1,27 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Capture Handle - Bootstrapping Collaboration when Screensharing (https://w3c.github.io/mediacapture-handle/identity/) + +dictionary CaptureHandleConfig { + boolean exposeOrigin = false; + DOMString handle = ""; + sequence permittedOrigins = []; +}; + +partial interface MediaDevices { + undefined setCaptureHandleConfig(optional CaptureHandleConfig config = {}); +}; + +dictionary CaptureHandle { + DOMString origin; + DOMString handle; +}; + +partial interface MediaStreamTrack { + CaptureHandle? getCaptureHandle(); +}; + +partial interface MediaStreamTrack { + attribute EventHandler oncapturehandlechange; +}; diff --git a/ed/idlnames.json b/ed/idlnames.json index b056626afaa1..32d08c2755de 100644 --- a/ed/idlnames.json +++ b/ed/idlnames.json @@ -1279,6 +1279,14 @@ "fragment": "idlnames/CaptureActionEventInit.idl", "parsed": "idlnamesparsed/CaptureActionEventInit.json" }, + "CaptureHandle": { + "fragment": "idlnames/CaptureHandle.idl", + "parsed": "idlnamesparsed/CaptureHandle.json" + }, + "CaptureHandleConfig": { + "fragment": "idlnames/CaptureHandleConfig.idl", + "parsed": "idlnamesparsed/CaptureHandleConfig.json" + }, "CaretPosition": { "fragment": "idlnames/CaretPosition.idl", "parsed": "idlnamesparsed/CaretPosition.json" diff --git a/ed/idlnames/CaptureHandle.idl b/ed/idlnames/CaptureHandle.idl index ee7b43e49a51..560ed60a11f8 100644 --- a/ed/idlnames/CaptureHandle.idl +++ b/ed/idlnames/CaptureHandle.idl @@ -1,4 +1,4 @@ -// Source: Capture Handle - Bootstrapping Collaboration when Screensharing (https://w3c.github.io/mediacapture-handle/identity/) +// Source: Capture Handle - Bootstrapping Collaboration when Screensharing (https://www.w3.org/TR/capture-handle-identity/) dictionary CaptureHandle { DOMString origin; DOMString handle; diff --git a/ed/idlnames/CaptureHandleConfig.idl b/ed/idlnames/CaptureHandleConfig.idl index 4f53421a7ec3..908e61ed71f2 100644 --- a/ed/idlnames/CaptureHandleConfig.idl +++ b/ed/idlnames/CaptureHandleConfig.idl @@ -1,4 +1,4 @@ -// Source: Capture Handle - Bootstrapping Collaboration when Screensharing (https://w3c.github.io/mediacapture-handle/identity/) +// Source: Capture Handle - Bootstrapping Collaboration when Screensharing (https://www.w3.org/TR/capture-handle-identity/) dictionary CaptureHandleConfig { boolean exposeOrigin = false; DOMString handle = ""; diff --git a/ed/idlnames/MediaDevices.idl b/ed/idlnames/MediaDevices.idl index 3bfeeaef52e7..c4f3442fe2e7 100644 --- a/ed/idlnames/MediaDevices.idl +++ b/ed/idlnames/MediaDevices.idl @@ -22,6 +22,11 @@ partial interface MediaDevices { Promise selectAudioOutput(optional AudioOutputOptions options = {}); }; +// Source: Capture Handle - Bootstrapping Collaboration when Screensharing (https://www.w3.org/TR/capture-handle-identity/) +partial interface MediaDevices { + undefined setCaptureHandleConfig(optional CaptureHandleConfig config = {}); +}; + // Source: Region Capture (https://www.w3.org/TR/mediacapture-region/) partial interface MediaDevices { Promise diff --git a/ed/idlnames/MediaStreamTrack.idl b/ed/idlnames/MediaStreamTrack.idl index 6fde669bc284..8509effb485b 100644 --- a/ed/idlnames/MediaStreamTrack.idl +++ b/ed/idlnames/MediaStreamTrack.idl @@ -24,6 +24,16 @@ partial interface MediaStreamTrack { Promise sendCaptureAction(CaptureAction action); }; +// Source: Capture Handle - Bootstrapping Collaboration when Screensharing (https://www.w3.org/TR/capture-handle-identity/) +partial interface MediaStreamTrack { + CaptureHandle? getCaptureHandle(); +}; + +// Source: Capture Handle - Bootstrapping Collaboration when Screensharing (https://www.w3.org/TR/capture-handle-identity/) +partial interface MediaStreamTrack { + attribute EventHandler oncapturehandlechange; +}; + // Source: MediaStreamTrack Content Hints (https://www.w3.org/TR/mst-content-hint/) partial interface MediaStreamTrack { attribute DOMString contentHint; diff --git a/ed/idlnamesparsed/BrowserCaptureMediaStreamTrack.json b/ed/idlnamesparsed/BrowserCaptureMediaStreamTrack.json index e8dec1966ab6..004fc54409c3 100644 --- a/ed/idlnamesparsed/BrowserCaptureMediaStreamTrack.json +++ b/ed/idlnamesparsed/BrowserCaptureMediaStreamTrack.json @@ -29,6 +29,20 @@ }, "fragment": "partial interface MediaStreamTrack {\n sequence getSupportedCaptureActions();\n Promise sendCaptureAction(CaptureAction action);\n};" }, + { + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://www.w3.org/TR/capture-handle-identity/" + }, + "fragment": "partial interface MediaStreamTrack {\n CaptureHandle? getCaptureHandle();\n};" + }, + { + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://www.w3.org/TR/capture-handle-identity/" + }, + "fragment": "partial interface MediaStreamTrack {\n attribute EventHandler oncapturehandlechange;\n};" + }, { "spec": { "title": "MediaStreamTrack Content Hints", diff --git a/ed/idlnamesparsed/CanvasCaptureMediaStreamTrack.json b/ed/idlnamesparsed/CanvasCaptureMediaStreamTrack.json index a58575da1db3..64298b6c06ab 100644 --- a/ed/idlnamesparsed/CanvasCaptureMediaStreamTrack.json +++ b/ed/idlnamesparsed/CanvasCaptureMediaStreamTrack.json @@ -29,6 +29,20 @@ }, "fragment": "partial interface MediaStreamTrack {\n sequence getSupportedCaptureActions();\n Promise sendCaptureAction(CaptureAction action);\n};" }, + { + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://www.w3.org/TR/capture-handle-identity/" + }, + "fragment": "partial interface MediaStreamTrack {\n CaptureHandle? getCaptureHandle();\n};" + }, + { + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://www.w3.org/TR/capture-handle-identity/" + }, + "fragment": "partial interface MediaStreamTrack {\n attribute EventHandler oncapturehandlechange;\n};" + }, { "spec": { "title": "MediaStreamTrack Content Hints", diff --git a/ed/idlnamesparsed/CaptureHandle.json b/ed/idlnamesparsed/CaptureHandle.json index 0a1905014a4c..5a1683cc0ad4 100644 --- a/ed/idlnamesparsed/CaptureHandle.json +++ b/ed/idlnamesparsed/CaptureHandle.json @@ -4,7 +4,7 @@ "defined": { "spec": { "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", - "url": "https://w3c.github.io/mediacapture-handle/identity/" + "url": "https://www.w3.org/TR/capture-handle-identity/" }, "fragment": "dictionary CaptureHandle {\n DOMString origin;\n DOMString handle;\n};", "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle" diff --git a/ed/idlnamesparsed/CaptureHandleConfig.json b/ed/idlnamesparsed/CaptureHandleConfig.json index e74c0e4b096e..74a78bc8243a 100644 --- a/ed/idlnamesparsed/CaptureHandleConfig.json +++ b/ed/idlnamesparsed/CaptureHandleConfig.json @@ -4,7 +4,7 @@ "defined": { "spec": { "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", - "url": "https://w3c.github.io/mediacapture-handle/identity/" + "url": "https://www.w3.org/TR/capture-handle-identity/" }, "fragment": "dictionary CaptureHandleConfig {\n boolean exposeOrigin = false;\n DOMString handle = \"\";\n sequence permittedOrigins = [];\n};", "href": "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandleconfig" diff --git a/ed/idlnamesparsed/MediaDevices.json b/ed/idlnamesparsed/MediaDevices.json index b2aeafb45d5f..d4a4ae89366d 100644 --- a/ed/idlnamesparsed/MediaDevices.json +++ b/ed/idlnamesparsed/MediaDevices.json @@ -31,6 +31,13 @@ }, "fragment": "partial interface MediaDevices {\n Promise selectAudioOutput(optional AudioOutputOptions options = {});\n};" }, + { + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://www.w3.org/TR/capture-handle-identity/" + }, + "fragment": "partial interface MediaDevices {\n undefined setCaptureHandleConfig(optional CaptureHandleConfig config = {});\n};" + }, { "spec": { "title": "Region Capture", diff --git a/ed/idlnamesparsed/MediaStreamTrack.json b/ed/idlnamesparsed/MediaStreamTrack.json index 281091d29549..d15c6a2da00d 100644 --- a/ed/idlnamesparsed/MediaStreamTrack.json +++ b/ed/idlnamesparsed/MediaStreamTrack.json @@ -17,6 +17,20 @@ }, "fragment": "partial interface MediaStreamTrack {\n sequence getSupportedCaptureActions();\n Promise sendCaptureAction(CaptureAction action);\n};" }, + { + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://www.w3.org/TR/capture-handle-identity/" + }, + "fragment": "partial interface MediaStreamTrack {\n CaptureHandle? getCaptureHandle();\n};" + }, + { + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://www.w3.org/TR/capture-handle-identity/" + }, + "fragment": "partial interface MediaStreamTrack {\n attribute EventHandler oncapturehandlechange;\n};" + }, { "spec": { "title": "MediaStreamTrack Content Hints", diff --git a/ed/idlparsed/capture-handle-identity.json b/ed/idlparsed/capture-handle-identity.json new file mode 100644 index 000000000000..791323463e27 --- /dev/null +++ b/ed/idlparsed/capture-handle-identity.json @@ -0,0 +1,246 @@ +{ + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://w3c.github.io/mediacapture-handle/identity/" + }, + "idlparsed": { + "jsNames": { + "constructors": {}, + "functions": {} + }, + "idlNames": { + "CaptureHandleConfig": { + "fragment": "dictionary CaptureHandleConfig {\n boolean exposeOrigin = false;\n DOMString handle = \"\";\n sequence permittedOrigins = [];\n};", + "type": "dictionary", + "name": "CaptureHandleConfig", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "exposeOrigin", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "default": { + "type": "boolean", + "value": false + }, + "required": false + }, + { + "type": "field", + "name": "handle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": { + "type": "string", + "value": "" + }, + "required": false + }, + { + "type": "field", + "name": "permittedOrigins", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + } + ] + }, + "default": { + "type": "sequence", + "value": [] + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "CaptureHandle": { + "fragment": "dictionary CaptureHandle {\n DOMString origin;\n DOMString handle;\n};", + "type": "dictionary", + "name": "CaptureHandle", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "origin", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "handle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + } + }, + "idlExtendedNames": { + "MediaDevices": [ + { + "fragment": "partial interface MediaDevices {\n undefined setCaptureHandleConfig(optional CaptureHandleConfig config = {});\n};", + "type": "interface", + "name": "MediaDevices", + "inheritance": null, + "members": [ + { + "type": "operation", + "name": "setCaptureHandleConfig", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [ + { + "type": "argument", + "name": "config", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CaptureHandleConfig" + }, + "default": { + "type": "dictionary" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [], + "partial": true + } + ], + "MediaStreamTrack": [ + { + "fragment": "partial interface MediaStreamTrack {\n CaptureHandle? getCaptureHandle();\n};", + "type": "interface", + "name": "MediaStreamTrack", + "inheritance": null, + "members": [ + { + "type": "operation", + "name": "getCaptureHandle", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "CaptureHandle" + }, + "arguments": [], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [], + "partial": true + }, + { + "fragment": "partial interface MediaStreamTrack {\n attribute EventHandler oncapturehandlechange;\n};", + "type": "interface", + "name": "MediaStreamTrack", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "oncapturehandlechange", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + } + ], + "extAttrs": [], + "partial": true + } + ] + }, + "globals": {}, + "exposed": {}, + "dependencies": { + "CaptureHandleConfig": [], + "MediaDevices": [ + "CaptureHandleConfig" + ], + "CaptureHandle": [], + "MediaStreamTrack": [ + "CaptureHandle", + "EventHandler" + ] + }, + "externalDependencies": [ + "MediaDevices", + "MediaStreamTrack", + "EventHandler" + ], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/ed/ids/capture-handle-identity.json b/ed/ids/capture-handle-identity.json new file mode 100644 index 000000000000..91cc22679540 --- /dev/null +++ b/ed/ids/capture-handle-identity.json @@ -0,0 +1,179 @@ +{ + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://w3c.github.io/mediacapture-handle/identity/" + }, + "ids": [ + "https://w3c.github.io/mediacapture-handle/identity/#initialUserConfig", + "https://w3c.github.io/mediacapture-handle/identity/#toc-nav", + "https://w3c.github.io/mediacapture-handle/identity/#toc-jump", + "https://w3c.github.io/mediacapture-handle/identity/#toc-toggle", + "https://w3c.github.io/mediacapture-handle/identity/#title", + "https://w3c.github.io/mediacapture-handle/identity/#w3c-state", + "https://w3c.github.io/mediacapture-handle/identity/#abstract", + "https://w3c.github.io/mediacapture-handle/identity/#sotd", + "https://w3c.github.io/mediacapture-handle/identity/#w3c_process_revision", + "https://w3c.github.io/mediacapture-handle/identity/#toc", + "https://w3c.github.io/mediacapture-handle/identity/#table-of-contents", + "https://w3c.github.io/mediacapture-handle/identity/#conformance", + "https://w3c.github.io/mediacapture-handle/identity/#x1-conformance", + "https://w3c.github.io/mediacapture-handle/identity/#problem-description", + "https://w3c.github.io/mediacapture-handle/identity/#x2-problem-description", + "https://w3c.github.io/mediacapture-handle/identity/#generic-problem-desc", + "https://w3c.github.io/mediacapture-handle/identity/#x2-1-generic-problem-description", + "https://w3c.github.io/mediacapture-handle/identity/#use-case-1", + "https://w3c.github.io/mediacapture-handle/identity/#x2-2-use-case-1-driving-presentations-from-video-conferencing-apps", + "https://w3c.github.io/mediacapture-handle/identity/#use-case-2", + "https://w3c.github.io/mediacapture-handle/identity/#x2-3-use-case-2-analytics", + "https://w3c.github.io/mediacapture-handle/identity/#use-case-3", + "https://w3c.github.io/mediacapture-handle/identity/#x2-4-use-case-3-detecting-unintended-captures", + "https://w3c.github.io/mediacapture-handle/identity/#use-case-4", + "https://w3c.github.io/mediacapture-handle/identity/#x2-5-use-case-4-avoiding-hall-of-mirrors", + "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-mechanism", + "https://w3c.github.io/mediacapture-handle/identity/#x3-the-capture-handle-mechanism", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-1", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-1", + "https://w3c.github.io/mediacapture-handle/identity/#captured-side", + "https://w3c.github.io/mediacapture-handle/identity/#x4-captured-side", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-2", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-1", + "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-config", + "https://w3c.github.io/mediacapture-handle/identity/#x4-1-capturehandleconfig", + "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandleconfig", + "https://w3c.github.io/mediacapture-handle/identity/#webidl-1782165524", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-capturehandleconfig", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-2", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-capturehandleconfig-exposeorigin", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-exposeorigin-1", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-capturehandleconfig-handle", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-handle-1", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-capturehandleconfig-permittedorigins", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-permittedorigins-1", + "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandleconfig-exposeorigin", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-origin-1", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-2", + "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandleconfig-handle", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-handle-1", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-3", + "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandleconfig-permittedorigins", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-permittedorigins-2", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-3", + "https://w3c.github.io/mediacapture-handle/identity/#dfn-observable", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-4", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-1", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-permittedorigins-3", + "https://w3c.github.io/mediacapture-handle/identity/#set-capture-handle-config", + "https://w3c.github.io/mediacapture-handle/identity/#x4-2-mediadevices-setcapturehandleconfig", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-4", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-3", + "https://w3c.github.io/mediacapture-handle/identity/#issue-container-generatedID", + "https://w3c.github.io/mediacapture-handle/identity/#h-note", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-5", + "https://w3c.github.io/mediacapture-handle/identity/#webidl-823537195", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-mediadevices-partial-1", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-mediadevices-setcapturehandleconfig-config", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-6", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-4", + "https://w3c.github.io/mediacapture-handle/identity/#dom-mediadevices-setcapturehandleconfig", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-handle-2", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-permittedorigins-4", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-7", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-8", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-5", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-2", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-5", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-3", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-6", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-9", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-capturehandlechange-1", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-4", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-7", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediastreamtrack-getcapturehandle-1", + "https://w3c.github.io/mediacapture-handle/identity/#capturing-side", + "https://w3c.github.io/mediacapture-handle/identity/#x5-capturing-side", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-5", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-8", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediastreamtrack-getcapturehandle-2", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediastreamtrack-oncapturehandlechange-1", + "https://w3c.github.io/mediacapture-handle/identity/#capture-handle", + "https://w3c.github.io/mediacapture-handle/identity/#x5-1-capturehandle", + "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-9", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-10", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-6", + "https://w3c.github.io/mediacapture-handle/identity/#webidl-1769766511", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-capturehandle", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-11", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-capturehandle-origin", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-origin-2", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-capturehandle-handle", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-handle-2", + "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle-origin", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-exposeorigin-2", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-origin-3", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-origin-4", + "https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle-handle", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-handle-3", + "https://w3c.github.io/mediacapture-handle/identity/#capture-handle-via-getcapturehandle", + "https://w3c.github.io/mediacapture-handle/identity/#x5-2-mediastreamtrack-getcapturehandle", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediastreamtrack-getcapturehandle-3", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediastreamtrack-getcapturehandle-4", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-7", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-12", + "https://w3c.github.io/mediacapture-handle/identity/#issue-container-generatedID-0", + "https://w3c.github.io/mediacapture-handle/identity/#h-note-0", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediastreamtrack-getcapturehandle-5", + "https://w3c.github.io/mediacapture-handle/identity/#webidl-1831630195", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-mediastreamtrack-partial-1", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-mediastreamtrack-getcapturehandle", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-13", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediastreamtrack-getcapturehandle-6", + "https://w3c.github.io/mediacapture-handle/identity/#dom-mediastreamtrack-getcapturehandle", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-6", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-7", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-permittedorigins-5", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-8", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-14", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-15", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-8", + "https://w3c.github.io/mediacapture-handle/identity/#events", + "https://w3c.github.io/mediacapture-handle/identity/#x5-3-on-change-event", + "https://w3c.github.io/mediacapture-handle/identity/#capturehandlechange", + "https://w3c.github.io/mediacapture-handle/identity/#x5-3-1-capturehandlechange", + "https://w3c.github.io/mediacapture-handle/identity/#dfn-capturehandlechange", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-9", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-16", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-capturehandlechange-2", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediadevices-setcapturehandleconfig-10", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-9", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-10", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-observable-10", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandle-17", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-capturehandleconfig-permittedorigins-6", + "https://w3c.github.io/mediacapture-handle/identity/#oncapturehandlechange", + "https://w3c.github.io/mediacapture-handle/identity/#x5-3-2-oncapturehandlechange", + "https://w3c.github.io/mediacapture-handle/identity/#dfn-oncapturehandlechange", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-oncapturehandlechange-1", + "https://w3c.github.io/mediacapture-handle/identity/#webidl-1113940018", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-mediastreamtrack-partial-2", + "https://w3c.github.io/mediacapture-handle/identity/#idl-def-mediastreamtrack-oncapturehandlechange", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dom-mediastreamtrack-oncapturehandlechange-2", + "https://w3c.github.io/mediacapture-handle/identity/#dom-mediastreamtrack-oncapturehandlechange", + "https://w3c.github.io/mediacapture-handle/identity/#ref-for-dfn-capturehandlechange-3", + "https://w3c.github.io/mediacapture-handle/identity/#references", + "https://w3c.github.io/mediacapture-handle/identity/#a-references", + "https://w3c.github.io/mediacapture-handle/identity/#normative-references", + "https://w3c.github.io/mediacapture-handle/identity/#a-1-normative-references", + "https://w3c.github.io/mediacapture-handle/identity/#bib-dom", + "https://w3c.github.io/mediacapture-handle/identity/#bib-html", + "https://w3c.github.io/mediacapture-handle/identity/#bib-mediacapture-streams", + "https://w3c.github.io/mediacapture-handle/identity/#bib-rfc2119", + "https://w3c.github.io/mediacapture-handle/identity/#bib-rfc8174", + "https://w3c.github.io/mediacapture-handle/identity/#bib-screen-capture", + "https://w3c.github.io/mediacapture-handle/identity/#bib-webidl", + "https://w3c.github.io/mediacapture-handle/identity/#informative-references", + "https://w3c.github.io/mediacapture-handle/identity/#a-2-informative-references", + "https://w3c.github.io/mediacapture-handle/identity/#bib-getusermedia", + "https://w3c.github.io/mediacapture-handle/identity/#back-to-top" + ] +} \ No newline at end of file diff --git a/ed/ids/html.json b/ed/ids/html.json index 939368afe192..8b47f0b44836 100644 --- a/ed/ids/html.json +++ b/ed/ids/html.json @@ -832,8 +832,6 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies:date", "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies:date-2", "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies:date-3", - "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies:mime-type", - "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies:willful-violation", "https://html.spec.whatwg.org/multipage/infrastructure.html#active-function-object", "https://html.spec.whatwg.org/multipage/infrastructure.html#agent", "https://html.spec.whatwg.org/multipage/infrastructure.html#agent-cluster", @@ -57735,11 +57733,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#http-headers:x-frame-options", "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2", "https://html.spec.whatwg.org/multipage/indices.html#application/atom+xml", - "https://html.spec.whatwg.org/multipage/indices.html#application/ecmascript", - "https://html.spec.whatwg.org/multipage/indices.html#application/javascript", "https://html.spec.whatwg.org/multipage/indices.html#application/json", - "https://html.spec.whatwg.org/multipage/indices.html#application/x-ecmascript", - "https://html.spec.whatwg.org/multipage/indices.html#application/x-javascript", "https://html.spec.whatwg.org/multipage/indices.html#application/octet-stream", "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2:application/microdata+json", "https://html.spec.whatwg.org/multipage/indices.html#application/rss+xml", @@ -57754,26 +57748,15 @@ "https://html.spec.whatwg.org/multipage/indices.html#multipart/mixed", "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2:multipart/x-mixed-replace", "https://html.spec.whatwg.org/multipage/indices.html#text/css", - "https://html.spec.whatwg.org/multipage/indices.html#text/ecmascript", "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2:text/event-stream", "https://html.spec.whatwg.org/multipage/indices.html#text/javascript", - "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.0", - "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.1", - "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.2", - "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.3", - "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.4", - "https://html.spec.whatwg.org/multipage/indices.html#text/javascript1.5", - "https://html.spec.whatwg.org/multipage/indices.html#text/jscript", "https://html.spec.whatwg.org/multipage/indices.html#text/json", - "https://html.spec.whatwg.org/multipage/indices.html#text/livescript", "https://html.spec.whatwg.org/multipage/indices.html#text/plain", "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2:text/html", "https://html.spec.whatwg.org/multipage/indices.html#mime-types-2:text/ping", "https://html.spec.whatwg.org/multipage/indices.html#text/uri-list", "https://html.spec.whatwg.org/multipage/indices.html#text/vcard", "https://html.spec.whatwg.org/multipage/indices.html#text/vtt", - "https://html.spec.whatwg.org/multipage/indices.html#text/x-ecmascript", - "https://html.spec.whatwg.org/multipage/indices.html#text/x-javascript", "https://html.spec.whatwg.org/multipage/indices.html#text/xml", "https://html.spec.whatwg.org/multipage/indices.html#video/mp4", "https://html.spec.whatwg.org/multipage/indices.html#video/mpeg", @@ -57919,7 +57902,7 @@ "https://html.spec.whatwg.org/multipage/references.html#refsRFC5545", "https://html.spec.whatwg.org/multipage/references.html#refsRFC2483", "https://html.spec.whatwg.org/multipage/references.html#refsRFC3676", - "https://html.spec.whatwg.org/multipage/references.html#refsRFC4329", + "https://html.spec.whatwg.org/multipage/references.html#refsRFC9239", "https://html.spec.whatwg.org/multipage/references.html#refsRFC4337", "https://html.spec.whatwg.org/multipage/references.html#refsRFC7595", "https://html.spec.whatwg.org/multipage/references.html#refsRFC5322", diff --git a/ed/index.json b/ed/index.json index 7dc5b85a2f43..e6e305abfbac 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2022-05-20T06:39:05.706Z", + "date": "2022-05-20T12:50:00.319Z", "options": { "fallback": "webref-fallback/ed/index.json", "output": "report", @@ -21,9 +21,9 @@ }, "stats": { "crawled": 467, - "errors": 1 + "errors": 100 }, - "crawler": "reffy-7.0.10", + "crawler": "reffy-7.0.11", "results": [ { "url": "https://compat.spec.whatwg.org/", @@ -391,7 +391,8 @@ "css": "css/css-animations-2.json", "dfns": "dfns/css-animations-2.json", "headings": "headings/css-animations-2.json", - "ids": "ids/css-animations-2.json" + "ids": "ids/css-animations-2.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 6)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-backgrounds-4/", @@ -446,7 +447,8 @@ "css": "css/css-backgrounds-4.json", "dfns": "dfns/css-backgrounds-4.json", "headings": "headings/css-backgrounds-4.json", - "ids": "ids/css-backgrounds-4.json" + "ids": "ids/css-backgrounds-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 7)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-env-1/", @@ -499,7 +501,8 @@ "css": "css/css-env.json", "dfns": "dfns/css-env-1.json", "headings": "headings/css-env-1.json", - "ids": "ids/css-env-1.json" + "ids": "ids/css-env-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 8)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-extensions-1/", @@ -546,7 +549,8 @@ "css": "css/css-extensions.json", "dfns": "dfns/css-extensions-1.json", "headings": "headings/css-extensions-1.json", - "ids": "ids/css-extensions-1.json" + "ids": "ids/css-extensions-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 9)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-gcpm-4/", @@ -601,7 +605,8 @@ "css": "css/css-gcpm-4.json", "dfns": "dfns/css-gcpm-4.json", "headings": "headings/css-gcpm-4.json", - "ids": "ids/css-gcpm-4.json" + "ids": "ids/css-gcpm-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 10)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-grid-3/", @@ -656,7 +661,8 @@ "css": "css/css-grid-3.json", "dfns": "dfns/css-grid-3.json", "headings": "headings/css-grid-3.json", - "ids": "ids/css-grid-3.json" + "ids": "ids/css-grid-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 11)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-multicol-2/", @@ -711,7 +717,8 @@ "css": "css/css-multicol-2.json", "dfns": "dfns/css-multicol-2.json", "headings": "headings/css-multicol-2.json", - "ids": "ids/css-multicol-2.json" + "ids": "ids/css-multicol-2.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 12)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-page-4/", @@ -819,7 +826,8 @@ "css": "css/css-scroll-snap-2.json", "dfns": "dfns/css-scroll-snap-2.json", "headings": "headings/css-scroll-snap-2.json", - "ids": "ids/css-scroll-snap-2.json" + "ids": "ids/css-scroll-snap-2.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 14)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-shapes-2/", @@ -874,7 +882,8 @@ "css": "css/css-shapes-2.json", "dfns": "dfns/css-shapes-2.json", "headings": "headings/css-shapes-2.json", - "ids": "ids/css-shapes-2.json" + "ids": "ids/css-shapes-2.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 15)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-size-adjust-1/", @@ -927,7 +936,8 @@ "css": "css/css-size-adjust.json", "dfns": "dfns/css-size-adjust-1.json", "headings": "headings/css-size-adjust-1.json", - "ids": "ids/css-size-adjust-1.json" + "ids": "ids/css-size-adjust-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 16)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-transitions-2/", @@ -983,7 +993,8 @@ "idlparsed": "idlparsed/css-transitions-2.json", "dfns": "dfns/css-transitions-2.json", "headings": "headings/css-transitions-2.json", - "ids": "ids/css-transitions-2.json" + "ids": "ids/css-transitions-2.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 17)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/css-values-5/", @@ -1038,7 +1049,8 @@ "css": "css/css-values-5.json", "dfns": "dfns/css-values-5.json", "headings": "headings/css-values-5.json", - "ids": "ids/css-values-5.json" + "ids": "ids/css-values-5.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 18)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/scroll-animations-1/", @@ -1093,7 +1105,8 @@ "css": "css/scroll-animations.json", "dfns": "dfns/scroll-animations-1.json", "headings": "headings/scroll-animations-1.json", - "ids": "ids/scroll-animations-1.json" + "ids": "ids/scroll-animations-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 19)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.csswg.org/web-animations-2/", @@ -1149,7 +1162,8 @@ "idlparsed": "idlparsed/web-animations-2.json", "dfns": "dfns/web-animations-2.json", "headings": "headings/web-animations-2.json", - "ids": "ids/web-animations-2.json" + "ids": "ids/web-animations-2.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 20)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://drafts.fxtf.org/compositing-2/", @@ -1600,9 +1614,9 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Thu, 19 May 2022 22:03:28 GMT" + "lastModified": "Fri, 20 May 2022 07:42:14 GMT" }, - "date": "19 May 2022", + "date": "20 May 2022", "links": "links/html.json", "refs": "refs/html.json", "idl": "idl/html.idl", @@ -3865,7 +3879,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "nightly": { @@ -3910,7 +3924,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "nightly": { @@ -4076,6 +4090,12 @@ "categories": [ "browser" ], + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "window-placement" + ] + }, "versions": [ "https://w3c.github.io/window-placement/" ], @@ -11565,10 +11585,10 @@ "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", "shortTitle": "Capture Handle - Bootstrapping Collaboration when Screensharing", "releaseUrl": "https://www.w3.org/TR/capture-handle-identity/", - "nightlyUrl": "https://w3c.github.io/mediacapture-handle/" + "nightlyUrl": "https://w3c.github.io/mediacapture-handle/identity/" }, "nightly": { - "url": "https://w3c.github.io/mediacapture-handle/", + "url": "https://w3c.github.io/mediacapture-handle/identity/", "sourcePath": "identity/index.html", "repository": "https://github.com/w3c/mediacapture-handle", "filename": "index.html" @@ -11584,7 +11604,7 @@ "url": "https://www.w3.org/TR/capture-handle-identity/", "filename": "Overview.html" }, - "title": "Capture Handle - Landing Page", + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", "source": "w3c", "shortTitle": "Capture Handle - Bootstrapping Collaboration when Screensharing", "categories": [ @@ -11592,13 +11612,21 @@ ], "versions": [ "https://www.w3.org/TR/capture-handle-identity/", - "https://w3c.github.io/mediacapture-handle/" + "https://w3c.github.io/mediacapture-handle/identity/" ], - "crawled": "https://w3c.github.io/mediacapture-handle/", + "crawled": "https://w3c.github.io/mediacapture-handle/identity/", "crawlCacheInfo": { "lastModified": "Thu, 19 May 2022 07:08:33 GMT" }, - "date": "19 May 2022" + "generator": "respec", + "date": "19 May 2022", + "links": "links/capture-handle-identity.json", + "refs": "refs/capture-handle-identity.json", + "idl": "idl/capture-handle-identity.idl", + "idlparsed": "idlparsed/capture-handle-identity.json", + "dfns": "dfns/capture-handle-identity.json", + "headings": "headings/capture-handle-identity.json", + "ids": "ids/capture-handle-identity.json" }, { "url": "https://www.w3.org/TR/clear-site-data/", @@ -11616,7 +11644,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -11855,7 +11883,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -11914,7 +11942,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -11974,7 +12002,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -12077,7 +12105,8 @@ "css": "css/css-align.json", "dfns": "dfns/css-align-3.json", "headings": "headings/css-align-3.json", - "ids": "ids/css-align-3.json" + "ids": "ids/css-align-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 241)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-animation-worklet-1/", @@ -12199,7 +12228,8 @@ "css": "css/css-animations.json", "dfns": "dfns/css-animations-1.json", "headings": "headings/css-animations-1.json", - "ids": "ids/css-animations-1.json" + "ids": "ids/css-animations-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 243)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-backgrounds-3/", @@ -12259,7 +12289,8 @@ "css": "css/css-backgrounds.json", "dfns": "dfns/css-backgrounds-3.json", "headings": "headings/css-backgrounds-3.json", - "ids": "ids/css-backgrounds-3.json" + "ids": "ids/css-backgrounds-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 244)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-box-3/", @@ -12318,7 +12349,8 @@ "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", "headings": "headings/css-box-3.json", - "ids": "ids/css-box-3.json" + "ids": "ids/css-box-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 245)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-box-4/", @@ -12378,7 +12410,8 @@ "css": "css/css-box.json", "dfns": "dfns/css-box-4.json", "headings": "headings/css-box-4.json", - "ids": "ids/css-box-4.json" + "ids": "ids/css-box-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 246)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-break-3/", @@ -12437,7 +12470,8 @@ "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", "headings": "headings/css-break-3.json", - "ids": "ids/css-break-3.json" + "ids": "ids/css-break-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 247)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-break-4/", @@ -12497,7 +12531,8 @@ "css": "css/css-break.json", "dfns": "dfns/css-break-4.json", "headings": "headings/css-break-4.json", - "ids": "ids/css-break-4.json" + "ids": "ids/css-break-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 248)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-cascade-3/", @@ -12556,7 +12591,8 @@ "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", "headings": "headings/css-cascade-3.json", - "ids": "ids/css-cascade-3.json" + "ids": "ids/css-cascade-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 249)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-cascade-4/", @@ -12616,7 +12652,8 @@ "refs": "refs/css-cascade-4.json", "dfns": "dfns/css-cascade-4.json", "headings": "headings/css-cascade-4.json", - "ids": "ids/css-cascade-4.json" + "ids": "ids/css-cascade-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 250)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-cascade-5/", @@ -12679,7 +12716,8 @@ "css": "css/css-cascade.json", "dfns": "dfns/css-cascade-5.json", "headings": "headings/css-cascade-5.json", - "ids": "ids/css-cascade-5.json" + "ids": "ids/css-cascade-5.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 251)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-cascade-6/", @@ -12739,7 +12777,8 @@ "css": "css/css-cascade-6.json", "dfns": "dfns/css-cascade-6.json", "headings": "headings/css-cascade-6.json", - "ids": "ids/css-cascade-6.json" + "ids": "ids/css-cascade-6.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 252)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-color-4/", @@ -12799,7 +12838,8 @@ "css": "css/css-color.json", "dfns": "dfns/css-color-4.json", "headings": "headings/css-color-4.json", - "ids": "ids/css-color-4.json" + "ids": "ids/css-color-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 253)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-color-5/", @@ -12859,7 +12899,8 @@ "css": "css/css-color-5.json", "dfns": "dfns/css-color-5.json", "headings": "headings/css-color-5.json", - "ids": "ids/css-color-5.json" + "ids": "ids/css-color-5.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 254)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-color-adjust-1/", @@ -12918,7 +12959,8 @@ "css": "css/css-color-adjust.json", "dfns": "dfns/css-color-adjust-1.json", "headings": "headings/css-color-adjust-1.json", - "ids": "ids/css-color-adjust-1.json" + "ids": "ids/css-color-adjust-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 255)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-conditional-3/", @@ -12980,7 +13022,8 @@ "css": "css/css-conditional.json", "dfns": "dfns/css-conditional-3.json", "headings": "headings/css-conditional-3.json", - "ids": "ids/css-conditional-3.json" + "ids": "ids/css-conditional-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 256)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-conditional-4/", @@ -13041,7 +13084,8 @@ "css": "css/css-conditional-4.json", "dfns": "dfns/css-conditional-4.json", "headings": "headings/css-conditional-4.json", - "ids": "ids/css-conditional-4.json" + "ids": "ids/css-conditional-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 257)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-conditional-5/", @@ -13101,7 +13145,8 @@ "css": "css/css-conditional-5.json", "dfns": "dfns/css-conditional-5.json", "headings": "headings/css-conditional-5.json", - "ids": "ids/css-conditional-5.json" + "ids": "ids/css-conditional-5.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 258)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-contain-2/", @@ -13161,7 +13206,8 @@ "css": "css/css-contain.json", "dfns": "dfns/css-contain-2.json", "headings": "headings/css-contain-2.json", - "ids": "ids/css-contain-2.json" + "ids": "ids/css-contain-2.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 259)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-contain-3/", @@ -13223,7 +13269,8 @@ "css": "css/css-contain-3.json", "dfns": "dfns/css-contain-3.json", "headings": "headings/css-contain-3.json", - "ids": "ids/css-contain-3.json" + "ids": "ids/css-contain-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 260)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-content-3/", @@ -13282,7 +13329,8 @@ "css": "css/css-content.json", "dfns": "dfns/css-content-3.json", "headings": "headings/css-content-3.json", - "ids": "ids/css-content-3.json" + "ids": "ids/css-content-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 261)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-counter-styles-3/", @@ -13343,7 +13391,8 @@ "css": "css/css-counter-styles.json", "dfns": "dfns/css-counter-styles-3.json", "headings": "headings/css-counter-styles-3.json", - "ids": "ids/css-counter-styles-3.json" + "ids": "ids/css-counter-styles-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 262)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-device-adapt-1/", @@ -13404,7 +13453,8 @@ "css": "css/css-device-adapt.json", "dfns": "dfns/css-device-adapt-1.json", "headings": "headings/css-device-adapt-1.json", - "ids": "ids/css-device-adapt-1.json" + "ids": "ids/css-device-adapt-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 263)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-display-3/", @@ -13463,7 +13513,8 @@ "css": "css/css-display.json", "dfns": "dfns/css-display-3.json", "headings": "headings/css-display-3.json", - "ids": "ids/css-display-3.json" + "ids": "ids/css-display-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 264)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-easing-1/", @@ -13522,7 +13573,8 @@ "css": "css/css-easing.json", "dfns": "dfns/css-easing-1.json", "headings": "headings/css-easing-1.json", - "ids": "ids/css-easing-1.json" + "ids": "ids/css-easing-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 265)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-flexbox-1/", @@ -13581,7 +13633,8 @@ "css": "css/css-flexbox.json", "dfns": "dfns/css-flexbox-1.json", "headings": "headings/css-flexbox-1.json", - "ids": "ids/css-flexbox-1.json" + "ids": "ids/css-flexbox-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 266)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-font-loading-3/", @@ -13641,7 +13694,8 @@ "idlparsed": "idlparsed/css-font-loading.json", "dfns": "dfns/css-font-loading-3.json", "headings": "headings/css-font-loading-3.json", - "ids": "ids/css-font-loading-3.json" + "ids": "ids/css-font-loading-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 267)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-fonts-4/", @@ -13705,7 +13759,8 @@ "css": "css/css-fonts.json", "dfns": "dfns/css-fonts-4.json", "headings": "headings/css-fonts-4.json", - "ids": "ids/css-fonts-4.json" + "ids": "ids/css-fonts-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 268)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-fonts-5/", @@ -13765,7 +13820,8 @@ "css": "css/css-fonts-5.json", "dfns": "dfns/css-fonts-5.json", "headings": "headings/css-fonts-5.json", - "ids": "ids/css-fonts-5.json" + "ids": "ids/css-fonts-5.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 269)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-gcpm-3/", @@ -13825,7 +13881,8 @@ "css": "css/css-gcpm.json", "dfns": "dfns/css-gcpm-3.json", "headings": "headings/css-gcpm-3.json", - "ids": "ids/css-gcpm-3.json" + "ids": "ids/css-gcpm-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 270)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-grid-2/", @@ -13885,7 +13942,8 @@ "css": "css/css-grid.json", "dfns": "dfns/css-grid-2.json", "headings": "headings/css-grid-2.json", - "ids": "ids/css-grid-2.json" + "ids": "ids/css-grid-2.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 271)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-highlight-api-1/", @@ -13939,7 +13997,8 @@ "idlparsed": "idlparsed/css-highlight-api.json", "dfns": "dfns/css-highlight-api-1.json", "headings": "headings/css-highlight-api-1.json", - "ids": "ids/css-highlight-api-1.json" + "ids": "ids/css-highlight-api-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 272)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-images-3/", @@ -13999,7 +14058,8 @@ "css": "css/css-images.json", "dfns": "dfns/css-images-3.json", "headings": "headings/css-images-3.json", - "ids": "ids/css-images-3.json" + "ids": "ids/css-images-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 273)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-images-4/", @@ -14061,7 +14121,8 @@ "css": "css/css-images-4.json", "dfns": "dfns/css-images-4.json", "headings": "headings/css-images-4.json", - "ids": "ids/css-images-4.json" + "ids": "ids/css-images-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 274)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-inline-3/", @@ -14120,7 +14181,8 @@ "css": "css/css-inline.json", "dfns": "dfns/css-inline-3.json", "headings": "headings/css-inline-3.json", - "ids": "ids/css-inline-3.json" + "ids": "ids/css-inline-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 275)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-layout-api-1/", @@ -14234,7 +14296,8 @@ "css": "css/css-line-grid.json", "dfns": "dfns/css-line-grid-1.json", "headings": "headings/css-line-grid-1.json", - "ids": "ids/css-line-grid-1.json" + "ids": "ids/css-line-grid-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 277)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-lists-3/", @@ -14293,7 +14356,8 @@ "css": "css/css-lists.json", "dfns": "dfns/css-lists-3.json", "headings": "headings/css-lists-3.json", - "ids": "ids/css-lists-3.json" + "ids": "ids/css-lists-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 278)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-logical-1/", @@ -14352,7 +14416,8 @@ "css": "css/css-logical.json", "dfns": "dfns/css-logical-1.json", "headings": "headings/css-logical-1.json", - "ids": "ids/css-logical-1.json" + "ids": "ids/css-logical-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 279)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-masking-1/", @@ -14474,7 +14539,8 @@ "css": "css/css-multicol.json", "dfns": "dfns/css-multicol-1.json", "headings": "headings/css-multicol-1.json", - "ids": "ids/css-multicol-1.json" + "ids": "ids/css-multicol-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 281)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-namespaces-3/", @@ -14533,7 +14599,8 @@ "css": "css/css-namespaces.json", "dfns": "dfns/css-namespaces-3.json", "headings": "headings/css-namespaces-3.json", - "ids": "ids/css-namespaces-3.json" + "ids": "ids/css-namespaces-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 282)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-nav-1/", @@ -14588,7 +14655,8 @@ "css": "css/css-nav.json", "dfns": "dfns/css-nav-1.json", "headings": "headings/css-nav-1.json", - "ids": "ids/css-nav-1.json" + "ids": "ids/css-nav-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 283)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-nesting-1/", @@ -14642,7 +14710,8 @@ "idlparsed": "idlparsed/css-nesting.json", "dfns": "dfns/css-nesting-1.json", "headings": "headings/css-nesting-1.json", - "ids": "ids/css-nesting-1.json" + "ids": "ids/css-nesting-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 284)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-overflow-3/", @@ -14702,7 +14771,8 @@ "css": "css/css-overflow.json", "dfns": "dfns/css-overflow-3.json", "headings": "headings/css-overflow-3.json", - "ids": "ids/css-overflow-3.json" + "ids": "ids/css-overflow-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 285)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-overflow-4/", @@ -14762,7 +14832,8 @@ "css": "css/css-overflow-4.json", "dfns": "dfns/css-overflow-4.json", "headings": "headings/css-overflow-4.json", - "ids": "ids/css-overflow-4.json" + "ids": "ids/css-overflow-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 286)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-overscroll-1/", @@ -14821,7 +14892,8 @@ "css": "css/css-overscroll.json", "dfns": "dfns/css-overscroll-1.json", "headings": "headings/css-overscroll-1.json", - "ids": "ids/css-overscroll-1.json" + "ids": "ids/css-overscroll-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 287)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-page-3/", @@ -14881,7 +14953,8 @@ "css": "css/css-page.json", "dfns": "dfns/css-page-3.json", "headings": "headings/css-page-3.json", - "ids": "ids/css-page-3.json" + "ids": "ids/css-page-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 288)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-page-floats-3/", @@ -14934,7 +15007,8 @@ "css": "css/css-page-floats.json", "dfns": "dfns/css-page-floats-3.json", "headings": "headings/css-page-floats-3.json", - "ids": "ids/css-page-floats-3.json" + "ids": "ids/css-page-floats-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 289)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-paint-api-1/", @@ -15054,7 +15128,8 @@ "css": "css/css-position.json", "dfns": "dfns/css-position-3.json", "headings": "headings/css-position-3.json", - "ids": "ids/css-position-3.json" + "ids": "ids/css-position-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 291)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-properties-values-api-1/", @@ -15179,7 +15254,8 @@ "idlparsed": "idlparsed/css-pseudo.json", "dfns": "dfns/css-pseudo-4.json", "headings": "headings/css-pseudo-4.json", - "ids": "ids/css-pseudo-4.json" + "ids": "ids/css-pseudo-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 293)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-regions-1/", @@ -15234,7 +15310,8 @@ "css": "css/css-regions.json", "dfns": "dfns/css-regions-1.json", "headings": "headings/css-regions-1.json", - "ids": "ids/css-regions-1.json" + "ids": "ids/css-regions-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 294)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-rhythm-1/", @@ -15287,7 +15364,8 @@ "css": "css/css-rhythm.json", "dfns": "dfns/css-rhythm-1.json", "headings": "headings/css-rhythm-1.json", - "ids": "ids/css-rhythm-1.json" + "ids": "ids/css-rhythm-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 295)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-round-display-1/", @@ -15346,7 +15424,8 @@ "css": "css/css-round-display.json", "dfns": "dfns/css-round-display-1.json", "headings": "headings/css-round-display-1.json", - "ids": "ids/css-round-display-1.json" + "ids": "ids/css-round-display-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 296)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-ruby-1/", @@ -15405,7 +15484,8 @@ "css": "css/css-ruby.json", "dfns": "dfns/css-ruby-1.json", "headings": "headings/css-ruby-1.json", - "ids": "ids/css-ruby-1.json" + "ids": "ids/css-ruby-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 297)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-scoping-1/", @@ -15463,7 +15543,8 @@ "refs": "refs/css-scoping-1.json", "dfns": "dfns/css-scoping-1.json", "headings": "headings/css-scoping-1.json", - "ids": "ids/css-scoping-1.json" + "ids": "ids/css-scoping-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 298)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-scroll-anchoring-1/", @@ -15522,7 +15603,8 @@ "css": "css/css-scroll-anchoring.json", "dfns": "dfns/css-scroll-anchoring-1.json", "headings": "headings/css-scroll-anchoring-1.json", - "ids": "ids/css-scroll-anchoring-1.json" + "ids": "ids/css-scroll-anchoring-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 299)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-scroll-snap-1/", @@ -15582,7 +15664,8 @@ "css": "css/css-scroll-snap.json", "dfns": "dfns/css-scroll-snap-1.json", "headings": "headings/css-scroll-snap-1.json", - "ids": "ids/css-scroll-snap-1.json" + "ids": "ids/css-scroll-snap-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 300)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-scrollbars-1/", @@ -15641,7 +15724,8 @@ "css": "css/css-scrollbars.json", "dfns": "dfns/css-scrollbars-1.json", "headings": "headings/css-scrollbars-1.json", - "ids": "ids/css-scrollbars-1.json" + "ids": "ids/css-scrollbars-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 301)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-shadow-parts-1/", @@ -15702,7 +15786,8 @@ "css": "css/css-shadow-parts.json", "dfns": "dfns/css-shadow-parts-1.json", "headings": "headings/css-shadow-parts-1.json", - "ids": "ids/css-shadow-parts-1.json" + "ids": "ids/css-shadow-parts-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 302)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-shapes-1/", @@ -15762,7 +15847,8 @@ "css": "css/css-shapes.json", "dfns": "dfns/css-shapes-1.json", "headings": "headings/css-shapes-1.json", - "ids": "ids/css-shapes-1.json" + "ids": "ids/css-shapes-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 303)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-sizing-3/", @@ -15822,7 +15908,8 @@ "css": "css/css-sizing.json", "dfns": "dfns/css-sizing-3.json", "headings": "headings/css-sizing-3.json", - "ids": "ids/css-sizing-3.json" + "ids": "ids/css-sizing-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 304)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-sizing-4/", @@ -15882,7 +15969,8 @@ "css": "css/css-sizing-4.json", "dfns": "dfns/css-sizing-4.json", "headings": "headings/css-sizing-4.json", - "ids": "ids/css-sizing-4.json" + "ids": "ids/css-sizing-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 305)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-speech-1/", @@ -15941,7 +16029,8 @@ "css": "css/css-speech.json", "dfns": "dfns/css-speech-1.json", "headings": "headings/css-speech-1.json", - "ids": "ids/css-speech-1.json" + "ids": "ids/css-speech-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 306)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-style-attr/", @@ -16057,7 +16146,8 @@ "css": "css/css-syntax.json", "dfns": "dfns/css-syntax-3.json", "headings": "headings/css-syntax-3.json", - "ids": "ids/css-syntax-3.json" + "ids": "ids/css-syntax-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 308)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-tables-3/", @@ -16116,7 +16206,8 @@ "css": "css/css-tables.json", "dfns": "dfns/css-tables-3.json", "headings": "headings/css-tables-3.json", - "ids": "ids/css-tables-3.json" + "ids": "ids/css-tables-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 309)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-text-3/", @@ -16176,7 +16267,8 @@ "css": "css/css-text.json", "dfns": "dfns/css-text-3.json", "headings": "headings/css-text-3.json", - "ids": "ids/css-text-3.json" + "ids": "ids/css-text-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 310)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-text-4/", @@ -16236,7 +16328,8 @@ "css": "css/css-text-4.json", "dfns": "dfns/css-text-4.json", "headings": "headings/css-text-4.json", - "ids": "ids/css-text-4.json" + "ids": "ids/css-text-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 311)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-text-decor-3/", @@ -16296,7 +16389,8 @@ "css": "css/css-text-decor.json", "dfns": "dfns/css-text-decor-3.json", "headings": "headings/css-text-decor-3.json", - "ids": "ids/css-text-decor-3.json" + "ids": "ids/css-text-decor-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 312)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-text-decor-4/", @@ -16356,7 +16450,8 @@ "css": "css/css-text-decor-4.json", "dfns": "dfns/css-text-decor-4.json", "headings": "headings/css-text-decor-4.json", - "ids": "ids/css-text-decor-4.json" + "ids": "ids/css-text-decor-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 313)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-transforms-1/", @@ -16416,7 +16511,8 @@ "css": "css/css-transforms.json", "dfns": "dfns/css-transforms-1.json", "headings": "headings/css-transforms-1.json", - "ids": "ids/css-transforms-1.json" + "ids": "ids/css-transforms-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 314)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-transforms-2/", @@ -16476,7 +16572,8 @@ "css": "css/css-transforms-2.json", "dfns": "dfns/css-transforms-2.json", "headings": "headings/css-transforms-2.json", - "ids": "ids/css-transforms-2.json" + "ids": "ids/css-transforms-2.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 315)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-transitions-1/", @@ -16538,7 +16635,8 @@ "css": "css/css-transitions.json", "dfns": "dfns/css-transitions-1.json", "headings": "headings/css-transitions-1.json", - "ids": "ids/css-transitions-1.json" + "ids": "ids/css-transitions-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 316)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-typed-om-1/", @@ -16662,7 +16760,8 @@ "css": "css/css-ui.json", "dfns": "dfns/css-ui-4.json", "headings": "headings/css-ui-4.json", - "ids": "ids/css-ui-4.json" + "ids": "ids/css-ui-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 318)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-values-3/", @@ -16723,7 +16822,8 @@ "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", "headings": "headings/css-values-3.json", - "ids": "ids/css-values-3.json" + "ids": "ids/css-values-3.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 319)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-values-4/", @@ -16784,7 +16884,8 @@ "css": "css/css-values.json", "dfns": "dfns/css-values-4.json", "headings": "headings/css-values-4.json", - "ids": "ids/css-values-4.json" + "ids": "ids/css-values-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 320)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-variables-1/", @@ -16843,7 +16944,8 @@ "css": "css/css-variables.json", "dfns": "dfns/css-variables-1.json", "headings": "headings/css-variables-1.json", - "ids": "ids/css-variables-1.json" + "ids": "ids/css-variables-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 321)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-will-change-1/", @@ -16902,7 +17004,8 @@ "css": "css/css-will-change.json", "dfns": "dfns/css-will-change-1.json", "headings": "headings/css-will-change-1.json", - "ids": "ids/css-will-change-1.json" + "ids": "ids/css-will-change-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 322)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css-writing-modes-4/", @@ -16961,7 +17064,8 @@ "css": "css/css-writing-modes.json", "dfns": "dfns/css-writing-modes-4.json", "headings": "headings/css-writing-modes-4.json", - "ids": "ids/css-writing-modes-4.json" + "ids": "ids/css-writing-modes-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 323)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/CSS21/", @@ -17049,7 +17153,8 @@ "refs": "refs/CSS21.json", "dfns": "dfns/CSS21.json", "headings": "headings/CSS21.json", - "ids": "ids/CSS21.json" + "ids": "ids/CSS21.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 324)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/CSS22/", @@ -17139,7 +17244,7 @@ "dfns": "dfns/CSS22.json", "headings": "headings/CSS22.json", "ids": "ids/CSS22.json", - "error": "Error: Loading https://drafts.csswg.org/css2/ triggered network error Error: ENOENT: no such file or directory, open '/tmp/reffy-cache/drafts.csswg.org!css2.headers' Error: Loading https://drafts.csswg.org/css2/ triggered network error Error: ENOENT: no such file or directory, open '/tmp/reffy-cache/drafts.csswg.org!css2.headers'\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:483:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 325)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 325)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/css3-exclusions/", @@ -17198,7 +17303,8 @@ "css": "css/css-exclusions.json", "dfns": "dfns/css3-exclusions.json", "headings": "headings/css3-exclusions.json", - "ids": "ids/css3-exclusions.json" + "ids": "ids/css3-exclusions.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 326)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/cssom-1/", @@ -17258,7 +17364,8 @@ "idlparsed": "idlparsed/cssom.json", "dfns": "dfns/cssom-1.json", "headings": "headings/cssom-1.json", - "ids": "ids/cssom-1.json" + "ids": "ids/cssom-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 327)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/cssom-view-1/", @@ -17319,7 +17426,8 @@ "idlparsed": "idlparsed/cssom-view.json", "dfns": "dfns/cssom-view-1.json", "headings": "headings/cssom-view-1.json", - "ids": "ids/cssom-view-1.json" + "ids": "ids/cssom-view-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 328)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/device-memory-1/", @@ -17783,7 +17891,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -19586,10 +19694,10 @@ ], "crawled": "https://w3c.github.io/mediacapture-region/", "crawlCacheInfo": { - "lastModified": "Tue, 10 May 2022 18:52:37 GMT" + "lastModified": "Fri, 20 May 2022 12:42:55 GMT" }, "generator": "respec", - "date": "10 May 2022", + "date": "20 May 2022", "links": "links/mediacapture-region.json", "refs": "refs/mediacapture-region.json", "idl": "idl/mediacapture-region.idl", @@ -19769,7 +19877,8 @@ "css": "css/mediaqueries.json", "dfns": "dfns/mediaqueries-4.json", "headings": "headings/mediaqueries-4.json", - "ids": "ids/mediaqueries-4.json" + "ids": "ids/mediaqueries-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 371)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/mediaqueries-5/", @@ -19829,7 +19938,8 @@ "css": "css/mediaqueries-5.json", "dfns": "dfns/mediaqueries-5.json", "headings": "headings/mediaqueries-5.json", - "ids": "ids/mediaqueries-5.json" + "ids": "ids/mediaqueries-5.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 372)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/mediasession/", @@ -20112,7 +20222,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -20887,10 +20997,10 @@ ], "crawled": "https://w3c.github.io/payment-request/", "crawlCacheInfo": { - "lastModified": "Thu, 21 Apr 2022 15:07:47 GMT" + "lastModified": "Fri, 20 May 2022 08:24:07 GMT" }, "generator": "respec", - "date": "21 April 2022", + "date": "20 May 2022", "links": "links/payment-request.json", "refs": "refs/payment-request.json", "idl": "idl/payment-request.idl", @@ -20975,7 +21085,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -21034,7 +21144,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -21450,7 +21560,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -21729,7 +21839,8 @@ "idlparsed": "idlparsed/resize-observer.json", "dfns": "dfns/resize-observer-1.json", "headings": "headings/resize-observer-1.json", - "ids": "ids/resize-observer-1.json" + "ids": "ids/resize-observer-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 405)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/resource-hints/", @@ -22037,7 +22148,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -22253,7 +22364,8 @@ "css": "css/selectors.json", "dfns": "dfns/selectors-4.json", "headings": "headings/selectors-4.json", - "ids": "ids/selectors-4.json" + "ids": "ids/selectors-4.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 414)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/server-timing/", @@ -22392,7 +22504,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -23194,7 +23306,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/2011/webappsec/" + "url": "https://www.w3.org/groups/wg/webappsec" } ], "release": { @@ -23706,7 +23818,8 @@ "idlparsed": "idlparsed/web-animations.json", "dfns": "dfns/web-animations-1.json", "headings": "headings/web-animations-1.json", - "ids": "ids/web-animations-1.json" + "ids": "ids/web-animations-1.json", + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at __puppeteer_evaluation_script__:7:23\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 437)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" }, { "url": "https://www.w3.org/TR/web-share/", diff --git a/ed/links/capture-handle-identity.json b/ed/links/capture-handle-identity.json new file mode 100644 index 000000000000..73a57efcb372 --- /dev/null +++ b/ed/links/capture-handle-identity.json @@ -0,0 +1,51 @@ +{ + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://w3c.github.io/mediacapture-handle/identity/" + }, + "links": { + "https://www.w3.org/TR/screen-capture/": [ + "dfn-browser", + "dom-mediadevices-getdisplaymedia", + "dfn-display-surface" + ], + "https://www.w3.org/TR/": [], + "https://www.w3.org/groups/wg/webrtc": [], + "https://www.w3.org/Consortium/Patent-Policy/": [ + "def-essential", + "sec-Disclosure" + ], + "https://www.w3.org/groups/wg/webrtc/ipr": [], + "https://www.w3.org/2021/Process-20211102/": [], + "https://datatracker.ietf.org/doc/html/bcp14": [], + "https://webidl.spec.whatwg.org/": [ + "idl-boolean", + "idl-DOMString", + "idl-sequence", + "idl-undefined", + "exceptiondef-typeerror", + "notsupportederror", + "invalidstateerror" + ], + "https://www.w3.org/TR/mediacapture-streams/": [ + "dom-mediadevices", + "dom-mediastreamtrack", + "track-clone", + "track-ended" + ], + "https://github.com/w3c/mediacapture-handle/issues/11": [], + "https://html.spec.whatwg.org/": [ + "top-level-browsing-context", + "eventhandler" + ], + "https://dom.spec.whatwg.org/": [ + "callbackdef-eventlistener" + ], + "https://w3c.github.io/mediacapture-extensions/": [ + "transferable-mediastreamtrack" + ], + "https://github.com/w3c/mediacapture-handle/issues/12": [], + "https://www.rfc-editor.org/rfc/rfc2119": [], + "https://www.rfc-editor.org/rfc/rfc8174": [] + } +} \ No newline at end of file diff --git a/ed/links/html.json b/ed/links/html.json index 07b0cf63d20b..f7456ca5ffc5 100644 --- a/ed/links/html.json +++ b/ed/links/html.json @@ -2976,7 +2976,7 @@ "https://tools.ietf.org/html/rfc5545": [], "https://tools.ietf.org/html/rfc2483": [], "https://tools.ietf.org/html/rfc3676": [], - "https://tools.ietf.org/html/rfc4329": [], + "https://www.rfc-editor.org/rfc/rfc9239": [], "https://tools.ietf.org/html/rfc7595": [], "https://tools.ietf.org/html/rfc6381": [], "https://tools.ietf.org/html/rfc6350": [], diff --git a/ed/links/payment-request.json b/ed/links/payment-request.json index ffde44dcf8e7..a168486824c8 100644 --- a/ed/links/payment-request.json +++ b/ed/links/payment-request.json @@ -176,7 +176,6 @@ "https://github.com/w3c/payment-request/commit/82583cf": [], "https://github.com/w3c/payment-request/commit/ee3dde1": [], "https://github.com/w3c/payment-request/pull/961": [], - "https://github.com/w3c/payment-request/commit/597b6bf": [], "https://github.com/w3c/payment-request/commit/486c07a": [], "https://github.com/w3c/payment-request/pull/955": [], "https://github.com/w3c/payment-request/commit/4bb62e1": [], @@ -233,10 +232,8 @@ "https://github.com/w3c/payment-request/pull/765": [], "https://github.com/w3c/payment-request/commit/277a385": [], "https://github.com/w3c/payment-request/pull/794": [], - "https://github.com/w3c/payment-request/commit/7d48c6c": [], "https://github.com/w3c/payment-request/commit/5498f93": [], "https://github.com/w3c/payment-request/pull/789": [], - "https://github.com/w3c/payment-request/commit/21bc47b": [], "https://github.com/w3c/payment-request/commit/4020346": [], "https://github.com/w3c/payment-request/pull/768": [], "https://github.com/w3c/payment-request/commit/384b538": [], @@ -251,7 +248,6 @@ "https://github.com/w3c/payment-request/pull/748": [], "https://github.com/w3c/payment-request/commit/3faf6a4": [], "https://github.com/w3c/payment-request/pull/745": [], - "https://github.com/w3c/payment-request/commit/feaf7de": [], "https://github.com/w3c/payment-request/commit/ebd8310": [], "https://github.com/w3c/payment-request/pull/738": [], "https://github.com/w3c/payment-request/commit/d27cc16": [], @@ -266,8 +262,6 @@ "https://github.com/w3c/payment-request/pull/695": [], "https://github.com/w3c/payment-request/commit/10dc96e": [], "https://github.com/w3c/payment-request/pull/712": [], - "https://github.com/w3c/payment-request/commit/aa14e2f": [], - "https://github.com/w3c/payment-request/pull/713": [], "https://github.com/w3c/payment-request/commit/f0018f9": [], "https://github.com/w3c/payment-request/pull/690": [], "https://github.com/w3c/payment-request/commit/6b2aebc": [], diff --git a/ed/refs/capture-handle-identity.json b/ed/refs/capture-handle-identity.json new file mode 100644 index 000000000000..8698e1bc281b --- /dev/null +++ b/ed/refs/capture-handle-identity.json @@ -0,0 +1,44 @@ +{ + "spec": { + "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", + "url": "https://w3c.github.io/mediacapture-handle/identity/" + }, + "refs": { + "normative": [ + { + "name": "dom", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "html", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "mediacapture-streams", + "url": "https://www.w3.org/TR/mediacapture-streams/" + }, + { + "name": "RFC2119", + "url": "https://www.rfc-editor.org/rfc/rfc2119" + }, + { + "name": "RFC8174", + "url": "https://www.rfc-editor.org/rfc/rfc8174" + }, + { + "name": "SCREEN-CAPTURE", + "url": "https://www.w3.org/TR/screen-capture/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + } + ], + "informative": [ + { + "name": "GETUSERMEDIA", + "url": "https://www.w3.org/TR/mediacapture-streams/" + } + ] + } +} \ No newline at end of file diff --git a/ed/refs/html.json b/ed/refs/html.json index bcad09b3c3a8..387d050b1466 100644 --- a/ed/refs/html.json +++ b/ed/refs/html.json @@ -449,6 +449,10 @@ "name": "RFC3676", "url": "https://tools.ietf.org/html/rfc3676" }, + { + "name": "RFC9239", + "url": "https://www.rfc-editor.org/rfc/rfc9239" + }, { "name": "RFC7595", "url": "https://tools.ietf.org/html/rfc7595" @@ -723,10 +727,6 @@ "name": "PPUTF8", "url": "https://www.sw.it.aoyama.ac.jp/2012/pub/IUC11-UTF-8.pdf" }, - { - "name": "RFC4329", - "url": "https://tools.ietf.org/html/rfc4329" - }, { "name": "RFC4337", "url": "https://tools.ietf.org/html/rfc4337"