diff --git a/ed/dfns/direct-sockets.json b/ed/dfns/direct-sockets.json new file mode 100644 index 000000000000..47c7a47a8930 --- /dev/null +++ b/ed/dfns/direct-sockets.json @@ -0,0 +1,1848 @@ +{ + "spec": { + "title": "Direct Sockets API", + "url": "https://wicg.github.io/direct-sockets/" + }, + "dfns": [ + { + "id": "dom-tcpsocket", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocket", + "linkingText": [ + "TCPSocket" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpsocket-interface", + "title": "TCPSocket interface", + "number": "1" + }, + "definedIn": "pre" + }, + { + "id": "dfn-tcpsocket-task-source", + "href": "https://wicg.github.io/direct-sockets/#dfn-tcpsocket-task-source", + "linkingText": [ + "TCPSocket task source" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "tcpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpsocket-interface", + "title": "TCPSocket interface", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-readable", + "href": "https://wicg.github.io/direct-sockets/#dfn-readable", + "linkingText": [ + "[[readable]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "TCPSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "tcpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpsocket-interface", + "title": "TCPSocket interface", + "number": "1" + }, + "definedIn": "table" + }, + { + "id": "dfn-writable", + "href": "https://wicg.github.io/direct-sockets/#dfn-writable", + "linkingText": [ + "[[writable]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "TCPSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "tcpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpsocket-interface", + "title": "TCPSocket interface", + "number": "1" + }, + "definedIn": "table" + }, + { + "id": "dfn-openedpromise", + "href": "https://wicg.github.io/direct-sockets/#dfn-openedpromise", + "linkingText": [ + "[[openedPromise]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "TCPSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "tcpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpsocket-interface", + "title": "TCPSocket interface", + "number": "1" + }, + "definedIn": "table" + }, + { + "id": "dfn-closedpromise", + "href": "https://wicg.github.io/direct-sockets/#dfn-closedpromise", + "linkingText": [ + "[[closedPromise]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "TCPSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "tcpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpsocket-interface", + "title": "TCPSocket interface", + "number": "1" + }, + "definedIn": "table" + }, + { + "id": "dom-tcpsocket-constructor", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocket-constructor", + "linkingText": [ + "constructor()", + "constructor(remoteAddress, remotePort)", + "constructor(remoteAddress, remotePort, options)" + ], + "localLinkingText": [ + "TCPSocket.constructor", + "TCPSocket.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "TCPSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "constructor-method", + "href": "https://wicg.github.io/direct-sockets/#constructor-method", + "title": "constructor() method", + "number": "1.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpsocketoptions", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions", + "linkingText": [ + "TCPSocketOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-socketdnsquerytype", + "href": "https://wicg.github.io/direct-sockets/#dom-socketdnsquerytype", + "linkingText": [ + "SocketDnsQueryType" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-socketdnsquerytype-ipv4", + "href": "https://wicg.github.io/direct-sockets/#dom-socketdnsquerytype-ipv4", + "linkingText": [ + "ipv4" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "SocketDnsQueryType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-socketdnsquerytype-ipv6", + "href": "https://wicg.github.io/direct-sockets/#dom-socketdnsquerytype-ipv6", + "linkingText": [ + "ipv6" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "SocketDnsQueryType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-tcpsocketoptions-sendbuffersize", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-sendbuffersize", + "linkingText": [ + "sendBufferSize" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocketoptions-receivebuffersize", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-receivebuffersize", + "linkingText": [ + "receiveBufferSize" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocketoptions-nodelay", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-nodelay", + "linkingText": [ + "noDelay" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocketoptions-keepalivedelay", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-keepalivedelay", + "linkingText": [ + "keepAliveDelay" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocketoptions-dnsquerytype", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-dnsquerytype", + "linkingText": [ + "dnsQueryType" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dfn-initialize-tcpsocket-readable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-initialize-tcpsocket-readable-stream", + "linkingText": [ + "initialize TCPSocket readable stream", + "initialize the TCPSocket readable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "readable-attribute-internal", + "href": "https://wicg.github.io/direct-sockets/#readable-attribute-internal", + "title": "[[readable]] attribute (internal)", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-handle-closing-the-tcpsocket-readable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-tcpsocket-readable-stream", + "linkingText": [ + "handle closing the TCPSocket readable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "readable-attribute-internal", + "href": "https://wicg.github.io/direct-sockets/#readable-attribute-internal", + "title": "[[readable]] attribute (internal)", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-initialize-tcpsocket-writable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-initialize-tcpsocket-writable-stream", + "linkingText": [ + "initialize TCPSocket writable stream", + "initialize the TCPSocket writable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "writable-attribute-internal", + "href": "https://wicg.github.io/direct-sockets/#writable-attribute-internal", + "title": "[[writable]] attribute (internal)", + "number": "1.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-handle-closing-the-tcpsocket-writable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-tcpsocket-writable-stream", + "linkingText": [ + "handle closing the TCPSocket writable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "writable-attribute-internal", + "href": "https://wicg.github.io/direct-sockets/#writable-attribute-internal", + "title": "[[writable]] attribute (internal)", + "number": "1.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-tcpsocket-opened", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocket-opened", + "linkingText": [ + "opened" + ], + "localLinkingText": [ + "TCPSocket.opened" + ], + "type": "attribute", + "for": [ + "TCPSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opened-attribute", + "href": "https://wicg.github.io/direct-sockets/#opened-attribute", + "title": "opened attribute", + "number": "1.4" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpsocketopeninfo", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo", + "linkingText": [ + "TCPSocketOpenInfo" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketopeninfo-dictionary", + "title": "TCPSocketOpenInfo dictionary", + "number": "1.4.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpsocketopeninfo-readable", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-readable", + "linkingText": [ + "readable" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketopeninfo-dictionary", + "title": "TCPSocketOpenInfo dictionary", + "number": "1.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocketopeninfo-writable", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-writable", + "linkingText": [ + "writable" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketopeninfo-dictionary", + "title": "TCPSocketOpenInfo dictionary", + "number": "1.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocketopeninfo-remoteaddress", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-remoteaddress", + "linkingText": [ + "remoteAddress" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketopeninfo-dictionary", + "title": "TCPSocketOpenInfo dictionary", + "number": "1.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocketopeninfo-remoteport", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-remoteport", + "linkingText": [ + "remotePort" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketopeninfo-dictionary", + "title": "TCPSocketOpenInfo dictionary", + "number": "1.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocketopeninfo-localaddress", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-localaddress", + "linkingText": [ + "localAddress" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketopeninfo-dictionary", + "title": "TCPSocketOpenInfo dictionary", + "number": "1.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocketopeninfo-localport", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-localport", + "linkingText": [ + "localPort" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketopeninfo-dictionary", + "title": "TCPSocketOpenInfo dictionary", + "number": "1.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpsocket-closed", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocket-closed", + "linkingText": [ + "closed" + ], + "localLinkingText": [ + "TCPSocket.closed" + ], + "type": "attribute", + "for": [ + "TCPSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "closed-attribute", + "href": "https://wicg.github.io/direct-sockets/#closed-attribute", + "title": "closed attribute", + "number": "1.5" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpsocket-close", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpsocket-close", + "linkingText": [ + "close()" + ], + "localLinkingText": [ + "TCPSocket.close", + "TCPSocket.close()", + "close" + ], + "type": "method", + "for": [ + "TCPSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-method", + "href": "https://wicg.github.io/direct-sockets/#close-method", + "title": "close() method", + "number": "1.6" + }, + "definedIn": "heading" + }, + { + "id": "dom-udpsocket", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocket", + "linkingText": [ + "UDPSocket" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#udpsocket-interface", + "title": "UDPSocket interface", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "dfn-udpsocket-task-source", + "href": "https://wicg.github.io/direct-sockets/#dfn-udpsocket-task-source", + "linkingText": [ + "UDPSocket task source" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "udpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#udpsocket-interface", + "title": "UDPSocket interface", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-readable-0", + "href": "https://wicg.github.io/direct-sockets/#dfn-readable-0", + "linkingText": [ + "[[readable]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "UDPSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "udpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#udpsocket-interface", + "title": "UDPSocket interface", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "dfn-writable-0", + "href": "https://wicg.github.io/direct-sockets/#dfn-writable-0", + "linkingText": [ + "[[writable]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "UDPSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "udpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#udpsocket-interface", + "title": "UDPSocket interface", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "dfn-openedpromise-0", + "href": "https://wicg.github.io/direct-sockets/#dfn-openedpromise-0", + "linkingText": [ + "[[openedPromise]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "UDPSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "udpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#udpsocket-interface", + "title": "UDPSocket interface", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "dfn-closedpromise-0", + "href": "https://wicg.github.io/direct-sockets/#dfn-closedpromise-0", + "linkingText": [ + "[[closedPromise]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "UDPSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "udpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#udpsocket-interface", + "title": "UDPSocket interface", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "dom-udpsocket-constructor", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocket-constructor", + "linkingText": [ + "constructor()", + "constructor(options)" + ], + "localLinkingText": [ + "UDPSocket.constructor", + "UDPSocket.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "UDPSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "constructor-method-0", + "href": "https://wicg.github.io/direct-sockets/#constructor-method-0", + "title": "constructor() method", + "number": "2.1" + }, + "definedIn": "heading" + }, + { + "id": "dfn-mode", + "href": "https://wicg.github.io/direct-sockets/#dfn-mode", + "linkingText": [ + "mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "constructor-method-0", + "href": "https://wicg.github.io/direct-sockets/#constructor-method-0", + "title": "constructor() method", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-connected", + "href": "https://wicg.github.io/direct-sockets/#dfn-connected", + "linkingText": [ + "connected" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "constructor-method-0", + "href": "https://wicg.github.io/direct-sockets/#constructor-method-0", + "title": "constructor() method", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-bound", + "href": "https://wicg.github.io/direct-sockets/#dfn-bound", + "linkingText": [ + "bound" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "constructor-method-0", + "href": "https://wicg.github.io/direct-sockets/#constructor-method-0", + "title": "constructor() method", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-udpsocketoptions", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions", + "linkingText": [ + "UDPSocketOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-udpsocketoptions-remoteaddress", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-remoteaddress", + "linkingText": [ + "remoteAddress" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketoptions-remoteport", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-remoteport", + "linkingText": [ + "remotePort" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketoptions-localaddress", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-localaddress", + "linkingText": [ + "localAddress" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketoptions-localport", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-localport", + "linkingText": [ + "localPort" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketoptions-sendbuffersize", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-sendbuffersize", + "linkingText": [ + "sendBufferSize" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketoptions-receivebuffersize", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-receivebuffersize", + "linkingText": [ + "receiveBufferSize" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketoptions-dnsquerytype", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-dnsquerytype", + "linkingText": [ + "dnsQueryType" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketoptions-ipv6only", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-ipv6only", + "linkingText": [ + "ipv6Only" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpmessage", + "href": "https://wicg.github.io/direct-sockets/#dom-udpmessage", + "linkingText": [ + "UDPMessage" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "udpmessage-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpmessage-dictionary", + "title": "UDPMessage dictionary", + "number": "2.1.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-udpmessage-data", + "href": "https://wicg.github.io/direct-sockets/#dom-udpmessage-data", + "linkingText": [ + "data" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPMessage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpmessage-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpmessage-dictionary", + "title": "UDPMessage dictionary", + "number": "2.1.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpmessage-remoteaddress", + "href": "https://wicg.github.io/direct-sockets/#dom-udpmessage-remoteaddress", + "linkingText": [ + "remoteAddress" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPMessage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpmessage-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpmessage-dictionary", + "title": "UDPMessage dictionary", + "number": "2.1.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpmessage-remoteport", + "href": "https://wicg.github.io/direct-sockets/#dom-udpmessage-remoteport", + "linkingText": [ + "remotePort" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPMessage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpmessage-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpmessage-dictionary", + "title": "UDPMessage dictionary", + "number": "2.1.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpmessage-dnsquerytype", + "href": "https://wicg.github.io/direct-sockets/#dom-udpmessage-dnsquerytype", + "linkingText": [ + "dnsQueryType" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPMessage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpmessage-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpmessage-dictionary", + "title": "UDPMessage dictionary", + "number": "2.1.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-initialize-udpsocket-readable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-initialize-udpsocket-readable-stream", + "linkingText": [ + "initialize UDPSocket readable stream", + "initialize the UDPSocket readable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "readable-attribute-internal-0", + "href": "https://wicg.github.io/direct-sockets/#readable-attribute-internal-0", + "title": "[[readable]] attribute (internal)", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-handle-closing-the-udpsocket-readable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-udpsocket-readable-stream", + "linkingText": [ + "handle closing the UDPSocket readable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "readable-attribute-internal-0", + "href": "https://wicg.github.io/direct-sockets/#readable-attribute-internal-0", + "title": "[[readable]] attribute (internal)", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-initialize-udpsocket-writable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-initialize-udpsocket-writable-stream", + "linkingText": [ + "initialize UDPSocket writable stream", + "initialize the UDPSocket writable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "writable-attribute-internal-0", + "href": "https://wicg.github.io/direct-sockets/#writable-attribute-internal-0", + "title": "[[writable]] attribute (internal)", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-handle-closing-the-udpsocket-writable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-udpsocket-writable-stream", + "linkingText": [ + "handle closing the UDPSocket writable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "writable-attribute-internal-0", + "href": "https://wicg.github.io/direct-sockets/#writable-attribute-internal-0", + "title": "[[writable]] attribute (internal)", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-udpsocket-opened", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocket-opened", + "linkingText": [ + "opened" + ], + "localLinkingText": [ + "UDPSocket.opened" + ], + "type": "attribute", + "for": [ + "UDPSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opened-attribute-0", + "href": "https://wicg.github.io/direct-sockets/#opened-attribute-0", + "title": "opened attribute", + "number": "2.4" + }, + "definedIn": "heading" + }, + { + "id": "dom-udpsocketopeninfo", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo", + "linkingText": [ + "UDPSocketOpenInfo" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketopeninfo-dictionary", + "title": "UDPSocketOpenInfo dictionary", + "number": "2.4.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-udpsocketopeninfo-readable", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-readable", + "linkingText": [ + "readable" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketopeninfo-dictionary", + "title": "UDPSocketOpenInfo dictionary", + "number": "2.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketopeninfo-writable", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-writable", + "linkingText": [ + "writable" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketopeninfo-dictionary", + "title": "UDPSocketOpenInfo dictionary", + "number": "2.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketopeninfo-remoteaddress", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-remoteaddress", + "linkingText": [ + "remoteAddress" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketopeninfo-dictionary", + "title": "UDPSocketOpenInfo dictionary", + "number": "2.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketopeninfo-remoteport", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-remoteport", + "linkingText": [ + "remotePort" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketopeninfo-dictionary", + "title": "UDPSocketOpenInfo dictionary", + "number": "2.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketopeninfo-localaddress", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-localaddress", + "linkingText": [ + "localAddress" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketopeninfo-dictionary", + "title": "UDPSocketOpenInfo dictionary", + "number": "2.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocketopeninfo-localport", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-localport", + "linkingText": [ + "localPort" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UDPSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "udpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketopeninfo-dictionary", + "title": "UDPSocketOpenInfo dictionary", + "number": "2.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-udpsocket-closed", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocket-closed", + "linkingText": [ + "closed" + ], + "localLinkingText": [ + "UDPSocket.closed" + ], + "type": "attribute", + "for": [ + "UDPSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "closed-attribute-0", + "href": "https://wicg.github.io/direct-sockets/#closed-attribute-0", + "title": "closed attribute", + "number": "2.5" + }, + "definedIn": "heading" + }, + { + "id": "dom-udpsocket-close", + "href": "https://wicg.github.io/direct-sockets/#dom-udpsocket-close", + "linkingText": [ + "close()" + ], + "localLinkingText": [ + "UDPSocket.close", + "UDPSocket.close()", + "close" + ], + "type": "method", + "for": [ + "UDPSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-method-0", + "href": "https://wicg.github.io/direct-sockets/#close-method-0", + "title": "close() method", + "number": "2.6" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpserversocket", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocket", + "linkingText": [ + "TCPServerSocket" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tcpserversocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocket-interface", + "title": "TCPServerSocket interface", + "number": "3" + }, + "definedIn": "pre" + }, + { + "id": "dfn-tcpserversocket-task-source", + "href": "https://wicg.github.io/direct-sockets/#dfn-tcpserversocket-task-source", + "linkingText": [ + "TCPServerSocket task source" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "tcpserversocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocket-interface", + "title": "TCPServerSocket interface", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-readable-1", + "href": "https://wicg.github.io/direct-sockets/#dfn-readable-1", + "linkingText": [ + "[[readable]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "TCPServerSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "tcpserversocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocket-interface", + "title": "TCPServerSocket interface", + "number": "3" + }, + "definedIn": "table" + }, + { + "id": "dfn-openedpromise-1", + "href": "https://wicg.github.io/direct-sockets/#dfn-openedpromise-1", + "linkingText": [ + "[[openedPromise]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "TCPServerSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "tcpserversocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocket-interface", + "title": "TCPServerSocket interface", + "number": "3" + }, + "definedIn": "table" + }, + { + "id": "dfn-closedpromise-1", + "href": "https://wicg.github.io/direct-sockets/#dfn-closedpromise-1", + "linkingText": [ + "[[closedPromise]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "TCPServerSocket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "tcpserversocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocket-interface", + "title": "TCPServerSocket interface", + "number": "3" + }, + "definedIn": "table" + }, + { + "id": "dom-tcpserversocket-constructor", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocket-constructor", + "linkingText": [ + "constructor()", + "constructor(localAddress)", + "constructor(localAddress, options)" + ], + "localLinkingText": [ + "TCPServerSocket.constructor", + "TCPServerSocket.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "TCPServerSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "constructor-method-1", + "href": "https://wicg.github.io/direct-sockets/#constructor-method-1", + "title": "constructor() method", + "number": "3.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpserversocketoptions", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocketoptions", + "linkingText": [ + "TCPServerSocketOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tcpserversocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketoptions-dictionary", + "title": "TCPServerSocketOptions dictionary", + "number": "3.1.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpserversocketoptions-localport", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocketoptions-localport", + "linkingText": [ + "localPort" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPServerSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpserversocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketoptions-dictionary", + "title": "TCPServerSocketOptions dictionary", + "number": "3.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpserversocketoptions-backlog", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocketoptions-backlog", + "linkingText": [ + "backlog" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPServerSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpserversocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketoptions-dictionary", + "title": "TCPServerSocketOptions dictionary", + "number": "3.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpserversocketoptions-ipv6only", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocketoptions-ipv6only", + "linkingText": [ + "ipv6Only" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPServerSocketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpserversocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketoptions-dictionary", + "title": "TCPServerSocketOptions dictionary", + "number": "3.1.1" + }, + "definedIn": "dt" + }, + { + "id": "dfn-initialize-tcpserversocket-readable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-initialize-tcpserversocket-readable-stream", + "linkingText": [ + "initialize TCPServerSocket readable stream", + "initialize the TCPServerSocket readable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "readable-attribute-internal-1", + "href": "https://wicg.github.io/direct-sockets/#readable-attribute-internal-1", + "title": "[[readable]] attribute (internal)", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-handle-closing-the-tcpserversocket-readable-stream", + "href": "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-tcpserversocket-readable-stream", + "linkingText": [ + "handle closing the TCPServerSocket readable stream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "readable-attribute-internal-1", + "href": "https://wicg.github.io/direct-sockets/#readable-attribute-internal-1", + "title": "[[readable]] attribute (internal)", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-tcpserversocket-opened", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocket-opened", + "linkingText": [ + "opened" + ], + "localLinkingText": [ + "TCPServerSocket.opened" + ], + "type": "attribute", + "for": [ + "TCPServerSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "opened-attribute-1", + "href": "https://wicg.github.io/direct-sockets/#opened-attribute-1", + "title": "opened attribute", + "number": "3.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpserversocketopeninfo", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocketopeninfo", + "linkingText": [ + "TCPServerSocketOpenInfo" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tcpserversocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketopeninfo-dictionary", + "title": "TCPServerSocketOpenInfo dictionary", + "number": "3.3.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpserversocketopeninfo-readable", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocketopeninfo-readable", + "linkingText": [ + "readable" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPServerSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpserversocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketopeninfo-dictionary", + "title": "TCPServerSocketOpenInfo dictionary", + "number": "3.3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpserversocketopeninfo-localaddress", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocketopeninfo-localaddress", + "linkingText": [ + "localAddress" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPServerSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpserversocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketopeninfo-dictionary", + "title": "TCPServerSocketOpenInfo dictionary", + "number": "3.3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpserversocketopeninfo-localport", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocketopeninfo-localport", + "linkingText": [ + "localPort" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "TCPServerSocketOpenInfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "tcpserversocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketopeninfo-dictionary", + "title": "TCPServerSocketOpenInfo dictionary", + "number": "3.3.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-tcpserversocket-closed", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocket-closed", + "linkingText": [ + "closed" + ], + "localLinkingText": [ + "TCPServerSocket.closed" + ], + "type": "attribute", + "for": [ + "TCPServerSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "closed-attribute-1", + "href": "https://wicg.github.io/direct-sockets/#closed-attribute-1", + "title": "closed attribute", + "number": "3.4" + }, + "definedIn": "heading" + }, + { + "id": "dom-tcpserversocket-close", + "href": "https://wicg.github.io/direct-sockets/#dom-tcpserversocket-close", + "linkingText": [ + "close()" + ], + "localLinkingText": [ + "TCPServerSocket.close", + "TCPServerSocket.close()", + "close" + ], + "type": "method", + "for": [ + "TCPServerSocket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-method-1", + "href": "https://wicg.github.io/direct-sockets/#close-method-1", + "title": "close() method", + "number": "3.5" + }, + "definedIn": "heading" + }, + { + "id": "dfn-direct-sockets", + "href": "https://wicg.github.io/direct-sockets/#dfn-direct-sockets", + "linkingText": [ + "direct-sockets" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "policy-controlled feature" + ], + "access": "private", + "informative": false, + "heading": { + "id": "permissions-policy", + "href": "https://wicg.github.io/direct-sockets/#permissions-policy", + "title": "Permissions Policy", + "number": "4.1" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/document-picture-in-picture.json b/ed/dfns/document-picture-in-picture.json new file mode 100644 index 000000000000..7bdc5530708a --- /dev/null +++ b/ed/dfns/document-picture-in-picture.json @@ -0,0 +1,405 @@ +{ + "spec": { + "title": "Document Picture-in-Picture Specification", + "url": "https://wicg.github.io/document-picture-in-picture/" + }, + "dfns": [ + { + "id": "documentpictureinpicture", + "href": "https://wicg.github.io/document-picture-in-picture/#documentpictureinpicture", + "linkingText": [ + "DocumentPictureInPicture" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api", + "href": "https://wicg.github.io/document-picture-in-picture/#api", + "title": "API", + "number": "5" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpicture-requestwindow-options-options", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpicture-requestwindow-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "DocumentPictureInPicture/requestWindow(options)", + "DocumentPictureInPicture/requestWindow()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpicture-onenter", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpicture-onenter", + "linkingText": [ + "onenter" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "DocumentPictureInPicture" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-documentpictureinpictureoptions", + "href": "https://wicg.github.io/document-picture-in-picture/#dictdef-documentpictureinpictureoptions", + "linkingText": [ + "DocumentPictureInPictureOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpictureoptions-width", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureoptions-width", + "linkingText": [ + "width" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "DocumentPictureInPictureOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpictureoptions-height", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureoptions-height", + "linkingText": [ + "height" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "DocumentPictureInPictureOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpictureoptions-copystylesheets", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureoptions-copystylesheets", + "linkingText": [ + "copyStyleSheets" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "DocumentPictureInPictureOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "documentpictureinpictureevent", + "href": "https://wicg.github.io/document-picture-in-picture/#documentpictureinpictureevent", + "linkingText": [ + "DocumentPictureInPictureEvent" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpictureevent-documentpictureinpictureevent", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureevent-documentpictureinpictureevent", + "linkingText": [ + "DocumentPictureInPictureEvent(type, eventInitDict)", + "constructor(type, eventInitDict)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "DocumentPictureInPictureEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpictureevent-documentpictureinpictureevent-type-eventinitdict-type", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureevent-documentpictureinpictureevent-type-eventinitdict-type", + "linkingText": [ + "type" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "DocumentPictureInPictureEvent/DocumentPictureInPictureEvent(type, eventInitDict)", + "DocumentPictureInPictureEvent/constructor(type, eventInitDict)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpictureevent-documentpictureinpictureevent-type-eventinitdict-eventinitdict", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureevent-documentpictureinpictureevent-type-eventinitdict-eventinitdict", + "linkingText": [ + "eventInitDict" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "DocumentPictureInPictureEvent/DocumentPictureInPictureEvent(type, eventInitDict)", + "DocumentPictureInPictureEvent/constructor(type, eventInitDict)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpictureevent-window", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureevent-window", + "linkingText": [ + "window" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "DocumentPictureInPictureEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-documentpictureinpictureeventinit", + "href": "https://wicg.github.io/document-picture-in-picture/#dictdef-documentpictureinpictureeventinit", + "linkingText": [ + "DocumentPictureInPictureEventInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "dom-documentpictureinpictureeventinit-window", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureeventinit-window", + "linkingText": [ + "window" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "DocumentPictureInPictureEventInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "pre" + }, + { + "id": "window-documentpictureinpicture-api", + "href": "https://wicg.github.io/document-picture-in-picture/#window-documentpictureinpicture-api", + "linkingText": [ + "documentPictureInPicture API" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "Window" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "prose" + }, + { + "id": "dom-window-documentpictureinpicture", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-window-documentpictureinpicture", + "linkingText": [ + "documentPictureInPicture" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Window" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "prose" + }, + { + "id": "dom-documentpictureinpicture-window", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpicture-window", + "linkingText": [ + "window" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "DocumentPictureInPicture" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "prose" + }, + { + "id": "dom-documentpictureinpicture-requestwindow", + "href": "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpicture-requestwindow", + "linkingText": [ + "requestWindow(options)", + "requestWindow()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "DocumentPictureInPicture" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "prose" + }, + { + "id": "eventdef-documentpictureinpicture-enter", + "href": "https://wicg.github.io/document-picture-in-picture/#eventdef-documentpictureinpicture-enter", + "linkingText": [ + "enter" + ], + "localLinkingText": [], + "type": "event", + "for": [ + "DocumentPictureInPicture" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "title": "Document Picture-in-Picture Specification" + }, + "definedIn": "dt" + }, + { + "id": "document-picture-in-picture-support", + "href": "https://wicg.github.io/document-picture-in-picture/#document-picture-in-picture-support", + "linkingText": [ + "Document Picture-in-Picture Support" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "pip-support", + "href": "https://wicg.github.io/document-picture-in-picture/#pip-support", + "title": "Document Picture-in-Picture Support", + "number": "6.1" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/local-network-access.json b/ed/dfns/local-network-access.json index 5242052d52c7..2b5d70c50e7f 100644 --- a/ed/dfns/local-network-access.json +++ b/ed/dfns/local-network-access.json @@ -205,10 +205,10 @@ "definedIn": "prose" }, { - "id": "http-headerdef-access-control-request-local-network", - "href": "https://wicg.github.io/local-network-access/#http-headerdef-access-control-request-local-network", + "id": "http-headerdef-access-control-request-private-network", + "href": "https://wicg.github.io/local-network-access/#http-headerdef-access-control-request-private-network", "linkingText": [ - "Access-Control-Request-Local-Network" + "Access-Control-Request-Private-Network" ], "localLinkingText": [], "type": "http-header", @@ -224,10 +224,10 @@ "definedIn": "prose" }, { - "id": "http-headerdef-access-control-allow-local-network", - "href": "https://wicg.github.io/local-network-access/#http-headerdef-access-control-allow-local-network", + "id": "http-headerdef-access-control-allow-private-network", + "href": "https://wicg.github.io/local-network-access/#http-headerdef-access-control-allow-private-network", "linkingText": [ - "Access-Control-Allow-Local-Network" + "Access-Control-Allow-Private-Network" ], "localLinkingText": [], "type": "http-header", diff --git a/ed/dfns/nav-tracking-mitigations.json b/ed/dfns/nav-tracking-mitigations.json new file mode 100644 index 000000000000..a7bd4002cd89 --- /dev/null +++ b/ed/dfns/nav-tracking-mitigations.json @@ -0,0 +1,247 @@ +{ + "spec": { + "title": "Navigational-Tracking Mitigations", + "url": "https://privacycg.github.io/nav-tracking-mitigations/" + }, + "dfns": [ + { + "id": "link-decoration", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#link-decoration", + "linkingText": [ + "Link decoration" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#terminology", + "title": "Terminology", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "navigational-tracking", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#navigational-tracking", + "linkingText": [ + "Navigational tracking" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#title", + "title": "Navigational-Tracking Mitigations" + }, + "definedIn": "prose" + }, + { + "id": "bounce-tracking", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking", + "linkingText": [ + "Bounce tracking" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#title", + "title": "Navigational-Tracking Mitigations" + }, + "definedIn": "prose" + }, + { + "id": "user-activation-map", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#user-activation-map", + "linkingText": [ + "user activation map" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "bounce-tracking-mitigations-data-model", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-data-model", + "title": "Data Model", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "candidate-bounce-tracking-map", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#candidate-bounce-tracking-map", + "linkingText": [ + "candidate bounce tracking map" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#title", + "title": "Navigational-Tracking Mitigations" + }, + "definedIn": "prose" + }, + { + "id": "bounce-tracking-grace-period", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-grace-period", + "linkingText": [ + "bounce tracking grace period" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#title", + "title": "Navigational-Tracking Mitigations" + }, + "definedIn": "prose" + }, + { + "id": "bounce-tracking-activation-lifetime", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-activation-lifetime", + "linkingText": [ + "bounce tracking activation lifetime" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#title", + "title": "Navigational-Tracking Mitigations" + }, + "definedIn": "prose" + }, + { + "id": "bounce-tracking-timer-period", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-timer-period", + "linkingText": [ + "bounce tracking timer period" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#title", + "title": "Navigational-Tracking Mitigations" + }, + "definedIn": "prose" + }, + { + "id": "record-a-user-activation", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#record-a-user-activation", + "linkingText": [ + "record a user activation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "bounce-tracking-mitigations-activation-monkey-patch", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-activation-monkey-patch", + "title": "User Activation Monkey Patch", + "number": "6.2.1" + }, + "definedIn": "prose" + }, + { + "id": "bounce-tracking-timer", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-timer", + "linkingText": [ + "bounce tracking timer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "bounce-tracking-mitigations-timer", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-timer", + "title": "Timer", + "number": "6.2.2" + }, + "definedIn": "prose" + }, + { + "id": "clear-cookies-for-host", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#clear-cookies-for-host", + "linkingText": [ + "clear cookies for host" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "bounce-tracking-mitigations-deletion", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-deletion", + "title": "Deletion", + "number": "6.2.3" + }, + "definedIn": "prose" + }, + { + "id": "clear-non-cookie-storage-for-host", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#clear-non-cookie-storage-for-host", + "linkingText": [ + "clear non-cookie storage for host" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#title", + "title": "Navigational-Tracking Mitigations" + }, + "definedIn": "prose" + }, + { + "id": "clear-cache-for-host", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#clear-cache-for-host", + "linkingText": [ + "clear cache for host" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#title", + "title": "Navigational-Tracking Mitigations" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/real-world-meshing.json b/ed/dfns/real-world-meshing.json new file mode 100644 index 000000000000..ab7817ac28f5 --- /dev/null +++ b/ed/dfns/real-world-meshing.json @@ -0,0 +1,353 @@ +{ + "spec": { + "title": "WebXR Mesh Detection Module", + "url": "https://immersive-web.github.io/real-world-meshing/" + }, + "dfns": [ + { + "id": "mesh-detection", + "href": "https://immersive-web.github.io/real-world-meshing/#mesh-detection", + "linkingText": [ + "mesh-detection" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "anchor-feature-descriptor", + "href": "https://immersive-web.github.io/real-world-meshing/#anchor-feature-descriptor", + "title": "Feature descriptor", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "xrmesh", + "href": "https://immersive-web.github.io/real-world-meshing/#xrmesh", + "linkingText": [ + "XRMesh" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "mesh", + "href": "https://immersive-web.github.io/real-world-meshing/#mesh", + "title": "XRMesh", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmesh-meshspace", + "href": "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-meshspace", + "linkingText": [ + "meshSpace" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRMesh" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmesh-vertices", + "href": "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-vertices", + "linkingText": [ + "vertices" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRMesh" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmesh-indices", + "href": "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-indices", + "linkingText": [ + "indices" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRMesh" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmesh-lastchangedtime", + "href": "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-lastchangedtime", + "linkingText": [ + "lastChangedTime" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRMesh" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmesh-semanticlabel", + "href": "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-semanticlabel", + "linkingText": [ + "semanticLabel" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRMesh" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "pre" + }, + { + "id": "xrmesh-native-entity", + "href": "https://immersive-web.github.io/real-world-meshing/#xrmesh-native-entity", + "linkingText": [ + "native entity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRMesh" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "prose" + }, + { + "id": "xrmesh-frame", + "href": "https://immersive-web.github.io/real-world-meshing/#xrmesh-frame", + "linkingText": [ + "frame" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRMesh" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "prose" + }, + { + "id": "xrmeshset", + "href": "https://immersive-web.github.io/real-world-meshing/#xrmeshset", + "linkingText": [ + "XRMeshSet" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "mesh-set", + "href": "https://immersive-web.github.io/real-world-meshing/#mesh-set", + "title": "XRMeshSet", + "number": "4.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrframe-detectedmeshs", + "href": "https://immersive-web.github.io/real-world-meshing/#dom-xrframe-detectedmeshs", + "linkingText": [ + "detectedMeshs" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRFrame" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "pre" + }, + { + "id": "xrsession-set-of-tracked-meshs", + "href": "https://immersive-web.github.io/real-world-meshing/#xrsession-set-of-tracked-meshs", + "linkingText": [ + "set of tracked meshs" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRSession" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "prose" + }, + { + "id": "update-meshs", + "href": "https://immersive-web.github.io/real-world-meshing/#update-meshs", + "linkingText": [ + "update meshs" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "prose" + }, + { + "id": "create-mesh-object", + "href": "https://immersive-web.github.io/real-world-meshing/#create-mesh-object", + "linkingText": [ + "create mesh object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "prose" + }, + { + "id": "correspond-to", + "href": "https://immersive-web.github.io/real-world-meshing/#correspond-to", + "linkingText": [ + "correspond to" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "prose" + }, + { + "id": "update-mesh-object", + "href": "https://immersive-web.github.io/real-world-meshing/#update-mesh-object", + "linkingText": [ + "update mesh object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "prose" + }, + { + "id": "native-mesh-detection", + "href": "https://immersive-web.github.io/real-world-meshing/#native-mesh-detection", + "linkingText": [ + "native mesh detection" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "prose" + }, + { + "id": "native-mesh-objects", + "href": "https://immersive-web.github.io/real-world-meshing/#native-mesh-objects", + "linkingText": [ + "native mesh objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "title": "WebXR Mesh Detection Module" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/resource-timing.json b/ed/dfns/resource-timing.json index 2463edaad2f9..4f646cf25204 100644 --- a/ed/dfns/resource-timing.json +++ b/ed/dfns/resource-timing.json @@ -575,6 +575,29 @@ }, "definedIn": "prose" }, + { + "id": "dom-performanceresourcetiming-firstinterimresponsestart", + "href": "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-firstinterimresponsestart", + "linkingText": [ + "firstInterimResponseStart" + ], + "localLinkingText": [ + "PerformanceResourceTiming.firstInterimResponseStart" + ], + "type": "attribute", + "for": [ + "PerformanceResourceTiming" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-performanceresourcetiming", + "href": "https://w3c.github.io/resource-timing/#sec-performanceresourcetiming", + "title": "The PerformanceResourceTiming Interface", + "number": "4.3" + }, + "definedIn": "prose" + }, { "id": "dom-performanceresourcetiming-responsestart", "href": "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-responsestart", diff --git a/ed/dfns/shared-storage.json b/ed/dfns/shared-storage.json new file mode 100644 index 000000000000..05b6273c319e --- /dev/null +++ b/ed/dfns/shared-storage.json @@ -0,0 +1,2328 @@ +{ + "spec": { + "title": "Shared Storage API", + "url": "https://wicg.github.io/shared-storage/" + }, + "dfns": [ + { + "id": "sharedstorageworklet", + "href": "https://wicg.github.io/shared-storage/#sharedstorageworklet", + "linkingText": [ + "SharedStorageWorklet" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "worklet", + "href": "https://wicg.github.io/shared-storage/#worklet", + "title": "The SharedStorageWorklet Interface", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "module-added", + "href": "https://wicg.github.io/shared-storage/#module-added", + "linkingText": [ + "module added" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "check-if-module-added-and-update-status", + "href": "https://wicg.github.io/shared-storage/#check-if-module-added-and-update-status", + "linkingText": [ + "check if module added and update status" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "sharedstorageworkletglobalscope", + "href": "https://wicg.github.io/shared-storage/#sharedstorageworkletglobalscope", + "linkingText": [ + "SharedStorageWorkletGlobalScope" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "global-scope", + "href": "https://wicg.github.io/shared-storage/#global-scope", + "title": "The SharedStorageWorkletGlobalScope", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorageworkletglobalscope-register-name-operationctor-name", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorageworkletglobalscope-register-name-operationctor-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorageWorkletGlobalScope/register(name, operationCtor)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorageworkletglobalscope-register-name-operationctor-operationctor", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorageworkletglobalscope-register-name-operationctor-operationctor", + "linkingText": [ + "operationCtor" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorageWorkletGlobalScope/register(name, operationCtor)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "callbackdef-sharedstorageoperationconstructor", + "href": "https://wicg.github.io/shared-storage/#callbackdef-sharedstorageoperationconstructor", + "linkingText": [ + "SharedStorageOperationConstructor" + ], + "localLinkingText": [], + "type": "callback", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorageoperationconstructor-options", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorageoperationconstructor-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorageOperationConstructor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "sharedstorageoperation", + "href": "https://wicg.github.io/shared-storage/#sharedstorageoperation", + "linkingText": [ + "SharedStorageOperation" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-sharedstoragerunoperationmethodoptions", + "href": "https://wicg.github.io/shared-storage/#dictdef-sharedstoragerunoperationmethodoptions", + "linkingText": [ + "SharedStorageRunOperationMethodOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstoragerunoperationmethodoptions-data", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperationmethodoptions-data", + "linkingText": [ + "data" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "SharedStorageRunOperationMethodOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstoragerunoperationmethodoptions-resolvetoconfig", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperationmethodoptions-resolvetoconfig", + "linkingText": [ + "resolveToConfig" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "SharedStorageRunOperationMethodOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstoragerunoperationmethodoptions-keepalive", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperationmethodoptions-keepalive", + "linkingText": [ + "keepAlive" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "SharedStorageRunOperationMethodOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "sharedstorageworkletglobalscope-outside-settings", + "href": "https://wicg.github.io/shared-storage/#sharedstorageworkletglobalscope-outside-settings", + "linkingText": [ + "outside settings" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "SharedStorageWorkletGlobalScope" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "sharedstorageworkletglobalscope-operation-map", + "href": "https://wicg.github.io/shared-storage/#sharedstorageworkletglobalscope-operation-map", + "linkingText": [ + "operation map" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "SharedStorageWorkletGlobalScope" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "sharedstoragerunoperation", + "href": "https://wicg.github.io/shared-storage/#sharedstoragerunoperation", + "linkingText": [ + "SharedStorageRunOperation" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstoragerunoperation-run", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperation-run", + "linkingText": [ + "run(data)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "SharedStorageRunOperation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstoragerunoperation-run-data-data", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperation-run-data-data", + "linkingText": [ + "data" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorageRunOperation/run(data)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "sharedstorageselecturloperation", + "href": "https://wicg.github.io/shared-storage/#sharedstorageselecturloperation", + "linkingText": [ + "SharedStorageSelectURLOperation" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorageselecturloperation-run", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorageselecturloperation-run", + "linkingText": [ + "run(data, urls)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "SharedStorageSelectURLOperation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorageselecturloperation-run-data-urls-data", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorageselecturloperation-run-data-urls-data", + "linkingText": [ + "data" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorageSelectURLOperation/run(data, urls)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorageselecturloperation-run-data-urls-urls", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorageselecturloperation-run-data-urls-urls", + "linkingText": [ + "urls" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorageSelectURLOperation/run(data, urls)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorageworkletglobalscope-register", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorageworkletglobalscope-register", + "linkingText": [ + "register(name, operationCtor)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "SharedStorageWorkletGlobalScope" + ], + "access": "public", + "informative": false, + "heading": { + "id": "register-worklet", + "href": "https://wicg.github.io/shared-storage/#register-worklet", + "title": "Registering a Worklet", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-shed", + "href": "https://wicg.github.io/shared-storage/#shared-storage-shed", + "linkingText": [ + "shared storage shed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "storage-monkey-patch", + "href": "https://wicg.github.io/shared-storage/#storage-monkey-patch", + "title": "Monkey Patch for the Storage Model", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage", + "href": "https://wicg.github.io/shared-storage/#shared-storage", + "linkingText": [ + "shared storage" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "obtain-a-shared-storage-shelf", + "href": "https://wicg.github.io/shared-storage/#obtain-a-shared-storage-shelf", + "linkingText": [ + "obtain a shared storage shelf" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "create-a-shared-storage-shelf", + "href": "https://wicg.github.io/shared-storage/#create-a-shared-storage-shelf", + "linkingText": [ + "create a shared storage shelf" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-bucket", + "href": "https://wicg.github.io/shared-storage/#shared-storage-bucket", + "linkingText": [ + "shared storage bucket" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "create-a-shared-storage-bucket", + "href": "https://wicg.github.io/shared-storage/#create-a-shared-storage-bucket", + "linkingText": [ + "create a shared storage bucket" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "obtain-a-shared-storage-bottle-map", + "href": "https://wicg.github.io/shared-storage/#obtain-a-shared-storage-bottle-map", + "linkingText": [ + "obtain a shared storage bottle map" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database", + "linkingText": [ + "shared storage database" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "database", + "href": "https://wicg.github.io/shared-storage/#database", + "title": "The Shared Storage Database", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-shared-storage-database-queue", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-shared-storage-database-queue", + "linkingText": [ + "shared storage database queue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-entry", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-entry", + "linkingText": [ + "entry" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "entry-key", + "href": "https://wicg.github.io/shared-storage/#entry-key", + "linkingText": [ + "key" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "key-maximum-length", + "href": "https://wicg.github.io/shared-storage/#key-maximum-length", + "linkingText": [ + "maximum length" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "key" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "entry-value-struct", + "href": "https://wicg.github.io/shared-storage/#entry-value-struct", + "linkingText": [ + "value struct" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "value-struct-value", + "href": "https://wicg.github.io/shared-storage/#value-struct-value", + "linkingText": [ + "value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "value struct" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "value-struct-last-updated", + "href": "https://wicg.github.io/shared-storage/#value-struct-last-updated", + "linkingText": [ + "last updated" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "value struct" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "value-maximum-length", + "href": "https://wicg.github.io/shared-storage/#value-maximum-length", + "linkingText": [ + "maximum length" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "value" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "default-entry-lifetime", + "href": "https://wicg.github.io/shared-storage/#default-entry-lifetime", + "linkingText": [ + "default entry lifetime" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-store-an-entry-in-the-database", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-store-an-entry-in-the-database", + "linkingText": [ + "store an entry in the database" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "database-algorithms", + "href": "https://wicg.github.io/shared-storage/#database-algorithms", + "title": "The Database Algorithms", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-retrieve-an-entry-from-the-database", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-retrieve-an-entry-from-the-database", + "linkingText": [ + "retrieve an entry from the database" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-delete-an-entry-from-the-database", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-delete-an-entry-from-the-database", + "linkingText": [ + "delete an entry from the database" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-clear-all-entries-in-the-database", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-clear-all-entries-in-the-database", + "linkingText": [ + "clear all entries in the database" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-retrieve-all-entries-from-the-database", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-retrieve-all-entries-from-the-database", + "linkingText": [ + "retrieve all entries from the database" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-count-entries-in-the-database", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-count-entries-in-the-database", + "linkingText": [ + "count entries in the database" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-purge-expired-entries-from-the-database", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-purge-expired-entries-from-the-database", + "linkingText": [ + "purge expired entries from the database" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-database-determine-whether-an-entry-is-expired", + "href": "https://wicg.github.io/shared-storage/#shared-storage-database-determine-whether-an-entry-is-expired", + "linkingText": [ + "determine whether an entry is expired" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "shared storage database" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "sharedstorage", + "href": "https://wicg.github.io/shared-storage/#sharedstorage", + "linkingText": [ + "SharedStorage" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "shared-storage-interface", + "href": "https://wicg.github.io/shared-storage/#shared-storage-interface", + "title": "The SharedStorage Interface", + "number": "4" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-set", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-set", + "linkingText": [ + "set(key, value, options)", + "set(key, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "SharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-set-key-value-options-key", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-set-key-value-options-key", + "linkingText": [ + "key" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorage/set(key, value, options)", + "SharedStorage/set(key, value)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-set-key-value-options-value", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-set-key-value-options-value", + "linkingText": [ + "value" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorage/set(key, value, options)", + "SharedStorage/set(key, value)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-set-key-value-options-options", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-set-key-value-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorage/set(key, value, options)", + "SharedStorage/set(key, value)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-append", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-append", + "linkingText": [ + "append(key, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "SharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-append-key-value-key", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-append-key-value-key", + "linkingText": [ + "key" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorage/append(key, value)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-append-key-value-value", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-append-key-value-value", + "linkingText": [ + "value" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorage/append(key, value)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-delete", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-delete", + "linkingText": [ + "delete(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "SharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-delete-key-key", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-delete-key-key", + "linkingText": [ + "key" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SharedStorage/delete(key)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorage-clear", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorage-clear", + "linkingText": [ + "clear()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "SharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-sharedstoragesetmethodoptions", + "href": "https://wicg.github.io/shared-storage/#dictdef-sharedstoragesetmethodoptions", + "linkingText": [ + "SharedStorageSetMethodOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstoragesetmethodoptions-ignoreifpresent", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstoragesetmethodoptions-ignoreifpresent", + "linkingText": [ + "ignoreIfPresent" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "SharedStorageSetMethodOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "typedefdef-sharedstorageresponse", + "href": "https://wicg.github.io/shared-storage/#typedefdef-sharedstorageresponse", + "linkingText": [ + "SharedStorageResponse" + ], + "localLinkingText": [], + "type": "typedef", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "window", + "href": "https://wicg.github.io/shared-storage/#window", + "title": "The WindowSharedStorage interface", + "number": "4.1" + }, + "definedIn": "pre" + }, + { + "id": "windowsharedstorage", + "href": "https://wicg.github.io/shared-storage/#windowsharedstorage", + "linkingText": [ + "WindowSharedStorage" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-windowsharedstorage-run-name-options-name", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-run-name-options-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "WindowSharedStorage/run(name, options)", + "WindowSharedStorage/run(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-windowsharedstorage-run-name-options-options", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-run-name-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "WindowSharedStorage/run(name, options)", + "WindowSharedStorage/run(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-windowsharedstorage-selecturl-name-urls-options-name", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-selecturl-name-urls-options-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "WindowSharedStorage/selectURL(name, urls, options)", + "WindowSharedStorage/selectURL(name, urls)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-windowsharedstorage-selecturl-name-urls-options-urls", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-selecturl-name-urls-options-urls", + "linkingText": [ + "urls" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "WindowSharedStorage/selectURL(name, urls, options)", + "WindowSharedStorage/selectURL(name, urls)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-windowsharedstorage-selecturl-name-urls-options-options", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-selecturl-name-urls-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "WindowSharedStorage/selectURL(name, urls, options)", + "WindowSharedStorage/selectURL(name, urls)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-windowsharedstorage-worklet", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-worklet", + "linkingText": [ + "worklet" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "WindowSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-windowsharedstorage-set", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-set", + "linkingText": [ + "set(key, value, options)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WindowSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "window-setter", + "href": "https://wicg.github.io/shared-storage/#window-setter", + "title": "Window Setter/Deleter Methods", + "number": "4.1.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-windowsharedstorage-append", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-append", + "linkingText": [ + "append(key, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WindowSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "window-setter", + "href": "https://wicg.github.io/shared-storage/#window-setter", + "title": "Window Setter/Deleter Methods", + "number": "4.1.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-windowsharedstorage-delete", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-delete", + "linkingText": [ + "delete(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WindowSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "window-setter", + "href": "https://wicg.github.io/shared-storage/#window-setter", + "title": "Window Setter/Deleter Methods", + "number": "4.1.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-windowsharedstorage-clear", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-clear", + "linkingText": [ + "clear()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WindowSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "window-setter", + "href": "https://wicg.github.io/shared-storage/#window-setter", + "title": "Window Setter/Deleter Methods", + "number": "4.1.1" + }, + "definedIn": "prose" + }, + { + "id": "dictdef-sharedstorageurlwithmetadata", + "href": "https://wicg.github.io/shared-storage/#dictdef-sharedstorageurlwithmetadata", + "linkingText": [ + "SharedStorageUrlWithMetadata" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/shared-storage/#reporting", + "title": "SharedStorageUrlWithMetadata and Reporting", + "number": "4.1.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorageurlwithmetadata-url", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorageurlwithmetadata-url", + "linkingText": [ + "url" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "SharedStorageUrlWithMetadata" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-sharedstorageurlwithmetadata-reportingmetadata", + "href": "https://wicg.github.io/shared-storage/#dom-sharedstorageurlwithmetadata-reportingmetadata", + "linkingText": [ + "reportingMetadata" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "SharedStorageUrlWithMetadata" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "validate-reporting-metadata", + "href": "https://wicg.github.io/shared-storage/#validate-reporting-metadata", + "linkingText": [ + "validate reporting metadata" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "get-the-canonical-url-string-if-valid", + "href": "https://wicg.github.io/shared-storage/#get-the-canonical-url-string-if-valid", + "linkingText": [ + "get the canonical URL string if valid" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "register-reporting-metadata", + "href": "https://wicg.github.io/shared-storage/#register-reporting-metadata", + "linkingText": [ + "register reporting metadata" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "calling-origin", + "href": "https://wicg.github.io/shared-storage/#calling-origin", + "linkingText": [ + "calling origin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "nav-budget", + "href": "https://wicg.github.io/shared-storage/#nav-budget", + "title": "Navigation Entropy Budget", + "number": "4.1.3.1" + }, + "definedIn": "prose" + }, + { + "id": "navigation-entropy-allowance", + "href": "https://wicg.github.io/shared-storage/#navigation-entropy-allowance", + "linkingText": [ + "navigation entropy allowance" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "navigation-budget-lifetime", + "href": "https://wicg.github.io/shared-storage/#navigation-budget-lifetime", + "linkingText": [ + "navigation budget lifetime" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "navigation-budget-epoch", + "href": "https://wicg.github.io/shared-storage/#navigation-budget-epoch", + "linkingText": [ + "navigation budget epoch" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-navigation-budget-table", + "href": "https://wicg.github.io/shared-storage/#shared-storage-navigation-budget-table", + "linkingText": [ + "shared storage navigation budget table" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "navigation-entropy-ledger", + "href": "https://wicg.github.io/shared-storage/#navigation-entropy-ledger", + "linkingText": [ + "navigation entropy ledger" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "bit-debit", + "href": "https://wicg.github.io/shared-storage/#bit-debit", + "linkingText": [ + "bit debit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "bit-debit-bits", + "href": "https://wicg.github.io/shared-storage/#bit-debit-bits", + "linkingText": [ + "bits" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "bit debit" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "bit-debit-timestamp", + "href": "https://wicg.github.io/shared-storage/#bit-debit-timestamp", + "linkingText": [ + "timestamp" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "bit debit" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "bit-debit-expired", + "href": "https://wicg.github.io/shared-storage/#bit-debit-expired", + "linkingText": [ + "expired" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "bit debit" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "calling-origin-remaining-navigation-budget", + "href": "https://wicg.github.io/shared-storage/#calling-origin-remaining-navigation-budget", + "linkingText": [ + "remaining navigation budget" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "calling origin" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "selecturl-input-url-list", + "href": "https://wicg.github.io/shared-storage/#selecturl-input-url-list", + "linkingText": [ + "input URL list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "selectURL" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "default-index", + "href": "https://wicg.github.io/shared-storage/#default-index", + "linkingText": [ + "default index" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "determine-remaining-navigation-budget", + "href": "https://wicg.github.io/shared-storage/#determine-remaining-navigation-budget", + "linkingText": [ + "determine remaining navigation budget" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "check-whether-a-bit-debit-is-expired", + "href": "https://wicg.github.io/shared-storage/#check-whether-a-bit-debit-is-expired", + "linkingText": [ + "check whether a bit debit is expired" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "pending-shared-storage-budget-debit", + "href": "https://wicg.github.io/shared-storage/#pending-shared-storage-budget-debit", + "linkingText": [ + "pending shared storage budget debit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "has-navigated", + "href": "https://wicg.github.io/shared-storage/#has-navigated", + "linkingText": [ + "has navigated" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "charge-shared-storage-navigation-budget", + "href": "https://wicg.github.io/shared-storage/#charge-shared-storage-navigation-budget", + "linkingText": [ + "charge shared storage navigation budget" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "page-load", + "href": "https://wicg.github.io/shared-storage/#page-load", + "linkingText": [ + "page load" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "report-budget", + "href": "https://wicg.github.io/shared-storage/#report-budget", + "title": "Reporting Entropy Budget", + "number": "4.1.3.2" + }, + "definedIn": "prose" + }, + { + "id": "reporting-entropy-allowance", + "href": "https://wicg.github.io/shared-storage/#reporting-entropy-allowance", + "linkingText": [ + "reporting entropy allowance" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "shared-storage-reporting-budget", + "href": "https://wicg.github.io/shared-storage/#shared-storage-reporting-budget", + "linkingText": [ + "shared storage reporting budget" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "determine-reporting-budget-to-charge", + "href": "https://wicg.github.io/shared-storage/#determine-reporting-budget-to-charge", + "linkingText": [ + "determine reporting budget to charge" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "has-reported", + "href": "https://wicg.github.io/shared-storage/#has-reported", + "linkingText": [ + "has reported" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "charge-shared-storage-reporting-budget", + "href": "https://wicg.github.io/shared-storage/#charge-shared-storage-reporting-budget", + "linkingText": [ + "charge shared storage reporting budget" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "purge-expired-bit-debits-from-all-navigation-entropy-ledgers", + "href": "https://wicg.github.io/shared-storage/#purge-expired-bit-debits-from-all-navigation-entropy-ledgers", + "linkingText": [ + "purge expired bit debits from all navigation entropy ledgers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "dom-windowsharedstorage-run", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-run", + "linkingText": [ + "run(name, options)", + "run(name)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WindowSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "run-op", + "href": "https://wicg.github.io/shared-storage/#run-op", + "title": "Run Operation Methods", + "number": "4.1.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-windowsharedstorage-selecturl", + "href": "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-selecturl", + "linkingText": [ + "selectURL(name, urls, options)", + "selectURL(name, urls)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WindowSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "workletsharedstorage", + "href": "https://wicg.github.io/shared-storage/#workletsharedstorage", + "linkingText": [ + "WorkletSharedStorage" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "worklet-shared-storage", + "href": "https://wicg.github.io/shared-storage/#worklet-shared-storage", + "title": "The WorkletSharedStorage interface", + "number": "4.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-workletsharedstorage-get-key-key", + "href": "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-get-key-key", + "linkingText": [ + "key" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "WorkletSharedStorage/get(key)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "pre" + }, + { + "id": "dom-workletsharedstorage-set", + "href": "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-set", + "linkingText": [ + "set(key, value, options)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WorkletSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "worklet-setter", + "href": "https://wicg.github.io/shared-storage/#worklet-setter", + "title": "Worklet Setter/Deleter Methods", + "number": "4.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-workletsharedstorage-append", + "href": "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-append", + "linkingText": [ + "append(key, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WorkletSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "worklet-setter", + "href": "https://wicg.github.io/shared-storage/#worklet-setter", + "title": "Worklet Setter/Deleter Methods", + "number": "4.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-workletsharedstorage-delete", + "href": "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-delete", + "linkingText": [ + "delete(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WorkletSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "worklet-setter", + "href": "https://wicg.github.io/shared-storage/#worklet-setter", + "title": "Worklet Setter/Deleter Methods", + "number": "4.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-workletsharedstorage-clear", + "href": "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-clear", + "linkingText": [ + "clear()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WorkletSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "worklet-setter", + "href": "https://wicg.github.io/shared-storage/#worklet-setter", + "title": "Worklet Setter/Deleter Methods", + "number": "4.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-workletsharedstorage-get", + "href": "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-get", + "linkingText": [ + "get(key)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WorkletSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "getter", + "href": "https://wicg.github.io/shared-storage/#getter", + "title": "Getter Methods", + "number": "4.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-workletsharedstorage-length", + "href": "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-length", + "linkingText": [ + "length()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WorkletSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "dom-workletsharedstorage-remainingbudget", + "href": "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-remainingbudget", + "linkingText": [ + "remainingBudget()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "WorkletSharedStorage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "workletsharedstorageiterator-pending-entries", + "href": "https://wicg.github.io/shared-storage/#workletsharedstorageiterator-pending-entries", + "linkingText": [ + "pending entries" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WorkletSharedStorageIterator" + ], + "access": "private", + "informative": false, + "heading": { + "id": "iteration", + "href": "https://wicg.github.io/shared-storage/#iteration", + "title": "Iteration", + "number": "4.2.3" + }, + "definedIn": "prose" + }, + { + "id": "workletsharedstorageiterator-error", + "href": "https://wicg.github.io/shared-storage/#workletsharedstorageiterator-error", + "linkingText": [ + "error" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WorkletSharedStorageIterator" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "workletsharedstorageiterator-asynchronous-iterator-initialization-steps", + "href": "https://wicg.github.io/shared-storage/#workletsharedstorageiterator-asynchronous-iterator-initialization-steps", + "linkingText": [ + "asynchronous iterator initialization steps" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WorkletSharedStorageIterator" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + }, + { + "id": "workletsharedstorageiterator-get-the-next-iteration-result", + "href": "https://wicg.github.io/shared-storage/#workletsharedstorageiterator-get-the-next-iteration-result", + "linkingText": [ + "get the next iteration result" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WorkletSharedStorageIterator" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "title": "Shared Storage API" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/storage-buckets.json b/ed/dfns/storage-buckets.json new file mode 100644 index 000000000000..8e047483f981 --- /dev/null +++ b/ed/dfns/storage-buckets.json @@ -0,0 +1,840 @@ +{ + "spec": { + "title": "Storage Buckets API", + "url": "https://wicg.github.io/storage-buckets/" + }, + "dfns": [ + { + "id": "navigatorstoragebuckets", + "href": "https://wicg.github.io/storage-buckets/#navigatorstoragebuckets", + "linkingText": [ + "NavigatorStorageBuckets" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket-manager", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-manager", + "title": "The StorageBucketManager interface", + "number": "1" + }, + "definedIn": "pre" + }, + { + "id": "dom-navigatorstoragebuckets-storagebuckets", + "href": "https://wicg.github.io/storage-buckets/#dom-navigatorstoragebuckets-storagebuckets", + "linkingText": [ + "storageBuckets" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "NavigatorStorageBuckets" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "storagebucketmanager", + "href": "https://wicg.github.io/storage-buckets/#storagebucketmanager", + "linkingText": [ + "StorageBucketManager" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketmanager-open-name-options-name", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-open-name-options-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "StorageBucketManager/open(name, options)", + "StorageBucketManager/open(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketmanager-open-name-options-options", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-open-name-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "StorageBucketManager/open(name, options)", + "StorageBucketManager/open(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketmanager-delete-name-name", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-delete-name-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "StorageBucketManager/delete(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "enumdef-storagebucketdurability", + "href": "https://wicg.github.io/storage-buckets/#enumdef-storagebucketdurability", + "linkingText": [ + "StorageBucketDurability" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketdurability-strict", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketdurability-strict", + "linkingText": [ + "\"strict\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "StorageBucketDurability" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketdurability-relaxed", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketdurability-relaxed", + "linkingText": [ + "\"relaxed\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "StorageBucketDurability" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-storagebucketoptions", + "href": "https://wicg.github.io/storage-buckets/#dictdef-storagebucketoptions", + "linkingText": [ + "StorageBucketOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketoptions-persisted", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketoptions-persisted", + "linkingText": [ + "persisted" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "StorageBucketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketoptions-durability", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketoptions-durability", + "linkingText": [ + "durability" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "StorageBucketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketoptions-quota", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketoptions-quota", + "linkingText": [ + "quota" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "StorageBucketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketoptions-expires", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketoptions-expires", + "linkingText": [ + "expires" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "StorageBucketOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucketmanager-open", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-open", + "linkingText": [ + "open(name, options)", + "open(name)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucketManager" + ], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket-open", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-open", + "title": "Creating a bucket", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "open-a-bucket", + "href": "https://wicg.github.io/storage-buckets/#open-a-bucket", + "linkingText": [ + "open a bucket" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "validate-a-bucket-name", + "href": "https://wicg.github.io/storage-buckets/#validate-a-bucket-name", + "linkingText": [ + "validate a bucket name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "get-or-expire-a-bucket", + "href": "https://wicg.github.io/storage-buckets/#get-or-expire-a-bucket", + "linkingText": [ + "get or expire a bucket" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucketmanager-delete", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-delete", + "linkingText": [ + "delete(name)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucketManager" + ], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket-delete", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-delete", + "title": "Deleting a bucket", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "remove-a-bucket", + "href": "https://wicg.github.io/storage-buckets/#remove-a-bucket", + "linkingText": [ + "remove a bucket" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucketmanager-keys", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-keys", + "linkingText": [ + "keys()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucketManager" + ], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket-keys", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-keys", + "title": "Enumerating buckets", + "number": "1.3" + }, + "definedIn": "prose" + }, + { + "id": "storagebucket", + "href": "https://wicg.github.io/storage-buckets/#storagebucket", + "linkingText": [ + "StorageBucket" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket", + "title": "The StorageBucket interface", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "dom-storagebucket-setexpires-expires-expires", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-setexpires-expires-expires", + "linkingText": [ + "expires" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "StorageBucket/setExpires(expires)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "pre" + }, + { + "id": "storage-bucket-removed", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-removed", + "linkingText": [ + "removed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "storage bucket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-name", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-persist", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-persist", + "linkingText": [ + "persist()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket-persistence", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-persistence", + "title": "Persistence", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-persisted", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-persisted", + "linkingText": [ + "persisted()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "storagebucket-quota-value", + "href": "https://wicg.github.io/storage-buckets/#storagebucket-quota-value", + "linkingText": [ + "quota value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "StorageBucket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "storage-bucket-quota", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-quota", + "title": "Quota", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "storage-bucket-storage-usage", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-storage-usage", + "linkingText": [ + "storage usage" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "storage bucket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-estimate", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-estimate", + "linkingText": [ + "estimate()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "storagebucket-durability-value", + "href": "https://wicg.github.io/storage-buckets/#storagebucket-durability-value", + "linkingText": [ + "durability value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "StorageBucket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "storage-bucket-durability", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-durability", + "title": "Durability", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-durability", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-durability", + "linkingText": [ + "durability()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "storagebucket-expiration-time", + "href": "https://wicg.github.io/storage-buckets/#storagebucket-expiration-time", + "linkingText": [ + "expiration time" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "StorageBucket" + ], + "access": "private", + "informative": false, + "heading": { + "id": "storage-bucket-expiration", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-expiration", + "title": "Expiration", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-setexpires", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-setexpires", + "linkingText": [ + "setExpires(expires)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-expires", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-expires", + "linkingText": [ + "expires()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-indexeddb", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-indexeddb", + "linkingText": [ + "indexedDB" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket-indexeddb", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-indexeddb", + "title": "Using Indexed Database", + "number": "2.5.1" + }, + "definedIn": "prose" + }, + { + "id": "calculate-the-effective-durability-hint", + "href": "https://wicg.github.io/storage-buckets/#calculate-the-effective-durability-hint", + "linkingText": [ + "calculate the effective durability hint" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "title": "Storage Buckets API" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-caches", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-caches", + "linkingText": [ + "caches" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket-caches", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-caches", + "title": "Using CacheStorage", + "number": "2.5.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagebucket-getdirectory", + "href": "https://wicg.github.io/storage-buckets/#dom-storagebucket-getdirectory", + "linkingText": [ + "getDirectory()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageBucket" + ], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket-getdirectory", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-getdirectory", + "title": "Using an Origin Private File System", + "number": "2.5.3" + }, + "definedIn": "prose" + }, + { + "id": "grammardef-storagebucket-name", + "href": "https://wicg.github.io/storage-buckets/#grammardef-storagebucket-name", + "linkingText": [ + "storage:bucket-name" + ], + "localLinkingText": [], + "type": "grammar", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "storage-bucket-clear-site-data", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-clear-site-data", + "title": "Clear Site Data integration", + "number": "2.6" + }, + "definedIn": "dt" + }, + { + "id": "parse-a-clear-site-data-header-with-buckets", + "href": "https://wicg.github.io/storage-buckets/#parse-a-clear-site-data-header-with-buckets", + "linkingText": [ + "parse a Clear-Site-Data header with buckets" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "storage-bucket-clear-site-data", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-clear-site-data", + "title": "Clear Site Data integration", + "number": "2.6" + }, + "definedIn": "prose" + }, + { + "id": "clear-data-with-buckets", + "href": "https://wicg.github.io/storage-buckets/#clear-data-with-buckets", + "linkingText": [ + "clear data with buckets" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "storage-bucket-clear-site-data", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-clear-site-data", + "title": "Clear Site Data integration", + "number": "2.6" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/window-controls-overlay.json b/ed/dfns/window-controls-overlay.json index 5cce95961adc..154384e49507 100644 --- a/ed/dfns/window-controls-overlay.json +++ b/ed/dfns/window-controls-overlay.json @@ -522,6 +522,25 @@ }, "definedIn": "table" }, + { + "id": "dfn-app-region", + "href": "https://wicg.github.io/window-controls-overlay/#dfn-app-region", + "linkingText": [ + "app-region" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "defining-draggable-sections", + "href": "https://wicg.github.io/window-controls-overlay/#defining-draggable-sections", + "title": "Defining draggable sections", + "number": "8" + }, + "definedIn": "prose" + }, { "id": "dfn-title-bar-region-resizes", "href": "https://wicg.github.io/window-controls-overlay/#dfn-title-bar-region-resizes", diff --git a/ed/events/document-picture-in-picture.json b/ed/events/document-picture-in-picture.json new file mode 100644 index 000000000000..05817d78ed8f --- /dev/null +++ b/ed/events/document-picture-in-picture.json @@ -0,0 +1,21 @@ +{ + "spec": { + "title": "Document Picture-in-Picture Specification", + "url": "https://wicg.github.io/document-picture-in-picture/" + }, + "events": [ + { + "src": { + "format": "fire an event phrasing", + "href": "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-event-fire" + }, + "href": "https://wicg.github.io/document-picture-in-picture/#eventdef-documentpictureinpicture-enter", + "type": "enter", + "targets": [ + "DocumentPictureInPicture" + ], + "interface": "DocumentPictureInPictureEvent", + "bubbles": true + } + ] +} \ No newline at end of file diff --git a/ed/headings/direct-sockets.json b/ed/headings/direct-sockets.json new file mode 100644 index 000000000000..379e123aa802 --- /dev/null +++ b/ed/headings/direct-sockets.json @@ -0,0 +1,258 @@ +{ + "spec": { + "title": "Direct Sockets API", + "url": "https://wicg.github.io/direct-sockets/" + }, + "headings": [ + { + "id": "title", + "href": "https://wicg.github.io/direct-sockets/#title", + "level": 1, + "title": "Direct Sockets API" + }, + { + "id": "toc", + "href": "https://wicg.github.io/direct-sockets/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "tcpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpsocket-interface", + "level": 2, + "title": "TCPSocket interface", + "number": "1" + }, + { + "id": "constructor-method", + "href": "https://wicg.github.io/direct-sockets/#constructor-method", + "level": 3, + "title": "constructor() method", + "number": "1.1" + }, + { + "id": "tcpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "level": 4, + "title": "TCPSocketOptions dictionary", + "number": "1.1.1" + }, + { + "id": "readable-attribute-internal", + "href": "https://wicg.github.io/direct-sockets/#readable-attribute-internal", + "level": 3, + "title": "[[readable]] attribute (internal)", + "number": "1.2" + }, + { + "id": "writable-attribute-internal", + "href": "https://wicg.github.io/direct-sockets/#writable-attribute-internal", + "level": 3, + "title": "[[writable]] attribute (internal)", + "number": "1.3" + }, + { + "id": "opened-attribute", + "href": "https://wicg.github.io/direct-sockets/#opened-attribute", + "level": 3, + "title": "opened attribute", + "number": "1.4" + }, + { + "id": "tcpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpsocketopeninfo-dictionary", + "level": 4, + "title": "TCPSocketOpenInfo dictionary", + "number": "1.4.1" + }, + { + "id": "closed-attribute", + "href": "https://wicg.github.io/direct-sockets/#closed-attribute", + "level": 3, + "title": "closed attribute", + "number": "1.5" + }, + { + "id": "close-method", + "href": "https://wicg.github.io/direct-sockets/#close-method", + "level": 3, + "title": "close() method", + "number": "1.6" + }, + { + "id": "udpsocket-interface", + "href": "https://wicg.github.io/direct-sockets/#udpsocket-interface", + "level": 2, + "title": "UDPSocket interface", + "number": "2" + }, + { + "id": "constructor-method-0", + "href": "https://wicg.github.io/direct-sockets/#constructor-method-0", + "level": 3, + "title": "constructor() method", + "number": "2.1" + }, + { + "id": "udpsocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "level": 4, + "title": "UDPSocketOptions dictionary", + "number": "2.1.1" + }, + { + "id": "udpmessage-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpmessage-dictionary", + "level": 4, + "title": "UDPMessage dictionary", + "number": "2.1.2" + }, + { + "id": "readable-attribute-internal-0", + "href": "https://wicg.github.io/direct-sockets/#readable-attribute-internal-0", + "level": 3, + "title": "[[readable]] attribute (internal)", + "number": "2.2" + }, + { + "id": "writable-attribute-internal-0", + "href": "https://wicg.github.io/direct-sockets/#writable-attribute-internal-0", + "level": 3, + "title": "[[writable]] attribute (internal)", + "number": "2.3" + }, + { + "id": "opened-attribute-0", + "href": "https://wicg.github.io/direct-sockets/#opened-attribute-0", + "level": 3, + "title": "opened attribute", + "number": "2.4" + }, + { + "id": "udpsocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#udpsocketopeninfo-dictionary", + "level": 4, + "title": "UDPSocketOpenInfo dictionary", + "number": "2.4.1" + }, + { + "id": "closed-attribute-0", + "href": "https://wicg.github.io/direct-sockets/#closed-attribute-0", + "level": 3, + "title": "closed attribute", + "number": "2.5" + }, + { + "id": "close-method-0", + "href": "https://wicg.github.io/direct-sockets/#close-method-0", + "level": 3, + "title": "close() method", + "number": "2.6" + }, + { + "id": "tcpserversocket-interface", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocket-interface", + "level": 2, + "title": "TCPServerSocket interface", + "number": "3" + }, + { + "id": "constructor-method-1", + "href": "https://wicg.github.io/direct-sockets/#constructor-method-1", + "level": 3, + "title": "constructor() method", + "number": "3.1" + }, + { + "id": "tcpserversocketoptions-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketoptions-dictionary", + "level": 4, + "title": "TCPServerSocketOptions dictionary", + "number": "3.1.1" + }, + { + "id": "readable-attribute-internal-1", + "href": "https://wicg.github.io/direct-sockets/#readable-attribute-internal-1", + "level": 3, + "title": "[[readable]] attribute (internal)", + "number": "3.2" + }, + { + "id": "opened-attribute-1", + "href": "https://wicg.github.io/direct-sockets/#opened-attribute-1", + "level": 3, + "title": "opened attribute", + "number": "3.3" + }, + { + "id": "tcpserversocketopeninfo-dictionary", + "href": "https://wicg.github.io/direct-sockets/#tcpserversocketopeninfo-dictionary", + "level": 4, + "title": "TCPServerSocketOpenInfo dictionary", + "number": "3.3.1" + }, + { + "id": "closed-attribute-1", + "href": "https://wicg.github.io/direct-sockets/#closed-attribute-1", + "level": 3, + "title": "closed attribute", + "number": "3.4" + }, + { + "id": "close-method-1", + "href": "https://wicg.github.io/direct-sockets/#close-method-1", + "level": 3, + "title": "close() method", + "number": "3.5" + }, + { + "id": "integrations", + "href": "https://wicg.github.io/direct-sockets/#integrations", + "level": 2, + "title": "Integrations", + "number": "4" + }, + { + "id": "permissions-policy", + "href": "https://wicg.github.io/direct-sockets/#permissions-policy", + "level": 3, + "title": "Permissions Policy", + "number": "4.1" + }, + { + "id": "security-and-privacy-considerations", + "href": "https://wicg.github.io/direct-sockets/#security-and-privacy-considerations", + "level": 2, + "title": "Security and privacy considerations", + "number": "5" + }, + { + "id": "idl-index", + "href": "https://wicg.github.io/direct-sockets/#idl-index", + "level": 2, + "title": "IDL Index", + "number": "6" + }, + { + "id": "conformance", + "href": "https://wicg.github.io/direct-sockets/#conformance", + "level": 2, + "title": "Conformance", + "number": "7" + }, + { + "id": "references", + "href": "https://wicg.github.io/direct-sockets/#references", + "level": 2, + "title": "References", + "number": "A" + }, + { + "id": "normative-references", + "href": "https://wicg.github.io/direct-sockets/#normative-references", + "level": 3, + "title": "Normative references", + "number": "A.1" + } + ] +} \ No newline at end of file diff --git a/ed/headings/document-picture-in-picture.json b/ed/headings/document-picture-in-picture.json new file mode 100644 index 000000000000..d8a6aa1796dd --- /dev/null +++ b/ed/headings/document-picture-in-picture.json @@ -0,0 +1,254 @@ +{ + "spec": { + "title": "Document Picture-in-Picture Specification", + "url": "https://wicg.github.io/document-picture-in-picture/" + }, + "headings": [ + { + "id": "title", + "href": "https://wicg.github.io/document-picture-in-picture/#title", + "level": 1, + "title": "Document Picture-in-Picture Specification" + }, + { + "id": "abstract", + "href": "https://wicg.github.io/document-picture-in-picture/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://wicg.github.io/document-picture-in-picture/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://wicg.github.io/document-picture-in-picture/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://wicg.github.io/document-picture-in-picture/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "dependencies", + "href": "https://wicg.github.io/document-picture-in-picture/#dependencies", + "level": 2, + "title": "Dependencies", + "number": "2" + }, + { + "id": "security-considerations", + "href": "https://wicg.github.io/document-picture-in-picture/#security-considerations", + "level": 2, + "title": "Security Considerations", + "number": "3" + }, + { + "id": "secure-context", + "href": "https://wicg.github.io/document-picture-in-picture/#secure-context", + "level": 3, + "title": "Secure Context", + "number": "3.1" + }, + { + "id": "spoofing", + "href": "https://wicg.github.io/document-picture-in-picture/#spoofing", + "level": 3, + "title": "Spoofing", + "number": "3.2" + }, + { + "id": "positioning", + "href": "https://wicg.github.io/document-picture-in-picture/#positioning", + "level": 4, + "title": "Positioning", + "number": "3.2.1" + }, + { + "id": "origin-visibility", + "href": "https://wicg.github.io/document-picture-in-picture/#origin-visibility", + "level": 4, + "title": "Origin Visibility", + "number": "3.2.2" + }, + { + "id": "iframes", + "href": "https://wicg.github.io/document-picture-in-picture/#iframes", + "level": 3, + "title": "IFrames", + "number": "3.3" + }, + { + "id": "privacy-considerations", + "href": "https://wicg.github.io/document-picture-in-picture/#privacy-considerations", + "level": 2, + "title": "Privacy Considerations", + "number": "4" + }, + { + "id": "fingerprinting", + "href": "https://wicg.github.io/document-picture-in-picture/#fingerprinting", + "level": 3, + "title": "Fingerprinting", + "number": "4.1" + }, + { + "id": "api", + "href": "https://wicg.github.io/document-picture-in-picture/#api", + "level": 2, + "title": "API", + "number": "5" + }, + { + "id": "concepts", + "href": "https://wicg.github.io/document-picture-in-picture/#concepts", + "level": 2, + "title": "Concepts", + "number": "6" + }, + { + "id": "pip-support", + "href": "https://wicg.github.io/document-picture-in-picture/#pip-support", + "level": 3, + "title": "Document Picture-in-Picture Support", + "number": "6.1" + }, + { + "id": "one-pip-window", + "href": "https://wicg.github.io/document-picture-in-picture/#one-pip-window", + "level": 3, + "title": "One PiP Window", + "number": "6.2" + }, + { + "id": "relative-urls", + "href": "https://wicg.github.io/document-picture-in-picture/#relative-urls", + "level": 3, + "title": "Relative URLs", + "number": "6.3" + }, + { + "id": "examples", + "href": "https://wicg.github.io/document-picture-in-picture/#examples", + "level": 2, + "title": "Examples", + "number": "7" + }, + { + "id": "example-video-player", + "href": "https://wicg.github.io/document-picture-in-picture/#example-video-player", + "level": 3, + "title": "Extracting a video player into PiP", + "number": "7.1" + }, + { + "id": "example-video-player-html", + "href": "https://wicg.github.io/document-picture-in-picture/#example-video-player-html", + "level": 4, + "title": "HTML", + "number": "7.1.1" + }, + { + "id": "example-video-player-js", + "href": "https://wicg.github.io/document-picture-in-picture/#example-video-player-js", + "level": 4, + "title": "JavaScript", + "number": "7.1.2" + }, + { + "id": "example-access-elements", + "href": "https://wicg.github.io/document-picture-in-picture/#example-access-elements", + "level": 3, + "title": "Accessing elements on the PiP Window", + "number": "7.2" + }, + { + "id": "example-listen-events", + "href": "https://wicg.github.io/document-picture-in-picture/#example-listen-events", + "level": 3, + "title": "Listening to events on the PiP Window", + "number": "7.3" + }, + { + "id": "example-exiting-pip", + "href": "https://wicg.github.io/document-picture-in-picture/#example-exiting-pip", + "level": 3, + "title": "Exiting PiP", + "number": "7.4" + }, + { + "id": "example-elements-out-on-close", + "href": "https://wicg.github.io/document-picture-in-picture/#example-elements-out-on-close", + "level": 3, + "title": "Getting elements out of the PiP window when it closes", + "number": "7.5" + }, + { + "id": "acknowledgments", + "href": "https://wicg.github.io/document-picture-in-picture/#acknowledgments", + "level": 2, + "title": "Acknowledgments", + "number": "8" + }, + { + "id": "w3c-conformance", + "href": "https://wicg.github.io/document-picture-in-picture/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://wicg.github.io/document-picture-in-picture/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "index", + "href": "https://wicg.github.io/document-picture-in-picture/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://wicg.github.io/document-picture-in-picture/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://wicg.github.io/document-picture-in-picture/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://wicg.github.io/document-picture-in-picture/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://wicg.github.io/document-picture-in-picture/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://wicg.github.io/document-picture-in-picture/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "idl-index", + "href": "https://wicg.github.io/document-picture-in-picture/#idl-index", + "level": 2, + "title": "IDL Index" + } + ] +} \ No newline at end of file diff --git a/ed/headings/nav-tracking-mitigations.json b/ed/headings/nav-tracking-mitigations.json new file mode 100644 index 000000000000..aa0a8f9bac5f --- /dev/null +++ b/ed/headings/nav-tracking-mitigations.json @@ -0,0 +1,210 @@ +{ + "spec": { + "title": "Navigational-Tracking Mitigations", + "url": "https://privacycg.github.io/nav-tracking-mitigations/" + }, + "headings": [ + { + "id": "title", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#title", + "level": 1, + "title": "Navigational-Tracking Mitigations" + }, + { + "id": "subtitle", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#subtitle", + "level": 2, + "title": "Draft Community Group Report, 24 April 2023" + }, + { + "id": "abstract", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "infra", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#infra", + "level": 2, + "title": "Infrastructure", + "number": "2" + }, + { + "id": "terminology", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#terminology", + "level": 2, + "title": "Terminology", + "number": "3" + }, + { + "id": "threat-model", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#threat-model", + "level": 2, + "title": "Threat model", + "number": "4" + }, + { + "id": "threat-actors", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#threat-actors", + "level": 3, + "title": "Threat actors", + "number": "4.1" + }, + { + "id": "alternatives", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#alternatives", + "level": 2, + "title": "Considered Alternatives", + "number": "5" + }, + { + "id": "deployed-mitigations", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#deployed-mitigations", + "level": 3, + "title": "Deployed Mitigations", + "number": "5.1" + }, + { + "id": "mitigations-safari", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#mitigations-safari", + "level": 4, + "title": "Safari", + "number": "5.1.1" + }, + { + "id": "mitigations-firefox", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#mitigations-firefox", + "level": 4, + "title": "Firefox", + "number": "5.1.2" + }, + { + "id": "mitigations-brave", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#mitigations-brave", + "level": 4, + "title": "Brave", + "number": "5.1.3" + }, + { + "id": "bounce-tracking-mitigations", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations", + "level": 2, + "title": "Bounce Tracking Mitigations", + "number": "6" + }, + { + "id": "bounce-tracking-mitigations-data-model", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-data-model", + "level": 3, + "title": "Data Model", + "number": "6.1" + }, + { + "id": "bounce-tracking-mitigations-algorithms", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-algorithms", + "level": 3, + "title": "Algorithms", + "number": "6.2" + }, + { + "id": "bounce-tracking-mitigations-activation-monkey-patch", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-activation-monkey-patch", + "level": 4, + "title": "User Activation Monkey Patch", + "number": "6.2.1" + }, + { + "id": "bounce-tracking-mitigations-timer", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-timer", + "level": 4, + "title": "Timer", + "number": "6.2.2" + }, + { + "id": "bounce-tracking-mitigations-deletion", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-deletion", + "level": 4, + "title": "Deletion", + "number": "6.2.3" + }, + { + "id": "acknowledgements", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#acknowledgements", + "level": 2, + "title": "Acknowledgements" + }, + { + "id": "w3c-conformance", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "index", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "issues-index", + "href": "https://privacycg.github.io/nav-tracking-mitigations/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/ed/headings/real-world-meshing.json b/ed/headings/real-world-meshing.json new file mode 100644 index 000000000000..8af01724cff7 --- /dev/null +++ b/ed/headings/real-world-meshing.json @@ -0,0 +1,163 @@ +{ + "spec": { + "title": "WebXR Mesh Detection Module", + "url": "https://immersive-web.github.io/real-world-meshing/" + }, + "headings": [ + { + "id": "title", + "href": "https://immersive-web.github.io/real-world-meshing/#title", + "level": 1, + "title": "WebXR Mesh Detection Module" + }, + { + "id": "abstract", + "href": "https://immersive-web.github.io/real-world-meshing/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://immersive-web.github.io/real-world-meshing/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://immersive-web.github.io/real-world-meshing/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://immersive-web.github.io/real-world-meshing/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "anchor-feature-initialization", + "href": "https://immersive-web.github.io/real-world-meshing/#anchor-feature-initialization", + "level": 2, + "title": "Initialization", + "number": "2" + }, + { + "id": "anchor-feature-descriptor", + "href": "https://immersive-web.github.io/real-world-meshing/#anchor-feature-descriptor", + "level": 3, + "title": "Feature descriptor", + "number": "2.1" + }, + { + "id": "meshs-section", + "href": "https://immersive-web.github.io/real-world-meshing/#meshs-section", + "level": 2, + "title": "Meshs", + "number": "3" + }, + { + "id": "mesh", + "href": "https://immersive-web.github.io/real-world-meshing/#mesh", + "level": 3, + "title": "XRMesh", + "number": "3.1" + }, + { + "id": "obtaining-meshs", + "href": "https://immersive-web.github.io/real-world-meshing/#obtaining-meshs", + "level": 2, + "title": "Obtaining detected meshs", + "number": "4" + }, + { + "id": "mesh-set", + "href": "https://immersive-web.github.io/real-world-meshing/#mesh-set", + "level": 3, + "title": "XRMeshSet", + "number": "4.1" + }, + { + "id": "native-device-concepts", + "href": "https://immersive-web.github.io/real-world-meshing/#native-device-concepts", + "level": 2, + "title": "Native device concepts", + "number": "5" + }, + { + "id": "native-mesh-detection-section", + "href": "https://immersive-web.github.io/real-world-meshing/#native-mesh-detection-section", + "level": 3, + "title": "Native mesh detection", + "number": "5.1" + }, + { + "id": "privacy-security", + "href": "https://immersive-web.github.io/real-world-meshing/#privacy-security", + "level": 2, + "title": "Privacy & Security Considerations", + "number": "6" + }, + { + "id": "ack", + "href": "https://immersive-web.github.io/real-world-meshing/#ack", + "level": 2, + "title": "Acknowledgements", + "number": "7" + }, + { + "id": "w3c-conformance", + "href": "https://immersive-web.github.io/real-world-meshing/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://immersive-web.github.io/real-world-meshing/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "index", + "href": "https://immersive-web.github.io/real-world-meshing/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://immersive-web.github.io/real-world-meshing/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://immersive-web.github.io/real-world-meshing/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://immersive-web.github.io/real-world-meshing/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://immersive-web.github.io/real-world-meshing/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://immersive-web.github.io/real-world-meshing/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "idl-index", + "href": "https://immersive-web.github.io/real-world-meshing/#idl-index", + "level": 2, + "title": "IDL Index" + } + ] +} \ No newline at end of file diff --git a/ed/headings/shared-storage.json b/ed/headings/shared-storage.json new file mode 100644 index 000000000000..ec790fb7af1f --- /dev/null +++ b/ed/headings/shared-storage.json @@ -0,0 +1,246 @@ +{ + "spec": { + "title": "Shared Storage API", + "url": "https://wicg.github.io/shared-storage/" + }, + "headings": [ + { + "id": "title", + "href": "https://wicg.github.io/shared-storage/#title", + "level": 1, + "title": "Shared Storage API" + }, + { + "id": "abstract", + "href": "https://wicg.github.io/shared-storage/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://wicg.github.io/shared-storage/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://wicg.github.io/shared-storage/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://wicg.github.io/shared-storage/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "worklet", + "href": "https://wicg.github.io/shared-storage/#worklet", + "level": 2, + "title": "The SharedStorageWorklet Interface", + "number": "2" + }, + { + "id": "worklet-monkey-patch", + "href": "https://wicg.github.io/shared-storage/#worklet-monkey-patch", + "level": 3, + "title": "Monkey Patch for Worklets", + "number": "2.1" + }, + { + "id": "global-scope", + "href": "https://wicg.github.io/shared-storage/#global-scope", + "level": 3, + "title": "The SharedStorageWorkletGlobalScope", + "number": "2.2" + }, + { + "id": "register-worklet", + "href": "https://wicg.github.io/shared-storage/#register-worklet", + "level": 3, + "title": "Registering a Worklet", + "number": "2.3" + }, + { + "id": "backend", + "href": "https://wicg.github.io/shared-storage/#backend", + "level": 2, + "title": "Shared Storage’s Backend", + "number": "3" + }, + { + "id": "storage-monkey-patch", + "href": "https://wicg.github.io/shared-storage/#storage-monkey-patch", + "level": 3, + "title": "Monkey Patch for the Storage Model", + "number": "3.1" + }, + { + "id": "database", + "href": "https://wicg.github.io/shared-storage/#database", + "level": 3, + "title": "The Shared Storage Database", + "number": "3.2" + }, + { + "id": "database-algorithms", + "href": "https://wicg.github.io/shared-storage/#database-algorithms", + "level": 3, + "title": "The Database Algorithms", + "number": "3.3" + }, + { + "id": "shared-storage-interface", + "href": "https://wicg.github.io/shared-storage/#shared-storage-interface", + "level": 2, + "title": "The SharedStorage Interface", + "number": "4" + }, + { + "id": "window", + "href": "https://wicg.github.io/shared-storage/#window", + "level": 3, + "title": "The WindowSharedStorage interface", + "number": "4.1" + }, + { + "id": "window-setter", + "href": "https://wicg.github.io/shared-storage/#window-setter", + "level": 4, + "title": "Window Setter/Deleter Methods", + "number": "4.1.1" + }, + { + "id": "reporting", + "href": "https://wicg.github.io/shared-storage/#reporting", + "level": 4, + "title": "SharedStorageUrlWithMetadata and Reporting", + "number": "4.1.2" + }, + { + "id": "budgets", + "href": "https://wicg.github.io/shared-storage/#budgets", + "level": 4, + "title": "Entropy Budgets", + "number": "4.1.3" + }, + { + "id": "nav-budget", + "href": "https://wicg.github.io/shared-storage/#nav-budget", + "level": 5, + "title": "Navigation Entropy Budget", + "number": "4.1.3.1" + }, + { + "id": "report-budget", + "href": "https://wicg.github.io/shared-storage/#report-budget", + "level": 5, + "title": "Reporting Entropy Budget", + "number": "4.1.3.2" + }, + { + "id": "run-op", + "href": "https://wicg.github.io/shared-storage/#run-op", + "level": 4, + "title": "Run Operation Methods", + "number": "4.1.4" + }, + { + "id": "worklet-shared-storage", + "href": "https://wicg.github.io/shared-storage/#worklet-shared-storage", + "level": 3, + "title": "The WorkletSharedStorage interface", + "number": "4.2" + }, + { + "id": "worklet-setter", + "href": "https://wicg.github.io/shared-storage/#worklet-setter", + "level": 4, + "title": "Worklet Setter/Deleter Methods", + "number": "4.2.1" + }, + { + "id": "getter", + "href": "https://wicg.github.io/shared-storage/#getter", + "level": 4, + "title": "Getter Methods", + "number": "4.2.2" + }, + { + "id": "iteration", + "href": "https://wicg.github.io/shared-storage/#iteration", + "level": 4, + "title": "Iteration", + "number": "4.2.3" + }, + { + "id": "privacy", + "href": "https://wicg.github.io/shared-storage/#privacy", + "level": 2, + "title": "Privacy Considerations", + "number": "5" + }, + { + "id": "w3c-conformance", + "href": "https://wicg.github.io/shared-storage/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://wicg.github.io/shared-storage/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "href": "https://wicg.github.io/shared-storage/#w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, + { + "id": "index", + "href": "https://wicg.github.io/shared-storage/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://wicg.github.io/shared-storage/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://wicg.github.io/shared-storage/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://wicg.github.io/shared-storage/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://wicg.github.io/shared-storage/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "idl-index", + "href": "https://wicg.github.io/shared-storage/#idl-index", + "level": 2, + "title": "IDL Index" + }, + { + "id": "issues-index", + "href": "https://wicg.github.io/shared-storage/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/ed/headings/storage-buckets.json b/ed/headings/storage-buckets.json new file mode 100644 index 000000000000..73556e66b00f --- /dev/null +++ b/ed/headings/storage-buckets.json @@ -0,0 +1,191 @@ +{ + "spec": { + "title": "Storage Buckets API", + "url": "https://wicg.github.io/storage-buckets/" + }, + "headings": [ + { + "id": "title", + "href": "https://wicg.github.io/storage-buckets/#title", + "level": 1, + "title": "Storage Buckets API" + }, + { + "id": "abstract", + "href": "https://wicg.github.io/storage-buckets/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://wicg.github.io/storage-buckets/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://wicg.github.io/storage-buckets/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "storage-bucket-manager", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-manager", + "level": 2, + "title": "The StorageBucketManager interface", + "number": "1" + }, + { + "id": "storage-bucket-open", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-open", + "level": 3, + "title": "Creating a bucket", + "number": "1.1" + }, + { + "id": "storage-bucket-delete", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-delete", + "level": 3, + "title": "Deleting a bucket", + "number": "1.2" + }, + { + "id": "storage-bucket-keys", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-keys", + "level": 3, + "title": "Enumerating buckets", + "number": "1.3" + }, + { + "id": "storage-bucket", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket", + "level": 2, + "title": "The StorageBucket interface", + "number": "2" + }, + { + "id": "storage-bucket-persistence", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-persistence", + "level": 3, + "title": "Persistence", + "number": "2.1" + }, + { + "id": "storage-bucket-quota", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-quota", + "level": 3, + "title": "Quota", + "number": "2.2" + }, + { + "id": "storage-bucket-durability", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-durability", + "level": 3, + "title": "Durability", + "number": "2.3" + }, + { + "id": "storage-bucket-expiration", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-expiration", + "level": 3, + "title": "Expiration", + "number": "2.4" + }, + { + "id": "storage-bucket-endpoints", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-endpoints", + "level": 3, + "title": "Using storage endpoints", + "number": "2.5" + }, + { + "id": "storage-bucket-indexeddb", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-indexeddb", + "level": 4, + "title": "Using Indexed Database", + "number": "2.5.1" + }, + { + "id": "storage-bucket-caches", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-caches", + "level": 4, + "title": "Using CacheStorage", + "number": "2.5.2" + }, + { + "id": "storage-bucket-getdirectory", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-getdirectory", + "level": 4, + "title": "Using an Origin Private File System", + "number": "2.5.3" + }, + { + "id": "storage-bucket-clear-site-data", + "href": "https://wicg.github.io/storage-buckets/#storage-bucket-clear-site-data", + "level": 3, + "title": "Clear Site Data integration", + "number": "2.6" + }, + { + "id": "security-privacy", + "href": "https://wicg.github.io/storage-buckets/#security-privacy", + "level": 2, + "title": "Security and privacy considerations", + "number": "3" + }, + { + "id": "w3c-conformance", + "href": "https://wicg.github.io/storage-buckets/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://wicg.github.io/storage-buckets/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "index", + "href": "https://wicg.github.io/storage-buckets/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://wicg.github.io/storage-buckets/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://wicg.github.io/storage-buckets/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://wicg.github.io/storage-buckets/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://wicg.github.io/storage-buckets/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "idl-index", + "href": "https://wicg.github.io/storage-buckets/#idl-index", + "level": 2, + "title": "IDL Index" + }, + { + "id": "issues-index", + "href": "https://wicg.github.io/storage-buckets/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/ed/idl/direct-sockets.idl b/ed/idl/direct-sockets.idl new file mode 100644 index 000000000000..a3c700707ea1 --- /dev/null +++ b/ed/idl/direct-sockets.idl @@ -0,0 +1,109 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Direct Sockets API (https://wicg.github.io/direct-sockets/) + +[Exposed=(Window,Worker), SecureContext] +interface TCPSocket { + constructor(DOMString remoteAddress, + unsigned short remotePort, + optional TCPSocketOptions options = {}); + + readonly attribute Promise opened; + readonly attribute Promise closed; + + Promise close(); +}; + +enum SocketDnsQueryType { + "ipv4", + "ipv6" +}; + +dictionary TCPSocketOptions { + [EnforceRange] unsigned long sendBufferSize; + [EnforceRange] unsigned long receiveBufferSize; + + boolean noDelay = false; + [EnforceRange] unsigned long keepAliveDelay; + + SocketDnsQueryType dnsQueryType; +}; + +dictionary TCPSocketOpenInfo { + ReadableStream readable; + WritableStream writable; + + DOMString remoteAddress; + unsigned short remotePort; + + DOMString localAddress; + unsigned short localPort; +}; + +[Exposed=(Window,Worker), SecureContext] +interface UDPSocket { + constructor(optional UDPSocketOptions options = {}); + + readonly attribute Promise opened; + readonly attribute Promise closed; + + Promise close(); +}; + +dictionary UDPSocketOptions { + DOMString remoteAddress; + [EnforceRange] unsigned short remotePort; + + DOMString localAddress; + [EnforceRange] unsigned short localPort; + + [EnforceRange] unsigned long sendBufferSize; + [EnforceRange] unsigned long receiveBufferSize; + + SocketDnsQueryType dnsQueryType; + boolean ipv6Only; +}; + +dictionary UDPMessage { + BufferSource data; + DOMString remoteAddress; + unsigned short remotePort; + SocketDnsQueryType dnsQueryType; +}; + +dictionary UDPSocketOpenInfo { + ReadableStream readable; + WritableStream writable; + + DOMString remoteAddress; + unsigned short remotePort; + + DOMString localAddress; + unsigned short localPort; +}; + +[Exposed=(Window,Worker), SecureContext] +interface TCPServerSocket { + constructor(DOMString localAddress, + optional TCPServerSocketOptions options = {}); + + readonly attribute Promise opened; + readonly attribute Promise closed; + + Promise close(); +}; + +dictionary TCPServerSocketOptions { + [EnforceRange] unsigned short localPort; + [EnforceRange] unsigned long backlog; + + boolean ipv6Only; +}; + +dictionary TCPServerSocketOpenInfo { + ReadableStream readable; + + DOMString localAddress; + unsigned short localPort; +}; diff --git a/ed/idl/document-picture-in-picture.idl b/ed/idl/document-picture-in-picture.idl new file mode 100644 index 000000000000..742f65e6f06b --- /dev/null +++ b/ed/idl/document-picture-in-picture.idl @@ -0,0 +1,34 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Document Picture-in-Picture Specification (https://wicg.github.io/document-picture-in-picture/) + +[Exposed=Window] +partial interface Window { + [SameObject, SecureContext] readonly attribute DocumentPictureInPicture + documentPictureInPicture; +}; + +[Exposed=Window, SecureContext] +interface DocumentPictureInPicture : EventTarget { + [NewObject] Promise requestWindow( + optional DocumentPictureInPictureOptions options = {}); + readonly attribute Window window; + attribute EventHandler onenter; +}; + +dictionary DocumentPictureInPictureOptions { + [EnforceRange] unsigned long long width = 0; + [EnforceRange] unsigned long long height = 0; + boolean copyStyleSheets = false; +}; + +[Exposed=Window] +interface DocumentPictureInPictureEvent : Event { + constructor(DOMString type, DocumentPictureInPictureEventInit eventInitDict); + [SameObject] readonly attribute Window window; +}; + +dictionary DocumentPictureInPictureEventInit : EventInit { + required Window window; +}; diff --git a/ed/idl/real-world-meshing.idl b/ed/idl/real-world-meshing.idl new file mode 100644 index 000000000000..38fe71f6c66a --- /dev/null +++ b/ed/idl/real-world-meshing.idl @@ -0,0 +1,21 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: WebXR Mesh Detection Module (https://immersive-web.github.io/real-world-meshing/) + +[Exposed=Window] interface XRMesh { + [SameObject] readonly attribute XRSpace meshSpace; + + readonly attribute FrozenArray vertices; + readonly attribute Uint32Array indices; + readonly attribute DOMHighResTimeStamp lastChangedTime; + readonly attribute DOMString? semanticLabel; +}; + +[Exposed=Window] interface XRMeshSet { + readonly setlike; +}; + +partial interface XRFrame { + readonly attribute XRMeshSet detectedMeshs; +}; diff --git a/ed/idl/resource-timing.idl b/ed/idl/resource-timing.idl index 151e5d46d842..aa17003493eb 100644 --- a/ed/idl/resource-timing.idl +++ b/ed/idl/resource-timing.idl @@ -18,6 +18,7 @@ interface PerformanceResourceTiming : PerformanceEntry { readonly attribute DOMHighResTimeStamp connectEnd; readonly attribute DOMHighResTimeStamp secureConnectionStart; readonly attribute DOMHighResTimeStamp requestStart; + readonly attribute DOMHighResTimeStamp firstInterimResponseStart; readonly attribute DOMHighResTimeStamp responseStart; readonly attribute DOMHighResTimeStamp responseEnd; readonly attribute unsigned long long transferSize; diff --git a/ed/idl/shared-storage.idl b/ed/idl/shared-storage.idl new file mode 100644 index 000000000000..eb5806f9a6db --- /dev/null +++ b/ed/idl/shared-storage.idl @@ -0,0 +1,80 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Shared Storage API (https://wicg.github.io/shared-storage/) + +[Exposed=(Window)] +interface SharedStorageWorklet : Worklet { +}; + +[Exposed=SharedStorageWorklet, Global=SharedStorageWorklet] +interface SharedStorageWorkletGlobalScope : WorkletGlobalScope { + undefined register(DOMString name, + SharedStorageOperationConstructor operationCtor); +}; + +callback SharedStorageOperationConstructor = + SharedStorageOperation(optional SharedStorageRunOperationMethodOptions options); + +[Exposed=SharedStorageWorklet] +interface SharedStorageOperation { +}; + +dictionary SharedStorageRunOperationMethodOptions { + object data; + boolean resolveToConfig = false; + boolean keepAlive = false; +}; + +[Exposed=SharedStorageWorklet] +interface SharedStorageRunOperation : SharedStorageOperation { + Promise run(object data); +}; + +[Exposed=SharedStorageWorklet] +interface SharedStorageSelectURLOperation : SharedStorageOperation { + Promise run(object data, + FrozenArray urls); +}; + +[Exposed=(Window,SharedStorageWorklet)] +interface SharedStorage { + Promise set(DOMString key, + DOMString value, + optional SharedStorageSetMethodOptions options = {}); + Promise append(DOMString key, + DOMString value); + Promise delete(DOMString key); + Promise clear(); +}; + +dictionary SharedStorageSetMethodOptions { + boolean ignoreIfPresent = false; +}; + +typedef (USVString or FencedFrameConfig) SharedStorageResponse; + +[Exposed=(Window)] +interface WindowSharedStorage : SharedStorage { + Promise run(DOMString name, + optional SharedStorageRunOperationMethodOptions options = {}); + Promise selectURL(DOMString name, + FrozenArray urls, + optional SharedStorageRunOperationMethodOptions options = {}); + + readonly attribute SharedStorageWorklet worklet; +}; + +dictionary SharedStorageUrlWithMetadata { + required USVString url; + object reportingMetadata; +}; + +[Exposed=(SharedStorageWorklet)] +interface WorkletSharedStorage : SharedStorage { + Promise get(DOMString key); + Promise length(); + Promise remainingBudget(); + + async iterable; +}; diff --git a/ed/idl/storage-buckets.idl b/ed/idl/storage-buckets.idl new file mode 100644 index 000000000000..f3d500a5711d --- /dev/null +++ b/ed/idl/storage-buckets.idl @@ -0,0 +1,53 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Storage Buckets API (https://wicg.github.io/storage-buckets/) + +[SecureContext] +interface mixin NavigatorStorageBuckets { + [SameObject] readonly attribute StorageBucketManager storageBuckets; +}; +Navigator includes NavigatorStorageBuckets; +WorkerNavigator includes NavigatorStorageBuckets; + +[Exposed=(Window,Worker), + SecureContext] +interface StorageBucketManager { + Promise open(DOMString name, optional StorageBucketOptions options = {}); + Promise> keys(); + Promise delete(DOMString name); +}; + +enum StorageBucketDurability { + "strict", + "relaxed" +}; + +dictionary StorageBucketOptions { + boolean? persisted = null; + StorageBucketDurability? durability = null; + unsigned long long? quota = null; + DOMHighResTimeStamp? expires = null; +}; + +[Exposed=(Window,Worker), + SecureContext] +interface StorageBucket { + readonly attribute DOMString name; + + [Exposed=Window] Promise persist(); + Promise persisted(); + + Promise estimate(); + + Promise durability(); + + Promise setExpires(DOMHighResTimeStamp expires); + Promise expires(); + + [SameObject] readonly attribute IDBFactory indexedDB; + + [SameObject] readonly attribute CacheStorage caches; + + Promise getDirectory(); +}; diff --git a/ed/ids/FedCM.json b/ed/ids/FedCM.json index db1d31d0d090..48d625889e0c 100644 --- a/ed/ids/FedCM.json +++ b/ed/ids/FedCM.json @@ -172,7 +172,6 @@ "https://fedidcg.github.io/FedCM/#ref-for-same-origin-with-its-ancestors", "https://fedidcg.github.io/FedCM/#ref-for-sec-ordinary-object-internal-methods-and-internal-slots%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-document-permissions-policy", - "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-mediation", "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-signal", "https://fedidcg.github.io/FedCM/#ref-for-identitycredential%E2%91%A2", "https://fedidcg.github.io/FedCM/#dom-identitycredential-discoverfromexternalsource-slot", @@ -191,35 +190,37 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-credential-discoverfromexternalsource-slot%E2%91%A0", "https://fedidcg.github.io/FedCM/#issue-ade48fb1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-settimeout", - "https://fedidcg.github.io/FedCM/#ref-for-concept-task", - "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A0", - "https://fedidcg.github.io/FedCM/#issue-adfae20a", - "https://fedidcg.github.io/FedCM/#ref-for-dom-settimeout%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-identity%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredentialrequestoptions-providers%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-create-an-identitycredential", - "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-mediation", + "https://fedidcg.github.io/FedCM/#ref-for-queue-a-global-task%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-manipulation-task-source%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idl-DOMException%E2%91%A0", "https://fedidcg.github.io/FedCM/#create-identity-credential", "https://fedidcg.github.io/FedCM/#ref-for-create-an-identitycredential%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-identitycredential%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A3", "https://fedidcg.github.io/FedCM/#create-an-identitycredential", "https://fedidcg.github.io/FedCM/#infopanel-for-create-an-identitycredential", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-create-an-identitycredential", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-identitycredential%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-in-parallel%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-origin-requires-user-mediation", + "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialmediationrequirement-silent", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-config-file", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-picture", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-account-picture", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialmediationrequirement-required", + "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialmediationrequirement-silent%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-compute-the-connection-status", "https://fedidcg.github.io/FedCM/#ref-for-compute-the-connection-status-disconnected%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-request-permission-to-sign-up", @@ -232,14 +233,14 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovideraccount-id%E2%91%A1", "https://fedidcg.github.io/FedCM/#fetch-config-file", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-config-file%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2", "https://fedidcg.github.io/FedCM/#fetch-the-config-file", "https://fedidcg.github.io/FedCM/#infopanel-for-fetch-the-config-file", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-fetch-the-config-file", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig", "https://fedidcg.github.io/FedCM/#ref-for-parse-url%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-potentially-trustworthy-url", "https://fedidcg.github.io/FedCM/#ref-for-concept-url", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-scheme", @@ -278,7 +279,7 @@ "https://fedidcg.github.io/FedCM/#issue-80d5b61c", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderwellknown-provider_urls%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-string-is", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode", @@ -301,10 +302,10 @@ "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A7", "https://fedidcg.github.io/FedCM/#dictdef-identityproviderwellknown", "https://fedidcg.github.io/FedCM/#infopanel-for-dictdef-identityproviderwellknown", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderwellknown", @@ -343,7 +344,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-branding", "https://fedidcg.github.io/FedCM/#fetch-accounts-list", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A6", "https://fedidcg.github.io/FedCM/#fetch-the-accounts-list", "https://fedidcg.github.io/FedCM/#infopanel-for-fetch-the-accounts-list", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-fetch-the-accounts-list", @@ -417,8 +418,8 @@ "https://fedidcg.github.io/FedCM/#ref-for-fetch-request%E2%91%A2", "https://fedidcg.github.io/FedCM/#fetch-identity-assertion", "https://fedidcg.github.io/FedCM/#ref-for-fetch-an-identity-assertion%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A5", "https://fedidcg.github.io/FedCM/#fetch-an-identity-assertion", "https://fedidcg.github.io/FedCM/#infopanel-for-fetch-an-identity-assertion", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-fetch-an-identity-assertion", @@ -442,8 +443,8 @@ "https://fedidcg.github.io/FedCM/#ref-for-request-service-workers-mode%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-destination%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A2", @@ -472,7 +473,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-list-size%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-request-permission-to-sign-up%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A7", "https://fedidcg.github.io/FedCM/#request-permission-to-sign-up", "https://fedidcg.github.io/FedCM/#infopanel-for-request-permission-to-sign-up", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-request-permission-to-sign-up", @@ -507,8 +508,8 @@ "https://fedidcg.github.io/FedCM/#ref-for-request-service-workers-mode%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-destination%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A3", @@ -534,8 +535,8 @@ "https://fedidcg.github.io/FedCM/#infopaneltitle-for-parse-url", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-url%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-queue-a-global-task%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-manipulation-task-source%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-queue-a-global-task%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-manipulation-task-source%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-in-parallel%E2%91%A2", @@ -543,7 +544,7 @@ "https://fedidcg.github.io/FedCM/#infopanel-for-fetch-request", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-fetch-request", "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-queue-a-global-task%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-queue-a-global-task%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-networking-task-source", "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch", "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body", @@ -556,7 +557,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-string", "https://fedidcg.github.io/FedCM/#ref-for-concept-url%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-parse-url%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-parse-url%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-parse-url%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-same-origin", @@ -570,24 +571,24 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-network-error", "https://fedidcg.github.io/FedCM/#ref-for-concept-response-status", "https://fedidcg.github.io/FedCM/#ref-for-ok-status", - "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idl-DOMException%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-concept-header-extract-mime-type", "https://fedidcg.github.io/FedCM/#ref-for-concept-response-header-list", "https://fedidcg.github.io/FedCM/#ref-for-json-mime-type", - "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idl-DOMException%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-parse-json-bytes-to-a-javascript-value", - "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idl-DOMException%E2%91%A3", "https://fedidcg.github.io/FedCM/#idp-api", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%93%AA", + "https://fedidcg.github.io/FedCM/#idp-api-well-known", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A1", - "https://fedidcg.github.io/FedCM/#idp-api-well-known", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-http-origin", "https://fedidcg.github.io/FedCM/#example-c06ffb02", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderwellknown%E2%91%A0", @@ -597,9 +598,9 @@ "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-identityproviderwellknown-provider_urls", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#idp-api-manifest", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-http-origin%E2%91%A0", "https://fedidcg.github.io/FedCM/#example-568d2573", "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A4", @@ -623,7 +624,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A6", "https://fedidcg.github.io/FedCM/#dom-identityproviderbranding-background_color", @@ -631,13 +632,13 @@ "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-background_color", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-color", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A4", "https://fedidcg.github.io/FedCM/#dom-identityproviderbranding-color", "https://fedidcg.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-color", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-color", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-color%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#dom-identityproviderbranding-icons", "https://fedidcg.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-icons", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-icons", @@ -647,7 +648,7 @@ "https://fedidcg.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-name", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-name", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidericon%E2%91%A2", "https://fedidcg.github.io/FedCM/#dom-identityprovidericon-url", @@ -670,10 +671,10 @@ "https://fedidcg.github.io/FedCM/#ref-for-typedef-named-color", "https://fedidcg.github.io/FedCM/#example-85c9611b", "https://fedidcg.github.io/FedCM/#idp-api-accounts-endpoint", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-http-origin%E2%91%A1", "https://fedidcg.github.io/FedCM/#example-6b4f66fb", "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A5", @@ -703,16 +704,16 @@ "https://fedidcg.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-approved_clients", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-approved_clients", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-request-permission-to-sign-up%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#example-50458aa3", "https://fedidcg.github.io/FedCM/#issue-ef9f6ef5", "https://fedidcg.github.io/FedCM/#idp-api-client-id-metadata-endpoint", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-http-origin%E2%91%A2", "https://fedidcg.github.io/FedCM/#example-2ca55c06", "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A6", @@ -722,41 +723,41 @@ "https://fedidcg.github.io/FedCM/#infopanel-for-dom-identityproviderclientmetadata-privacy_policy_url", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-identityproviderclientmetadata-privacy_policy_url", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#dom-identityproviderclientmetadata-terms_of_service_url", "https://fedidcg.github.io/FedCM/#infopanel-for-dom-identityproviderclientmetadata-terms_of_service_url", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-identityproviderclientmetadata-terms_of_service_url", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A6", "https://fedidcg.github.io/FedCM/#example-001e0b0d", "https://fedidcg.github.io/FedCM/#idp-api-id-assertion-endpoint", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-http-origin%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A3", "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_request-client_id", "https://fedidcg.github.io/FedCM/#infopanel-for-dom-id_assertion_endpoint_request-client_id", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-id_assertion_endpoint_request-client_id", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A1", "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_request-nonce", "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_request-account_id", "https://fedidcg.github.io/FedCM/#dom-id_assertion_endpoint_request-disclosure_text_shown", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-request-permission-to-sign-up%E2%91%A3", "https://fedidcg.github.io/FedCM/#example-46007906", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-http-origin%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-http-origin%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidertoken%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovidertoken%E2%91%A1", @@ -765,13 +766,13 @@ "https://fedidcg.github.io/FedCM/#infopaneltitle-for-dom-identityprovidertoken-token", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovidertoken-token%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovidertoken-token%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A2", "https://fedidcg.github.io/FedCM/#example-9a912242", "https://fedidcg.github.io/FedCM/#browser-api-backwards-compatibility", "https://fedidcg.github.io/FedCM/#permissions-policy-integration", @@ -795,182 +796,182 @@ "https://fedidcg.github.io/FedCM/#ref-for-abstract-opdef-request-a-credential%E2%91%A0", "https://fedidcg.github.io/FedCM/#security", "https://fedidcg.github.io/FedCM/#content-security-policy", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A0", "https://fedidcg.github.io/FedCM/#sec-fetch-dest-header", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-forbidden-request-header", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A0", "https://fedidcg.github.io/FedCM/#browser-surface-impersonation", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%93%AA", "https://fedidcg.github.io/FedCM/#privacy", "https://fedidcg.github.io/FedCM/#privacy-principals", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A8", "https://fedidcg.github.io/FedCM/#tracker", "https://fedidcg.github.io/FedCM/#infopanel-for-tracker", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-tracker", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-tracker", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A5", "https://fedidcg.github.io/FedCM/#network-requests", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-dom-id_assertion_endpoint_request-client_id%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-dom-id_assertion_endpoint_request-client_id%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-dom-id_assertion_endpoint_request-client_id%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-dom-id_assertion_endpoint_request-client_id%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dom-id_assertion_endpoint_request-client_id%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A2", "https://fedidcg.github.io/FedCM/#attack-scenarios", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A8", "https://fedidcg.github.io/FedCM/#manifest-fingerprinting", "https://fedidcg.github.io/FedCM/#ref-for-create-an-identitycredential%E2%91%A1", "https://fedidcg.github.io/FedCM/#example-d7cff68d", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A1", + "https://fedidcg.github.io/FedCM/#timing-attacks", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A3", - "https://fedidcg.github.io/FedCM/#timing-attacks", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%93%AA", "https://fedidcg.github.io/FedCM/#idp-intrusion", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#_clip1", "https://fedidcg.github.io/FedCM/#_Image2", "https://fedidcg.github.io/FedCM/#attack-scenarios-by-rp-cross-site-correlation", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A2", "https://fedidcg.github.io/FedCM/#_Image1", "https://fedidcg.github.io/FedCM/#example-b045b782", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A8", "https://fedidcg.github.io/FedCM/#_clip2", "https://fedidcg.github.io/FedCM/#_clip4", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A0", "https://fedidcg.github.io/FedCM/#_Image3", "https://fedidcg.github.io/FedCM/#unauthorized-data-usage", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A1", "https://fedidcg.github.io/FedCM/#rp-fingerprinting", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A4", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A1", "https://fedidcg.github.io/FedCM/#secondary-use", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A3", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A2", "https://fedidcg.github.io/FedCM/#_Image2%E2%91%A0", "https://fedidcg.github.io/FedCM/#example-ee3423e4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A7", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A3", "https://fedidcg.github.io/FedCM/#extensibility", "https://fedidcg.github.io/FedCM/#acknowledgements", @@ -1001,12 +1002,21 @@ "https://fedidcg.github.io/FedCM/#546b09a7", "https://fedidcg.github.io/FedCM/#infopanel-for-546b09a7", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-546b09a7", + "https://fedidcg.github.io/FedCM/#550fb78a", + "https://fedidcg.github.io/FedCM/#infopanel-for-550fb78a", + "https://fedidcg.github.io/FedCM/#infopaneltitle-for-550fb78a", + "https://fedidcg.github.io/FedCM/#c1eab6d6", + "https://fedidcg.github.io/FedCM/#infopanel-for-c1eab6d6", + "https://fedidcg.github.io/FedCM/#infopaneltitle-for-c1eab6d6", "https://fedidcg.github.io/FedCM/#6f944459", "https://fedidcg.github.io/FedCM/#infopanel-for-6f944459", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-6f944459", "https://fedidcg.github.io/FedCM/#ea9cb8e8", "https://fedidcg.github.io/FedCM/#infopanel-for-ea9cb8e8", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-ea9cb8e8", + "https://fedidcg.github.io/FedCM/#5b840e7e", + "https://fedidcg.github.io/FedCM/#infopanel-for-5b840e7e", + "https://fedidcg.github.io/FedCM/#infopaneltitle-for-5b840e7e", "https://fedidcg.github.io/FedCM/#7a29153c", "https://fedidcg.github.io/FedCM/#infopanel-for-7a29153c", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-7a29153c", @@ -1163,12 +1173,6 @@ "https://fedidcg.github.io/FedCM/#7393da89", "https://fedidcg.github.io/FedCM/#infopanel-for-7393da89", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-7393da89", - "https://fedidcg.github.io/FedCM/#3332e595", - "https://fedidcg.github.io/FedCM/#infopanel-for-3332e595", - "https://fedidcg.github.io/FedCM/#infopaneltitle-for-3332e595", - "https://fedidcg.github.io/FedCM/#e270bd2a", - "https://fedidcg.github.io/FedCM/#infopanel-for-e270bd2a", - "https://fedidcg.github.io/FedCM/#infopaneltitle-for-e270bd2a", "https://fedidcg.github.io/FedCM/#a3b18719", "https://fedidcg.github.io/FedCM/#infopanel-for-a3b18719", "https://fedidcg.github.io/FedCM/#infopaneltitle-for-a3b18719", diff --git a/ed/ids/attribution-reporting-api.json b/ed/ids/attribution-reporting-api.json index c8b90ee963ee..360ea5af1466 100644 --- a/ed/ids/attribution-reporting-api.json +++ b/ed/ids/attribution-reporting-api.json @@ -1751,6 +1751,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-map-size%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-aggregation-keys-per-attribution%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-iterate%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-allowed-aggregatable-budget-per-source", "https://wicg.github.io/attribution-reporting-api/#issue-f31c9d0c%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-string-length%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-string-code-point-length%E2%91%A3", @@ -2010,7 +2011,7 @@ "https://wicg.github.io/attribution-reporting-api/#infopaneltitle-for-check-if-an-attribution-source-can-create-aggregatable-contributions", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A3%E2%91%A8", - "https://wicg.github.io/attribution-reporting-api/#ref-for-allowed-aggregatable-budget-per-source", + "https://wicg.github.io/attribution-reporting-api/#ref-for-allowed-aggregatable-budget-per-source%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-aggregatable-budget-consumed%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-assert%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-required-aggregatable-budget%E2%91%A0", @@ -2044,7 +2045,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-type-trigger-aggregate-insufficient-budget", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-set%E2%91%A0%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-allowed-aggregatable-budget-per-source%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-allowed-aggregatable-budget-per-source%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-type-trigger-event-low-priority", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-type-trigger-event-excessive-reports", diff --git a/ed/ids/direct-sockets.json b/ed/ids/direct-sockets.json new file mode 100644 index 000000000000..cb69b4e614f1 --- /dev/null +++ b/ed/ids/direct-sockets.json @@ -0,0 +1,778 @@ +{ + "spec": { + "title": "Direct Sockets API", + "url": "https://wicg.github.io/direct-sockets/" + }, + "ids": [ + "https://wicg.github.io/direct-sockets/#initialUserConfig", + "https://wicg.github.io/direct-sockets/#toc-nav", + "https://wicg.github.io/direct-sockets/#toc-jump", + "https://wicg.github.io/direct-sockets/#toc-toggle", + "https://wicg.github.io/direct-sockets/#title", + "https://wicg.github.io/direct-sockets/#w3c-state", + "https://wicg.github.io/direct-sockets/#abstract", + "https://wicg.github.io/direct-sockets/#sotd", + "https://wicg.github.io/direct-sockets/#toc", + "https://wicg.github.io/direct-sockets/#table-of-contents", + "https://wicg.github.io/direct-sockets/#tcpsocket-interface", + "https://wicg.github.io/direct-sockets/#x1-tcpsocket-interface", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-1", + "https://wicg.github.io/direct-sockets/#webidl-834773198", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocket", + "https://wicg.github.io/direct-sockets/#dom-tcpsocket", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocket-constructor-remoteaddress-remoteport-options", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-constructor-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-1", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocket-opened", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-opened-1", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocket-closed", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-closed-1", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocket-close", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-close-1", + "https://wicg.github.io/direct-sockets/#dfn-tcpsocket-task-source", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-2", + "https://wicg.github.io/direct-sockets/#dfn-readable", + "https://wicg.github.io/direct-sockets/#dfn-writable", + "https://wicg.github.io/direct-sockets/#dfn-openedpromise", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-opened-2", + "https://wicg.github.io/direct-sockets/#dfn-closedpromise", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-closed-2", + "https://wicg.github.io/direct-sockets/#constructor-method", + "https://wicg.github.io/direct-sockets/#x1-1-constructor-method", + "https://wicg.github.io/direct-sockets/#dom-tcpsocket-constructor", + "https://wicg.github.io/direct-sockets/#example-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-opened-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-readable-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-writable-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-opened-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-readable-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-writable-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-constructor-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-direct-sockets-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-keepalivedelay-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-sendbuffersize-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-receivebuffersize-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpsocket-task-source-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpsocket-task-source-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-initialize-tcpsocket-readable-stream-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-initialize-tcpsocket-writable-stream-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-readable-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-writable-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-remoteaddress-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-remoteport-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-localaddress-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-localport-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-2", + "https://wicg.github.io/direct-sockets/#tcpsocketoptions-dictionary", + "https://wicg.github.io/direct-sockets/#x1-1-1-tcpsocketoptions-dictionary", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions", + "https://wicg.github.io/direct-sockets/#webidl-1539211", + "https://wicg.github.io/direct-sockets/#idl-def-socketdnsquerytype", + "https://wicg.github.io/direct-sockets/#dom-socketdnsquerytype", + "https://wicg.github.io/direct-sockets/#dom-socketdnsquerytype-ipv4", + "https://wicg.github.io/direct-sockets/#dom-socketdnsquerytype-ipv6", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketoptions", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketoptions-sendbuffersize", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-sendbuffersize-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketoptions-receivebuffersize", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-receivebuffersize-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketoptions-nodelay", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-nodelay-1", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketoptions-keepalivedelay", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-keepalivedelay-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketoptions-dnsquerytype", + "https://wicg.github.io/direct-sockets/#ref-for-dom-socketdnsquerytype-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-dnsquerytype-1", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-sendbuffersize", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-receivebuffersize", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-nodelay", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID", + "https://wicg.github.io/direct-sockets/#h-note", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-keepalivedelay", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-0", + "https://wicg.github.io/direct-sockets/#h-note-0", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketoptions-dnsquerytype", + "https://wicg.github.io/direct-sockets/#readable-attribute-internal", + "https://wicg.github.io/direct-sockets/#x1-2-readable-attribute-internal", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-3", + "https://wicg.github.io/direct-sockets/#example-2", + "https://wicg.github.io/direct-sockets/#dfn-initialize-tcpsocket-readable-stream", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpsocket-task-source-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-7", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-tcpsocket-readable-stream-1", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-1", + "https://wicg.github.io/direct-sockets/#h-note-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-8", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-10", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-11", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-12", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-tcpsocket-readable-stream-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-tcpsocket-readable-stream-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-13", + "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-tcpsocket-readable-stream", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpsocket-task-source-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-14", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-15", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-4", + "https://wicg.github.io/direct-sockets/#writable-attribute-internal", + "https://wicg.github.io/direct-sockets/#x1-3-writable-attribute-internal", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-6", + "https://wicg.github.io/direct-sockets/#example-3", + "https://wicg.github.io/direct-sockets/#dfn-initialize-tcpsocket-writable-stream", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-2", + "https://wicg.github.io/direct-sockets/#h-note-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpsocket-task-source-5", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-3", + "https://wicg.github.io/direct-sockets/#h-note-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-tcpsocket-writable-stream-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpsocket-task-source-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-tcpsocket-writable-stream-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpsocket-task-source-7", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-tcpsocket-writable-stream-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-7", + "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-tcpsocket-writable-stream", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-16", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpsocket-task-source-8", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-17", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-18", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-8", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-7", + "https://wicg.github.io/direct-sockets/#opened-attribute", + "https://wicg.github.io/direct-sockets/#x1-4-opened-attribute", + "https://wicg.github.io/direct-sockets/#dom-tcpsocket-opened", + "https://wicg.github.io/direct-sockets/#example-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-opened-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-readable-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-writable-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-3", + "https://wicg.github.io/direct-sockets/#tcpsocketopeninfo-dictionary", + "https://wicg.github.io/direct-sockets/#x1-4-1-tcpsocketopeninfo-dictionary", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo", + "https://wicg.github.io/direct-sockets/#webidl-738184499", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketopeninfo", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-3", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketopeninfo-readable", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-readable-5", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketopeninfo-writable", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-writable-5", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketopeninfo-remoteaddress", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-remoteaddress-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketopeninfo-remoteport", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-remoteport-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketopeninfo-localaddress", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-localaddress-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpsocketopeninfo-localport", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-localport-2", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-readable", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-19", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-writable", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-10", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-remoteaddress", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-remoteport", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-localaddress", + "https://wicg.github.io/direct-sockets/#dom-tcpsocketopeninfo-localport", + "https://wicg.github.io/direct-sockets/#closed-attribute", + "https://wicg.github.io/direct-sockets/#x1-5-closed-attribute", + "https://wicg.github.io/direct-sockets/#dom-tcpsocket-closed", + "https://wicg.github.io/direct-sockets/#example-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-closed-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-closed-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-20", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-11", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-8", + "https://wicg.github.io/direct-sockets/#close-method", + "https://wicg.github.io/direct-sockets/#x1-6-close-method", + "https://wicg.github.io/direct-sockets/#dom-tcpsocket-close", + "https://wicg.github.io/direct-sockets/#example-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-close-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-readable-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-writable-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-readable-7", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-writable-7", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-close-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-close-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-10", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-21", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-12", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-22", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-13", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-11", + "https://wicg.github.io/direct-sockets/#udpsocket-interface", + "https://wicg.github.io/direct-sockets/#x2-udpsocket-interface", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-1", + "https://wicg.github.io/direct-sockets/#webidl-14208871", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocket", + "https://wicg.github.io/direct-sockets/#dom-udpsocket", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocket-constructor-options", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-constructor-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-1", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocket-opened", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-opened-1", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocket-closed", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-closed-1", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocket-close", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-close-1", + "https://wicg.github.io/direct-sockets/#dfn-udpsocket-task-source", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-2", + "https://wicg.github.io/direct-sockets/#dfn-readable-0", + "https://wicg.github.io/direct-sockets/#dfn-writable-0", + "https://wicg.github.io/direct-sockets/#dfn-openedpromise-0", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-opened-2", + "https://wicg.github.io/direct-sockets/#dfn-closedpromise-0", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-closed-2", + "https://wicg.github.io/direct-sockets/#constructor-method-0", + "https://wicg.github.io/direct-sockets/#x2-1-constructor-method", + "https://wicg.github.io/direct-sockets/#dom-udpsocket-constructor", + "https://wicg.github.io/direct-sockets/#example-7", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-opened-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-readable-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-writable-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-opened-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-readable-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-writable-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-1", + "https://wicg.github.io/direct-sockets/#dfn-mode", + "https://wicg.github.io/direct-sockets/#dfn-connected", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteaddress-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteport-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-2", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-4", + "https://wicg.github.io/direct-sockets/#h-note-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-3", + "https://wicg.github.io/direct-sockets/#dfn-bound", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localaddress-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-3", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-5", + "https://wicg.github.io/direct-sockets/#h-note-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-constructor-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-direct-sockets-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteaddress-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteport-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteaddress-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteport-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-7", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localport-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localaddress-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localaddress-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-8", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localaddress-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-10", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-dnsquerytype-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-11", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-ipv6only-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-12", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localaddress-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-sendbuffersize-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-receivebuffersize-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-13", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-udpsocket-task-source-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-0-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-udpsocket-task-source-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-initialize-udpsocket-readable-stream-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-initialize-udpsocket-writable-stream-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-readable-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-writable-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-14", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-localaddress-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-localport-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-15", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-localaddress-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-localport-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-remoteaddress-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-remoteport-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-0-2", + "https://wicg.github.io/direct-sockets/#udpsocketoptions-dictionary", + "https://wicg.github.io/direct-sockets/#x2-1-1-udpsocketoptions-dictionary", + "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions", + "https://wicg.github.io/direct-sockets/#webidl-1739570414", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketoptions", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-4", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketoptions-remoteaddress", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteaddress-4", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketoptions-remoteport", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteport-4", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketoptions-localaddress", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localaddress-6", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketoptions-localport", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localport-2", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketoptions-sendbuffersize", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-sendbuffersize-2", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketoptions-receivebuffersize", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-receivebuffersize-2", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketoptions-dnsquerytype", + "https://wicg.github.io/direct-sockets/#ref-for-dom-socketdnsquerytype-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-dnsquerytype-2", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketoptions-ipv6only", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-ipv6only-2", + "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-remoteaddress", + "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-remoteport", + "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-localaddress", + "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-localport", + "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-sendbuffersize", + "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-receivebuffersize", + "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-dnsquerytype", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-6", + "https://wicg.github.io/direct-sockets/#h-note-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-16", + "https://wicg.github.io/direct-sockets/#dom-udpsocketoptions-ipv6only", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-7", + "https://wicg.github.io/direct-sockets/#h-note-7", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-17", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-8", + "https://wicg.github.io/direct-sockets/#h-note-8", + "https://wicg.github.io/direct-sockets/#udpmessage-dictionary", + "https://wicg.github.io/direct-sockets/#x2-1-2-udpmessage-dictionary", + "https://wicg.github.io/direct-sockets/#dom-udpmessage", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-1", + "https://wicg.github.io/direct-sockets/#webidl-2013584252", + "https://wicg.github.io/direct-sockets/#idl-def-udpmessage", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-2", + "https://wicg.github.io/direct-sockets/#idl-def-udpmessage-data", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-data-1", + "https://wicg.github.io/direct-sockets/#idl-def-udpmessage-remoteaddress", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteaddress-1", + "https://wicg.github.io/direct-sockets/#idl-def-udpmessage-remoteport", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteport-1", + "https://wicg.github.io/direct-sockets/#idl-def-udpmessage-dnsquerytype", + "https://wicg.github.io/direct-sockets/#ref-for-dom-socketdnsquerytype-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-dnsquerytype-1", + "https://wicg.github.io/direct-sockets/#dom-udpmessage-data", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-9", + "https://wicg.github.io/direct-sockets/#h-note-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-4", + "https://wicg.github.io/direct-sockets/#dom-udpmessage-remoteaddress", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-10", + "https://wicg.github.io/direct-sockets/#h-note-10", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-7", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-18", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-19", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-5", + "https://wicg.github.io/direct-sockets/#dom-udpmessage-remoteport", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-11", + "https://wicg.github.io/direct-sockets/#h-note-11", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-8", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-20", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-7", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-21", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-7", + "https://wicg.github.io/direct-sockets/#dom-udpmessage-dnsquerytype", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-12", + "https://wicg.github.io/direct-sockets/#h-note-12", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-7", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-22", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-8", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-8", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-23", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-24", + "https://wicg.github.io/direct-sockets/#readable-attribute-internal-0", + "https://wicg.github.io/direct-sockets/#x2-2-readable-attribute-internal", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-8", + "https://wicg.github.io/direct-sockets/#example-8", + "https://wicg.github.io/direct-sockets/#dfn-initialize-udpsocket-readable-stream", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-udpsocket-task-source-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-data-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-25", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteaddress-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteport-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-10", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-11", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-udpsocket-readable-stream-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-udpsocket-readable-stream-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-12", + "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-udpsocket-readable-stream", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-udpsocket-task-source-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-10", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-11", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-13", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-14", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-4", + "https://wicg.github.io/direct-sockets/#writable-attribute-internal-0", + "https://wicg.github.io/direct-sockets/#x2-3-writable-attribute-internal", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-12", + "https://wicg.github.io/direct-sockets/#example-9", + "https://wicg.github.io/direct-sockets/#dfn-initialize-udpsocket-writable-stream", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteaddress-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteport-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-dnsquerytype-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-10", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-26", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteaddress-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteport-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-10", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-27", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-data-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-connected-11", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-28", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-bound-11", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-mode-29", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteaddress-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteport-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-dnsquerytype-3", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-13", + "https://wicg.github.io/direct-sockets/#h-note-13", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-udpsocket-task-source-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-udpsocket-writable-stream-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-udpsocket-writable-stream-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-udpsocket-writable-stream-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-13", + "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-udpsocket-writable-stream", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-15", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-udpsocket-task-source-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-16", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-17", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-14", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-15", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-7", + "https://wicg.github.io/direct-sockets/#opened-attribute-0", + "https://wicg.github.io/direct-sockets/#x2-4-opened-attribute", + "https://wicg.github.io/direct-sockets/#dom-udpsocket-opened", + "https://wicg.github.io/direct-sockets/#example-10", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-opened-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-readable-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-writable-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-0-3", + "https://wicg.github.io/direct-sockets/#udpsocketopeninfo-dictionary", + "https://wicg.github.io/direct-sockets/#x2-4-1-udpsocketopeninfo-dictionary", + "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo", + "https://wicg.github.io/direct-sockets/#webidl-586554707", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketopeninfo", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-3", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketopeninfo-readable", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-readable-5", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketopeninfo-writable", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-writable-5", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketopeninfo-remoteaddress", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-remoteaddress-2", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketopeninfo-remoteport", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-remoteport-2", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketopeninfo-localaddress", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-localaddress-3", + "https://wicg.github.io/direct-sockets/#idl-def-udpsocketopeninfo-localport", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-localport-3", + "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-readable", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-18", + "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-writable", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-16", + "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-remoteaddress", + "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-remoteport", + "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-localaddress", + "https://wicg.github.io/direct-sockets/#dom-udpsocketopeninfo-localport", + "https://wicg.github.io/direct-sockets/#closed-attribute-0", + "https://wicg.github.io/direct-sockets/#x2-5-closed-attribute", + "https://wicg.github.io/direct-sockets/#dom-udpsocket-closed", + "https://wicg.github.io/direct-sockets/#example-11", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-closed-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-closed-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-19", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-17", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-8", + "https://wicg.github.io/direct-sockets/#close-method-0", + "https://wicg.github.io/direct-sockets/#x2-6-close-method", + "https://wicg.github.io/direct-sockets/#dom-udpsocket-close", + "https://wicg.github.io/direct-sockets/#example-12", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-close-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-readable-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-writable-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-readable-7", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-writable-7", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-close-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-close-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-0-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-9", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-10", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-20", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-18", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-0-21", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-writable-0-19", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-0-11", + "https://wicg.github.io/direct-sockets/#tcpserversocket-interface", + "https://wicg.github.io/direct-sockets/#x3-tcpserversocket-interface", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-1", + "https://wicg.github.io/direct-sockets/#webidl-200112224", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocket", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocket", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocket-constructor-localaddress-options", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-constructor-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-1", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocket-opened", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-opened-1", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocket-closed", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-closed-1", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocket-close", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-close-1", + "https://wicg.github.io/direct-sockets/#dfn-tcpserversocket-task-source", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-2", + "https://wicg.github.io/direct-sockets/#dfn-readable-1", + "https://wicg.github.io/direct-sockets/#dfn-openedpromise-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-opened-2", + "https://wicg.github.io/direct-sockets/#dfn-closedpromise-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-closed-2", + "https://wicg.github.io/direct-sockets/#constructor-method-1", + "https://wicg.github.io/direct-sockets/#x3-1-constructor-method", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocket-constructor", + "https://wicg.github.io/direct-sockets/#example-13", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-opened-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-readable-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-constructor-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-direct-sockets-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-localport-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-backlog-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-ipv6only-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpserversocket-task-source-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-1-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-1-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpserversocket-task-source-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-initialize-tcpserversocket-readable-stream-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-readable-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-localaddress-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-localport-1", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-1-2", + "https://wicg.github.io/direct-sockets/#tcpserversocketoptions-dictionary", + "https://wicg.github.io/direct-sockets/#x3-1-1-tcpserversocketoptions-dictionary", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocketoptions", + "https://wicg.github.io/direct-sockets/#webidl-1734260731", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocketoptions", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocketoptions-localport", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-localport-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocketoptions-backlog", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-backlog-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocketoptions-ipv6only", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-ipv6only-2", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocketoptions-localport", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-14", + "https://wicg.github.io/direct-sockets/#h-note-14", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocketoptions-backlog", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-15", + "https://wicg.github.io/direct-sockets/#h-note-15", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocketoptions-ipv6only", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-16", + "https://wicg.github.io/direct-sockets/#h-note-16", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-17", + "https://wicg.github.io/direct-sockets/#h-note-17", + "https://wicg.github.io/direct-sockets/#readable-attribute-internal-1", + "https://wicg.github.io/direct-sockets/#x3-2-readable-attribute-internal", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-3", + "https://wicg.github.io/direct-sockets/#example-14", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-3", + "https://wicg.github.io/direct-sockets/#dfn-initialize-tcpserversocket-readable-stream", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpserversocket-task-source-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-tcpserversocket-readable-stream-1", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-6", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-7", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-tcpserversocket-readable-stream-2", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-handle-closing-the-tcpserversocket-readable-stream-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-8", + "https://wicg.github.io/direct-sockets/#dfn-handle-closing-the-tcpserversocket-readable-stream", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-tcpserversocket-task-source-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-1-2", + "https://wicg.github.io/direct-sockets/#opened-attribute-1", + "https://wicg.github.io/direct-sockets/#x3-3-opened-attribute", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocket-opened", + "https://wicg.github.io/direct-sockets/#example-15", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-opened-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-readable-8", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-1-3", + "https://wicg.github.io/direct-sockets/#tcpserversocketopeninfo-dictionary", + "https://wicg.github.io/direct-sockets/#x3-3-1-tcpserversocketopeninfo-dictionary", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocketopeninfo", + "https://wicg.github.io/direct-sockets/#webidl-818524960", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocketopeninfo", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-3", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocketopeninfo-readable", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-readable-3", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocketopeninfo-localaddress", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-localaddress-2", + "https://wicg.github.io/direct-sockets/#idl-def-tcpserversocketopeninfo-localport", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-localport-2", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocketopeninfo-readable", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-9", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocketopeninfo-localaddress", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocketopeninfo-localport", + "https://wicg.github.io/direct-sockets/#closed-attribute-1", + "https://wicg.github.io/direct-sockets/#x3-4-closed-attribute", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocket-closed", + "https://wicg.github.io/direct-sockets/#example-16", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-closed-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-closed-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-10", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-1-3", + "https://wicg.github.io/direct-sockets/#close-method-1", + "https://wicg.github.io/direct-sockets/#x3-5-close-method", + "https://wicg.github.io/direct-sockets/#dom-tcpserversocket-close", + "https://wicg.github.io/direct-sockets/#example-17", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-close-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-readable-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-readable-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-close-3", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-openedpromise-1-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-1-4", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-1-5", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-11", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-readable-1-12", + "https://wicg.github.io/direct-sockets/#ref-for-dfn-closedpromise-1-6", + "https://wicg.github.io/direct-sockets/#integrations", + "https://wicg.github.io/direct-sockets/#x4-integrations", + "https://wicg.github.io/direct-sockets/#permissions-policy", + "https://wicg.github.io/direct-sockets/#x4-1-permissions-policy", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-4", + "https://wicg.github.io/direct-sockets/#dfn-direct-sockets", + "https://wicg.github.io/direct-sockets/#issue-container-generatedID-18", + "https://wicg.github.io/direct-sockets/#h-note-18", + "https://wicg.github.io/direct-sockets/#security-and-privacy-considerations", + "https://wicg.github.io/direct-sockets/#x5-security-and-privacy-considerations", + "https://wicg.github.io/direct-sockets/#idl-index", + "https://wicg.github.io/direct-sockets/#x6-idl-index", + "https://wicg.github.io/direct-sockets/#actual-idl-index", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-constructor-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-opened-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-closed-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocket-close-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-sendbuffersize-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-receivebuffersize-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-nodelay-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-keepalivedelay-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-socketdnsquerytype-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketoptions-dnsquerytype-2", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-readable-9", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-writable-8", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-remoteaddress-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-remoteport-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-localaddress-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpsocketopeninfo-localport-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-constructor-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-opened-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-closed-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocket-close-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteaddress-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-remoteport-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localaddress-7", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-localport-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-sendbuffersize-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-receivebuffersize-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-socketdnsquerytype-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-dnsquerytype-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketoptions-ipv6only-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-7", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-data-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteaddress-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-remoteport-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-socketdnsquerytype-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpmessage-dnsquerytype-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-readable-8", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-writable-8", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-remoteaddress-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-remoteport-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-localaddress-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-udpsocketopeninfo-localport-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-constructor-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-opened-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-closed-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocket-close-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-4", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-localport-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-backlog-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketoptions-ipv6only-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-5", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-readable-6", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-localaddress-3", + "https://wicg.github.io/direct-sockets/#ref-for-dom-tcpserversocketopeninfo-localport-3", + "https://wicg.github.io/direct-sockets/#conformance", + "https://wicg.github.io/direct-sockets/#x7-conformance", + "https://wicg.github.io/direct-sockets/#references", + "https://wicg.github.io/direct-sockets/#a-references", + "https://wicg.github.io/direct-sockets/#normative-references", + "https://wicg.github.io/direct-sockets/#a-1-normative-references", + "https://wicg.github.io/direct-sockets/#bib-dom", + "https://wicg.github.io/direct-sockets/#bib-html", + "https://wicg.github.io/direct-sockets/#bib-infra", + "https://wicg.github.io/direct-sockets/#bib-permissions-policy", + "https://wicg.github.io/direct-sockets/#bib-streams", + "https://wicg.github.io/direct-sockets/#bib-webidl", + "https://wicg.github.io/direct-sockets/#back-to-top" + ] +} \ No newline at end of file diff --git a/ed/ids/document-picture-in-picture.json b/ed/ids/document-picture-in-picture.json new file mode 100644 index 000000000000..05a326a172dd --- /dev/null +++ b/ed/ids/document-picture-in-picture.json @@ -0,0 +1,350 @@ +{ + "spec": { + "title": "Document Picture-in-Picture Specification", + "url": "https://wicg.github.io/document-picture-in-picture/" + }, + "ids": [ + "https://wicg.github.io/document-picture-in-picture/#toc-nav", + "https://wicg.github.io/document-picture-in-picture/#toc-jump", + "https://wicg.github.io/document-picture-in-picture/#toc-toggle", + "https://wicg.github.io/document-picture-in-picture/#title", + "https://wicg.github.io/document-picture-in-picture/#w3c-state", + "https://wicg.github.io/document-picture-in-picture/#abstract", + "https://wicg.github.io/document-picture-in-picture/#sotd", + "https://wicg.github.io/document-picture-in-picture/#sotd_patent", + "https://wicg.github.io/document-picture-in-picture/#w3c_process_revision", + "https://wicg.github.io/document-picture-in-picture/#toc", + "https://wicg.github.io/document-picture-in-picture/#contents", + "https://wicg.github.io/document-picture-in-picture/#intro", + "https://wicg.github.io/document-picture-in-picture/#ref-for-htmlvideoelement", + "https://wicg.github.io/document-picture-in-picture/#ref-for-document", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-open", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window", + "https://wicg.github.io/document-picture-in-picture/#dependencies", + "https://wicg.github.io/document-picture-in-picture/#security-considerations", + "https://wicg.github.io/document-picture-in-picture/#secure-context", + "https://wicg.github.io/document-picture-in-picture/#spoofing", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture", + "https://wicg.github.io/document-picture-in-picture/#positioning", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-window-moveto", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-window-moveby", + "https://wicg.github.io/document-picture-in-picture/#origin-visibility", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#iframes", + "https://wicg.github.io/document-picture-in-picture/#ref-for-top-level-browsing-context", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-htmliframeelement", + "https://wicg.github.io/document-picture-in-picture/#ref-for-htmliframeelement%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#privacy-considerations", + "https://wicg.github.io/document-picture-in-picture/#fingerprinting", + "https://wicg.github.io/document-picture-in-picture/#api", + "https://wicg.github.io/document-picture-in-picture/#ref-for-Exposed", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-SameObject", + "https://wicg.github.io/document-picture-in-picture/#ref-for-SecureContext", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A2", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-window-documentpictureinpicture", + "https://wicg.github.io/document-picture-in-picture/#ref-for-Exposed%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-SecureContext%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#documentpictureinpicture", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-documentpictureinpicture", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-documentpictureinpicture", + "https://wicg.github.io/document-picture-in-picture/#ref-for-eventtarget", + "https://wicg.github.io/document-picture-in-picture/#ref-for-NewObject", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-promise", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A2", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpicture-requestwindow", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dictdef-documentpictureinpictureoptions", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpicture-requestwindow-options-options", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A3", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpicture-window", + "https://wicg.github.io/document-picture-in-picture/#ref-for-eventhandler", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpicture-onenter", + "https://wicg.github.io/document-picture-in-picture/#dictdef-documentpictureinpictureoptions", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dictdef-documentpictureinpictureoptions", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dictdef-documentpictureinpictureoptions", + "https://wicg.github.io/document-picture-in-picture/#ref-for-EnforceRange", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-unsigned-long-long", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureoptions-width", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dom-documentpictureinpictureoptions-width", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dom-documentpictureinpictureoptions-width", + "https://wicg.github.io/document-picture-in-picture/#ref-for-EnforceRange%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-unsigned-long-long%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureoptions-height", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dom-documentpictureinpictureoptions-height", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dom-documentpictureinpictureoptions-height", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-boolean", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureoptions-copystylesheets", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dom-documentpictureinpictureoptions-copystylesheets", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dom-documentpictureinpictureoptions-copystylesheets", + "https://wicg.github.io/document-picture-in-picture/#ref-for-Exposed%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#documentpictureinpictureevent", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-documentpictureinpictureevent", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-documentpictureinpictureevent", + "https://wicg.github.io/document-picture-in-picture/#ref-for-event", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureevent-documentpictureinpictureevent", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-DOMString", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureevent-documentpictureinpictureevent-type-eventinitdict-type", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dictdef-documentpictureinpictureeventinit", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureevent-documentpictureinpictureevent-type-eventinitdict-eventinitdict", + "https://wicg.github.io/document-picture-in-picture/#ref-for-SameObject%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A4", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureevent-window", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dom-documentpictureinpictureevent-window", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dom-documentpictureinpictureevent-window", + "https://wicg.github.io/document-picture-in-picture/#dictdef-documentpictureinpictureeventinit", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dictdef-documentpictureinpictureeventinit", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dictdef-documentpictureinpictureeventinit", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dictdef-eventinit", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A5", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpictureeventinit-window", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A3", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A6", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A7", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A8", + "https://wicg.github.io/document-picture-in-picture/#window-documentpictureinpicture-api", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-window-documentpictureinpicture-api", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-window-documentpictureinpicture-api", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A4", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%93%AA", + "https://wicg.github.io/document-picture-in-picture/#dom-window-documentpictureinpicture", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dom-window-documentpictureinpicture", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dom-window-documentpictureinpicture", + "https://wicg.github.io/document-picture-in-picture/#ref-for-this", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window-documentpictureinpicture-api", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpicture-window", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dom-documentpictureinpicture-window", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dom-documentpictureinpicture-window", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-this%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#dom-documentpictureinpicture-requestwindow", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dom-documentpictureinpicture-requestwindow", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dom-documentpictureinpicture-requestwindow", + "https://wicg.github.io/document-picture-in-picture/#ref-for-document-picture-in-picture-support", + "https://wicg.github.io/document-picture-in-picture/#ref-for-notsupportederror", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-DOMException", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-relevant-global", + "https://wicg.github.io/document-picture-in-picture/#ref-for-this%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-top-level-browsing-context%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-notallowederror", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-DOMException%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-relevant-global%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-this%E2%91%A2", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-notallowederror%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-DOMException%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-relevant-global%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-this%E2%91%A3", + "https://wicg.github.io/document-picture-in-picture/#ref-for-transient-activation", + "https://wicg.github.io/document-picture-in-picture/#ref-for-notallowederror%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-DOMException%E2%91%A2", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-width", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-height", + "https://wicg.github.io/document-picture-in-picture/#ref-for-exceptiondef-rangeerror", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-DOMException%E2%91%A3", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-height%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-width%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-exceptiondef-rangeerror%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-idl-DOMException%E2%91%A4", + "https://wicg.github.io/document-picture-in-picture/#ref-for-consume-user-activation", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%91%A2", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-url", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-width%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-width%E2%91%A2", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-width%E2%91%A3", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-height%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-height%E2%91%A2", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-height%E2%91%A3", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureoptions-copystylesheets", + "https://wicg.github.io/document-picture-in-picture/#ref-for-css-style-sheet", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-document-window", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-document-window%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-document-window%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-css-style-sheet%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-queue-a-global-task", + "https://wicg.github.io/document-picture-in-picture/#ref-for-this%E2%91%A4", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-relevant-global%E2%91%A2", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-event-fire", + "https://wicg.github.io/document-picture-in-picture/#ref-for-eventdef-documentpictureinpicture-enter", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpictureevent", + "https://wicg.github.io/document-picture-in-picture/#ref-for-this%E2%91%A5", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-event-bubbles", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-documentpictureinpictureevent-window", + "https://wicg.github.io/document-picture-in-picture/#eventdef-documentpictureinpicture-enter", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-eventdef-documentpictureinpicture-enter", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-eventdef-documentpictureinpicture-enter", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A5", + "https://wicg.github.io/document-picture-in-picture/#concepts", + "https://wicg.github.io/document-picture-in-picture/#pip-support", + "https://wicg.github.io/document-picture-in-picture/#document-picture-in-picture-support", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-document-picture-in-picture-support", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-document-picture-in-picture-support", + "https://wicg.github.io/document-picture-in-picture/#one-pip-window", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A6", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%91%A3", + "https://wicg.github.io/document-picture-in-picture/#relative-urls", + "https://wicg.github.io/document-picture-in-picture/#ref-for-htmlvideoelement%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-relative-url-string", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-media-src", + "https://wicg.github.io/document-picture-in-picture/#ref-for-document%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A7", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%91%A4", + "https://wicg.github.io/document-picture-in-picture/#ref-for-concept-url%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-relative-url-string%E2%91%A0", + "https://wicg.github.io/document-picture-in-picture/#ref-for-relative-url-string%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-document%E2%91%A1", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A8", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%91%A5", + "https://wicg.github.io/document-picture-in-picture/#examples", + "https://wicg.github.io/document-picture-in-picture/#example-video-player", + "https://wicg.github.io/document-picture-in-picture/#example-video-player-html", + "https://wicg.github.io/document-picture-in-picture/#example-video-player-js", + "https://wicg.github.io/document-picture-in-picture/#example-access-elements", + "https://wicg.github.io/document-picture-in-picture/#example-listen-events", + "https://wicg.github.io/document-picture-in-picture/#example-exiting-pip", + "https://wicg.github.io/document-picture-in-picture/#ref-for-documentpictureinpicture%E2%91%A0%E2%93%AA", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%91%A6", + "https://wicg.github.io/document-picture-in-picture/#ref-for-dom-window-close", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%91%A7", + "https://wicg.github.io/document-picture-in-picture/#example-elements-out-on-close", + "https://wicg.github.io/document-picture-in-picture/#ref-for-event-unload", + "https://wicg.github.io/document-picture-in-picture/#ref-for-window%E2%91%A0%E2%91%A8", + "https://wicg.github.io/document-picture-in-picture/#acknowledgments", + "https://wicg.github.io/document-picture-in-picture/#w3c-conformance", + "https://wicg.github.io/document-picture-in-picture/#w3c-conventions", + "https://wicg.github.io/document-picture-in-picture/#w3c-example", + "https://wicg.github.io/document-picture-in-picture/#index", + "https://wicg.github.io/document-picture-in-picture/#index-defined-here", + "https://wicg.github.io/document-picture-in-picture/#index-defined-elsewhere", + "https://wicg.github.io/document-picture-in-picture/#9ca506a8", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-9ca506a8", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-9ca506a8", + "https://wicg.github.io/document-picture-in-picture/#157f6644", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-157f6644", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-157f6644", + "https://wicg.github.io/document-picture-in-picture/#27215c6e", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-27215c6e", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-27215c6e", + "https://wicg.github.io/document-picture-in-picture/#85394472", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-85394472", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-85394472", + "https://wicg.github.io/document-picture-in-picture/#129bdae8", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-129bdae8", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-129bdae8", + "https://wicg.github.io/document-picture-in-picture/#44a7708c", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-44a7708c", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-44a7708c", + "https://wicg.github.io/document-picture-in-picture/#2bc0cdf4", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-2bc0cdf4", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-2bc0cdf4", + "https://wicg.github.io/document-picture-in-picture/#0c0ceb78", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-0c0ceb78", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-0c0ceb78", + "https://wicg.github.io/document-picture-in-picture/#5fd23811", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-5fd23811", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-5fd23811", + "https://wicg.github.io/document-picture-in-picture/#f0951476", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-f0951476", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-f0951476", + "https://wicg.github.io/document-picture-in-picture/#10e25f42", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-10e25f42", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-10e25f42", + "https://wicg.github.io/document-picture-in-picture/#f57f330b", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-f57f330b", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-f57f330b", + "https://wicg.github.io/document-picture-in-picture/#5d7209e9", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-5d7209e9", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-5d7209e9", + "https://wicg.github.io/document-picture-in-picture/#3349d69f", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-3349d69f", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-3349d69f", + "https://wicg.github.io/document-picture-in-picture/#0e1e41a8", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-0e1e41a8", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-0e1e41a8", + "https://wicg.github.io/document-picture-in-picture/#aca22383", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-aca22383", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-aca22383", + "https://wicg.github.io/document-picture-in-picture/#f449d4f8", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-f449d4f8", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-f449d4f8", + "https://wicg.github.io/document-picture-in-picture/#48438eb3", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-48438eb3", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-48438eb3", + "https://wicg.github.io/document-picture-in-picture/#e99bd18e", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-e99bd18e", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-e99bd18e", + "https://wicg.github.io/document-picture-in-picture/#eb573143", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-eb573143", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-eb573143", + "https://wicg.github.io/document-picture-in-picture/#ae2a6342", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-ae2a6342", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-ae2a6342", + "https://wicg.github.io/document-picture-in-picture/#47fe679e", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-47fe679e", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-47fe679e", + "https://wicg.github.io/document-picture-in-picture/#8bd6a569", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-8bd6a569", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-8bd6a569", + "https://wicg.github.io/document-picture-in-picture/#3419d271", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-3419d271", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-3419d271", + "https://wicg.github.io/document-picture-in-picture/#dcffbccd", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dcffbccd", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dcffbccd", + "https://wicg.github.io/document-picture-in-picture/#dca2de17", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-dca2de17", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-dca2de17", + "https://wicg.github.io/document-picture-in-picture/#8855a9aa", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-8855a9aa", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-8855a9aa", + "https://wicg.github.io/document-picture-in-picture/#c01cbda0", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-c01cbda0", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-c01cbda0", + "https://wicg.github.io/document-picture-in-picture/#889e932f", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-889e932f", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-889e932f", + "https://wicg.github.io/document-picture-in-picture/#c807e273", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-c807e273", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-c807e273", + "https://wicg.github.io/document-picture-in-picture/#ba556545", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-ba556545", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-ba556545", + "https://wicg.github.io/document-picture-in-picture/#3182eb71", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-3182eb71", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-3182eb71", + "https://wicg.github.io/document-picture-in-picture/#bdbd19d1", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-bdbd19d1", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-bdbd19d1", + "https://wicg.github.io/document-picture-in-picture/#ec878a66", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-ec878a66", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-ec878a66", + "https://wicg.github.io/document-picture-in-picture/#a5c91173", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-a5c91173", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-a5c91173", + "https://wicg.github.io/document-picture-in-picture/#b75bb3bd", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-b75bb3bd", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-b75bb3bd", + "https://wicg.github.io/document-picture-in-picture/#5372cca8", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-5372cca8", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-5372cca8", + "https://wicg.github.io/document-picture-in-picture/#4013a022", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-4013a022", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-4013a022", + "https://wicg.github.io/document-picture-in-picture/#f14b47b8", + "https://wicg.github.io/document-picture-in-picture/#infopanel-for-f14b47b8", + "https://wicg.github.io/document-picture-in-picture/#infopaneltitle-for-f14b47b8", + "https://wicg.github.io/document-picture-in-picture/#references", + "https://wicg.github.io/document-picture-in-picture/#normative", + "https://wicg.github.io/document-picture-in-picture/#biblio-cssom-1", + "https://wicg.github.io/document-picture-in-picture/#biblio-cssom-view-1", + "https://wicg.github.io/document-picture-in-picture/#biblio-dom", + "https://wicg.github.io/document-picture-in-picture/#biblio-html", + "https://wicg.github.io/document-picture-in-picture/#biblio-rfc2119", + "https://wicg.github.io/document-picture-in-picture/#biblio-url", + "https://wicg.github.io/document-picture-in-picture/#biblio-webidl", + "https://wicg.github.io/document-picture-in-picture/#informative", + "https://wicg.github.io/document-picture-in-picture/#biblio-secure-contexts", + "https://wicg.github.io/document-picture-in-picture/#idl-index" + ] +} \ No newline at end of file diff --git a/ed/ids/local-network-access.json b/ed/ids/local-network-access.json index 44afc06f2c98..c556a83ae826 100644 --- a/ed/ids/local-network-access.json +++ b/ed/ids/local-network-access.json @@ -18,16 +18,16 @@ "https://wicg.github.io/local-network-access/#ref-for-cors-safelisted-request-header", "https://wicg.github.io/local-network-access/#examples", "https://wicg.github.io/local-network-access/#example-deny-by-default", - "https://wicg.github.io/local-network-access/#example-c022efd0", + "https://wicg.github.io/local-network-access/#example-ab20844c", "https://wicg.github.io/local-network-access/#ref-for-cors-preflight-request", "https://wicg.github.io/local-network-access/#ref-for-ip-address-space-local", "https://wicg.github.io/local-network-access/#ref-for-public-address", "https://wicg.github.io/local-network-access/#ref-for-cors-preflight-request%E2%91%A0", "https://wicg.github.io/local-network-access/#ref-for-http-access-control-request-method", - "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-request-local-network", - "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-allow-local-network", + "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-request-private-network", + "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-allow-private-network", "https://wicg.github.io/local-network-access/#example-opt-in", - "https://wicg.github.io/local-network-access/#example-d7731846", + "https://wicg.github.io/local-network-access/#example-c1a1a3d3", "https://wicg.github.io/local-network-access/#ref-for-cors-preflight-request%E2%91%A1", "https://wicg.github.io/local-network-access/#ref-for-ip-address-space-public", "https://wicg.github.io/local-network-access/#ref-for-ip-address-space-local%E2%91%A0", @@ -35,19 +35,19 @@ "https://wicg.github.io/local-network-access/#ref-for-http-access-control-allow-origin", "https://wicg.github.io/local-network-access/#ref-for-http-access-control-allow-methods", "https://wicg.github.io/local-network-access/#ref-for-http-access-control-allow-credentials", - "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-allow-local-network%E2%91%A0", + "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-allow-private-network%E2%91%A0", "https://wicg.github.io/local-network-access/#shortlinks", - "https://wicg.github.io/local-network-access/#example-53452ff5", + "https://wicg.github.io/local-network-access/#example-a6faed4f", "https://wicg.github.io/local-network-access/#ref-for-public-address%E2%91%A0", "https://wicg.github.io/local-network-access/#ref-for-cors-preflight-request%E2%91%A3", "https://wicg.github.io/local-network-access/#ref-for-public-address%E2%91%A1", "https://wicg.github.io/local-network-access/#ref-for-local-address", "https://wicg.github.io/local-network-access/#ref-for-http-access-control-request-method%E2%91%A0", - "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-request-local-network%E2%91%A0", + "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-request-private-network%E2%91%A0", "https://wicg.github.io/local-network-access/#ref-for-http-access-control-allow-origin%E2%91%A0", "https://wicg.github.io/local-network-access/#ref-for-http-access-control-allow-methods%E2%91%A0", "https://wicg.github.io/local-network-access/#ref-for-http-access-control-allow-credentials%E2%91%A0", - "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-allow-local-network%E2%91%A1", + "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-allow-private-network%E2%91%A1", "https://wicg.github.io/local-network-access/#framework", "https://wicg.github.io/local-network-access/#ip-address-space-heading", "https://wicg.github.io/local-network-access/#ip-address-space", @@ -131,14 +131,14 @@ "https://wicg.github.io/local-network-access/#ref-for-ip-address-space-public%E2%91%A5", "https://wicg.github.io/local-network-access/#ref-for-local-network-request%E2%91%A0", "https://wicg.github.io/local-network-access/#headers", - "https://wicg.github.io/local-network-access/#http-headerdef-access-control-request-local-network", - "https://wicg.github.io/local-network-access/#infopanel-for-http-headerdef-access-control-request-local-network", - "https://wicg.github.io/local-network-access/#infopaneltitle-for-http-headerdef-access-control-request-local-network", + "https://wicg.github.io/local-network-access/#http-headerdef-access-control-request-private-network", + "https://wicg.github.io/local-network-access/#infopanel-for-http-headerdef-access-control-request-private-network", + "https://wicg.github.io/local-network-access/#infopaneltitle-for-http-headerdef-access-control-request-private-network", "https://wicg.github.io/local-network-access/#ref-for-fetch-params-request%E2%91%A0", "https://wicg.github.io/local-network-access/#ref-for-local-network-request%E2%91%A1", - "https://wicg.github.io/local-network-access/#http-headerdef-access-control-allow-local-network", - "https://wicg.github.io/local-network-access/#infopanel-for-http-headerdef-access-control-allow-local-network", - "https://wicg.github.io/local-network-access/#infopaneltitle-for-http-headerdef-access-control-allow-local-network", + "https://wicg.github.io/local-network-access/#http-headerdef-access-control-allow-private-network", + "https://wicg.github.io/local-network-access/#infopanel-for-http-headerdef-access-control-allow-private-network", + "https://wicg.github.io/local-network-access/#infopaneltitle-for-http-headerdef-access-control-allow-private-network", "https://wicg.github.io/local-network-access/#csp", "https://wicg.github.io/local-network-access/#treat-as-public-address", "https://wicg.github.io/local-network-access/#infopanel-for-treat-as-public-address", @@ -261,12 +261,12 @@ "https://wicg.github.io/local-network-access/#ref-for-concept-http-network-or-cache-fetch%E2%91%A0", "https://wicg.github.io/local-network-access/#ref-for-request-target-ip-address-space%E2%91%A5", "https://wicg.github.io/local-network-access/#ref-for-concept-header-list-set", - "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-request-local-network%E2%91%A1", + "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-request-private-network%E2%91%A1", "https://wicg.github.io/local-network-access/#ref-for-concept-request-header-list", "https://wicg.github.io/local-network-access/#ref-for-concept-cors-check", "https://wicg.github.io/local-network-access/#ref-for-request-target-ip-address-space%E2%91%A6", "https://wicg.github.io/local-network-access/#ref-for-extract-header-list-values", - "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-allow-local-network%E2%91%A2", + "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-allow-private-network%E2%91%A2", "https://wicg.github.io/local-network-access/#ref-for-concept-response-header-list", "https://wicg.github.io/local-network-access/#ref-for-concept-network-error%E2%91%A5", "https://wicg.github.io/local-network-access/#ref-for-concept-cache", @@ -283,7 +283,7 @@ "https://wicg.github.io/local-network-access/#ref-for-request-target-ip-address-space%E2%91%A8", "https://wicg.github.io/local-network-access/#forbidden-header-names", "https://wicg.github.io/local-network-access/#ref-for-forbidden-request-header", - "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-request-local-network%E2%91%A2", + "https://wicg.github.io/local-network-access/#ref-for-http-headerdef-access-control-request-private-network%E2%91%A2", "https://wicg.github.io/local-network-access/#integration-websockets", "https://wicg.github.io/local-network-access/#issue-5a78ae74", "https://wicg.github.io/local-network-access/#ref-for-concept-websocket-establish", diff --git a/ed/ids/manifest-app-info.json b/ed/ids/manifest-app-info.json index 5bce3052c985..408cdaaa115c 100644 --- a/ed/ids/manifest-app-info.json +++ b/ed/ids/manifest-app-info.json @@ -11,7 +11,6 @@ "https://w3c.github.io/manifest-app-info/#title", "https://w3c.github.io/manifest-app-info/#w3c-state", "https://w3c.github.io/manifest-app-info/#abstract", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-web-application-manifest-1", "https://w3c.github.io/manifest-app-info/#ref-for-index-term-application-manifest-1", "https://w3c.github.io/manifest-app-info/#ref-for-index-term-installed-web-application-1", "https://w3c.github.io/manifest-app-info/#sotd", @@ -31,29 +30,28 @@ "https://w3c.github.io/manifest-app-info/#example-using-the-supplementary-members", "https://w3c.github.io/manifest-app-info/#ref-for-index-term-application-manifest-4", "https://w3c.github.io/manifest-app-info/#dfn-object", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-1", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-1", "https://w3c.github.io/manifest-app-info/#dfn-array", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-2", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-2", "https://w3c.github.io/manifest-app-info/#dfn-string", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-3", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-the-json-data-interchange-format-2nd-edition-1", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-3", "https://w3c.github.io/manifest-app-info/#categories-member", "https://w3c.github.io/manifest-app-info/#x2-1-categories-member", "https://w3c.github.io/manifest-app-info/#dfn-categories", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-4", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-5", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-4", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-5", "https://w3c.github.io/manifest-app-info/#issue-container-generatedID", "https://w3c.github.io/manifest-app-info/#h-note", "https://w3c.github.io/manifest-app-info/#description-member", "https://w3c.github.io/manifest-app-info/#x2-2-description-member", "https://w3c.github.io/manifest-app-info/#dfn-description", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-6", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-6", "https://w3c.github.io/manifest-app-info/#ref-for-index-term-accessible-description-1", "https://w3c.github.io/manifest-app-info/#ref-for-index-term-installed-web-application-3", "https://w3c.github.io/manifest-app-info/#iarc_rating_id-member", "https://w3c.github.io/manifest-app-info/#x2-3-iarc_rating_id-member", "https://w3c.github.io/manifest-app-info/#dfn-iarc_rating_id", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-7", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-7", "https://w3c.github.io/manifest-app-info/#issue-container-generatedID-0", "https://w3c.github.io/manifest-app-info/#h-note-0", "https://w3c.github.io/manifest-app-info/#ref-for-dfn-iarc_rating_id-1", @@ -65,11 +63,11 @@ "https://w3c.github.io/manifest-app-info/#x3-screenshot-object-and-its-members", "https://w3c.github.io/manifest-app-info/#dfn-screenshots-object", "https://w3c.github.io/manifest-app-info/#ref-for-index-term-imageresource-1", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-8", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-8", "https://w3c.github.io/manifest-app-info/#label-member", "https://w3c.github.io/manifest-app-info/#x3-1-label-member", "https://w3c.github.io/manifest-app-info/#dfn-label", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-9", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-9", "https://w3c.github.io/manifest-app-info/#ref-for-index-term-accessible-name-1", "https://w3c.github.io/manifest-app-info/#ref-for-dfn-screenshots-object-2", "https://w3c.github.io/manifest-app-info/#ref-for-dfn-label-1", @@ -77,7 +75,7 @@ "https://w3c.github.io/manifest-app-info/#platform-member", "https://w3c.github.io/manifest-app-info/#x3-2-platform-member", "https://w3c.github.io/manifest-app-info/#dfn-platform", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-10", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-10", "https://w3c.github.io/manifest-app-info/#issue-container-generatedID-1", "https://w3c.github.io/manifest-app-info/#h-note-1", "https://w3c.github.io/manifest-app-info/#ref-for-index-term-sizes-for-imageresource-1", @@ -86,7 +84,7 @@ "https://w3c.github.io/manifest-app-info/#form_factor-member", "https://w3c.github.io/manifest-app-info/#x3-3-form_factor-member", "https://w3c.github.io/manifest-app-info/#dfn-form_factor", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-array-11", + "https://w3c.github.io/manifest-app-info/#ref-for-index-term-object-type-11", "https://w3c.github.io/manifest-app-info/#issue-container-generatedID-3", "https://w3c.github.io/manifest-app-info/#h-note-3", "https://w3c.github.io/manifest-app-info/#internationalization", @@ -109,9 +107,7 @@ "https://w3c.github.io/manifest-app-info/#index-term-installed-web-application", "https://w3c.github.io/manifest-app-info/#index-term-name-for-manifest", "https://w3c.github.io/manifest-app-info/#index-term-the-approach-es-outlined-in-the-manifest-spec", - "https://w3c.github.io/manifest-app-info/#index-term-web-application-manifest", - "https://w3c.github.io/manifest-app-info/#index-term-array", - "https://w3c.github.io/manifest-app-info/#index-term-the-json-data-interchange-format-2nd-edition", + "https://w3c.github.io/manifest-app-info/#index-term-object-type", "https://w3c.github.io/manifest-app-info/#index-term-imageresource", "https://w3c.github.io/manifest-app-info/#index-term-sizes-for-imageresource", "https://w3c.github.io/manifest-app-info/#references", @@ -120,11 +116,7 @@ "https://w3c.github.io/manifest-app-info/#d-1-informative-references", "https://w3c.github.io/manifest-app-info/#bib-accname-1.2", "https://w3c.github.io/manifest-app-info/#bib-appmanifest", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-web-application-manifest-2", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-web-application-manifest-3", "https://w3c.github.io/manifest-app-info/#bib-ecma-404", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-the-json-data-interchange-format-2nd-edition-2", - "https://w3c.github.io/manifest-app-info/#ref-for-index-term-the-json-data-interchange-format-2nd-edition-3", "https://w3c.github.io/manifest-app-info/#bib-image-resource", "https://w3c.github.io/manifest-app-info/#back-to-top" ] diff --git a/ed/ids/nav-tracking-mitigations.json b/ed/ids/nav-tracking-mitigations.json new file mode 100644 index 000000000000..c523742caaf3 --- /dev/null +++ b/ed/ids/nav-tracking-mitigations.json @@ -0,0 +1,364 @@ +{ + "spec": { + "title": "Navigational-Tracking Mitigations", + "url": "https://privacycg.github.io/nav-tracking-mitigations/" + }, + "ids": [ + "https://privacycg.github.io/nav-tracking-mitigations/#toc-nav", + "https://privacycg.github.io/nav-tracking-mitigations/#toc-jump", + "https://privacycg.github.io/nav-tracking-mitigations/#toc-toggle", + "https://privacycg.github.io/nav-tracking-mitigations/#title", + "https://privacycg.github.io/nav-tracking-mitigations/#subtitle", + "https://privacycg.github.io/nav-tracking-mitigations/#abstract", + "https://privacycg.github.io/nav-tracking-mitigations/#status", + "https://privacycg.github.io/nav-tracking-mitigations/#toc", + "https://privacycg.github.io/nav-tracking-mitigations/#contents", + "https://privacycg.github.io/nav-tracking-mitigations/#intro", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-link-decoration", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-link-decoration%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#infra", + "https://privacycg.github.io/nav-tracking-mitigations/#terminology", + "https://privacycg.github.io/nav-tracking-mitigations/#link-decoration", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-link-decoration", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-link-decoration", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-hyperlink", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-url", + "https://privacycg.github.io/nav-tracking-mitigations/#navigational-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-navigational-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-navigational-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-link-decoration%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#example-link-decoration-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-link-decoration%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-link-decoration%E2%91%A3", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-link-decoration%E2%91%A4", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A3", + "https://privacycg.github.io/nav-tracking-mitigations/#issue-9458c4e5", + "https://privacycg.github.io/nav-tracking-mitigations/#issue-fc2127e1", + "https://privacycg.github.io/nav-tracking-mitigations/#issue-0c501704", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-link-decoration%E2%91%A5", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A4", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-bounce-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-bounce-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-status.3xx", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-meta", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-attr-meta-http-equiv", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-attr-meta-http-equiv-keyword-refresh", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-link-decoration%E2%91%A6", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A5", + "https://privacycg.github.io/nav-tracking-mitigations/#example-bounce-tracking-to-self", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-the-iframe-element", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dom-location", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-link-decoration%E2%91%A7", + "https://privacycg.github.io/nav-tracking-mitigations/#threat-model", + "https://privacycg.github.io/nav-tracking-mitigations/#threat-actors", + "https://privacycg.github.io/nav-tracking-mitigations/#alternatives", + "https://privacycg.github.io/nav-tracking-mitigations/#deployed-mitigations", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A6", + "https://privacycg.github.io/nav-tracking-mitigations/#mitigations-safari", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A7", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-host-registrable-domain", + "https://privacycg.github.io/nav-tracking-mitigations/#example-safari-recursive-trackers", + "https://privacycg.github.io/nav-tracking-mitigations/#mitigations-firefox", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A8", + "https://privacycg.github.io/nav-tracking-mitigations/#mitigations-brave", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A0%E2%93%AA", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-navigational-tracking%E2%91%A0%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dom-localstorage", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-data-model", + "https://privacycg.github.io/nav-tracking-mitigations/#user-activation-map", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-user-activation-map", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-user-activation-map", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-ordered-map", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-site", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-moment", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-moment%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-wall-clock", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#candidate-bounce-tracking-map", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-candidate-bounce-tracking-map", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-candidate-bounce-tracking-map", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-ordered-map%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-site%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-moment%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-moment%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-wall-clock%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-timer", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-timer%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-candidate-bounce-tracking-map", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-user-activation-map", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-candidate-bounce-tracking-map%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-grace-period", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-bounce-tracking-grace-period", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-bounce-tracking-grace-period", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-implementation-defined", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-duration", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A3", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-grace-period", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-activation-lifetime", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-bounce-tracking-activation-lifetime", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-bounce-tracking-activation-lifetime", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-implementation-defined%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-duration%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A4", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-activation-lifetime", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-timer-period", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-bounce-tracking-timer-period", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-bounce-tracking-timer-period", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-implementation-defined%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-duration%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-timer%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-timer-period", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-algorithms", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-activation-monkey-patch", + "https://privacycg.github.io/nav-tracking-mitigations/#record-a-user-activation", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-record-a-user-activation", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-record-a-user-activation", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-document", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-node-navigable", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-top-level-traversable", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-nav-document", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-document-origin", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-origin-opaque", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-obtain-a-site", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A5", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-map-remove", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-candidate-bounce-tracking-map%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-user-activation-map%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-relevant-settings-object", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-current-wall-time", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-activation-notification", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-record-a-user-activation", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-timer", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-timer", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-bounce-tracking-timer", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-bounce-tracking-timer", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-moment%E2%91%A3", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-wall-clock%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-map-iterate", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-user-activation-map%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-assert", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-candidate-bounce-tracking-map%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-map-exists", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-activation-lifetime%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-map-remove%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-user-activation-map%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-map-iterate%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-candidate-bounce-tracking-map%E2%91%A3", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-assert%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-user-activation-map%E2%91%A3", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-map-exists%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-grace-period%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-iteration-continue", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-top-level-traversable%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-nav-document%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-document-origin%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-obtain-a-site%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A6", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-iteration-continue%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-map-remove%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-candidate-bounce-tracking-map%E2%91%A4", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-clear-cookies-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-clear-non-cookie-storage-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-clear-cache-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#issue-c8879d93", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-timer-period%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-timer%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-dfn-wall-clock%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-wall-clock-unsafe-current-time", + "https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations-deletion", + "https://privacycg.github.io/nav-tracking-mitigations/#clear-cookies-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-clear-cookies-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-clear-cookies-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A7", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-section-5.3", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-section-5.1.3", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-list-iterate", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-section-5.3%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#issue-a6c4e61d", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-section-5.1.3%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-host-registrable-domain%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#clear-non-cookie-storage-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-clear-non-cookie-storage-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-clear-non-cookie-storage-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A8", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-storage-shed", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-traversable-navigable", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-map-iterate%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-storage-key-origin", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-origin-opaque%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-iteration-continue%E2%91%A1", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-storage-key-origin%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-origin-host", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-iteration-continue%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-map-remove%E2%91%A2", + "https://privacycg.github.io/nav-tracking-mitigations/#clear-cache-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-clear-cache-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-clear-cache-for-host", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A0%E2%93%AA", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-section-2", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A0%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-list-iterate%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#ref-for-section-2%E2%91%A0", + "https://privacycg.github.io/nav-tracking-mitigations/#acknowledgements", + "https://privacycg.github.io/nav-tracking-mitigations/#w3c-conformance", + "https://privacycg.github.io/nav-tracking-mitigations/#w3c-conventions", + "https://privacycg.github.io/nav-tracking-mitigations/#w3c-example", + "https://privacycg.github.io/nav-tracking-mitigations/#index", + "https://privacycg.github.io/nav-tracking-mitigations/#index-defined-here", + "https://privacycg.github.io/nav-tracking-mitigations/#index-defined-elsewhere", + "https://privacycg.github.io/nav-tracking-mitigations/#a973e0fe", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-a973e0fe", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-a973e0fe", + "https://privacycg.github.io/nav-tracking-mitigations/#c62cd7cf", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-c62cd7cf", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-c62cd7cf", + "https://privacycg.github.io/nav-tracking-mitigations/#a09bfce2", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-a09bfce2", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-a09bfce2", + "https://privacycg.github.io/nav-tracking-mitigations/#4b2c8c72", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-4b2c8c72", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-4b2c8c72", + "https://privacycg.github.io/nav-tracking-mitigations/#1e2edd5b", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-1e2edd5b", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-1e2edd5b", + "https://privacycg.github.io/nav-tracking-mitigations/#12938d07", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-12938d07", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-12938d07", + "https://privacycg.github.io/nav-tracking-mitigations/#05de5ae3", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-05de5ae3", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-05de5ae3", + "https://privacycg.github.io/nav-tracking-mitigations/#36d15a6d", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-36d15a6d", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-36d15a6d", + "https://privacycg.github.io/nav-tracking-mitigations/#35972864", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-35972864", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-35972864", + "https://privacycg.github.io/nav-tracking-mitigations/#77a2ee6e", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-77a2ee6e", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-77a2ee6e", + "https://privacycg.github.io/nav-tracking-mitigations/#448c95f9", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-448c95f9", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-448c95f9", + "https://privacycg.github.io/nav-tracking-mitigations/#5423e8ff", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-5423e8ff", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-5423e8ff", + "https://privacycg.github.io/nav-tracking-mitigations/#87fcd40c", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-87fcd40c", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-87fcd40c", + "https://privacycg.github.io/nav-tracking-mitigations/#3a2db83f", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-3a2db83f", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-3a2db83f", + "https://privacycg.github.io/nav-tracking-mitigations/#93ce1392", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-93ce1392", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-93ce1392", + "https://privacycg.github.io/nav-tracking-mitigations/#64b89595", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-64b89595", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-64b89595", + "https://privacycg.github.io/nav-tracking-mitigations/#13dd6cae", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-13dd6cae", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-13dd6cae", + "https://privacycg.github.io/nav-tracking-mitigations/#602b1a68", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-602b1a68", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-602b1a68", + "https://privacycg.github.io/nav-tracking-mitigations/#b01b1359", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-b01b1359", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-b01b1359", + "https://privacycg.github.io/nav-tracking-mitigations/#e7b2fe41", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-e7b2fe41", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-e7b2fe41", + "https://privacycg.github.io/nav-tracking-mitigations/#9c4c1e66", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-9c4c1e66", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-9c4c1e66", + "https://privacycg.github.io/nav-tracking-mitigations/#fb9bb722", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-fb9bb722", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-fb9bb722", + "https://privacycg.github.io/nav-tracking-mitigations/#bd736ec6", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-bd736ec6", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-bd736ec6", + "https://privacycg.github.io/nav-tracking-mitigations/#d0c1b934", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-d0c1b934", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-d0c1b934", + "https://privacycg.github.io/nav-tracking-mitigations/#4a139803", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-4a139803", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-4a139803", + "https://privacycg.github.io/nav-tracking-mitigations/#77b4c09a", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-77b4c09a", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-77b4c09a", + "https://privacycg.github.io/nav-tracking-mitigations/#a326add7", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-a326add7", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-a326add7", + "https://privacycg.github.io/nav-tracking-mitigations/#f937b7b6", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-f937b7b6", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-f937b7b6", + "https://privacycg.github.io/nav-tracking-mitigations/#16d07e10", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-16d07e10", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-16d07e10", + "https://privacycg.github.io/nav-tracking-mitigations/#45209803", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-45209803", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-45209803", + "https://privacycg.github.io/nav-tracking-mitigations/#860300d4", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-860300d4", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-860300d4", + "https://privacycg.github.io/nav-tracking-mitigations/#3fca5a9e", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-3fca5a9e", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-3fca5a9e", + "https://privacycg.github.io/nav-tracking-mitigations/#7d4424b2", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-7d4424b2", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-7d4424b2", + "https://privacycg.github.io/nav-tracking-mitigations/#69ba1a02", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-69ba1a02", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-69ba1a02", + "https://privacycg.github.io/nav-tracking-mitigations/#5ac0e3d4", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-5ac0e3d4", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-5ac0e3d4", + "https://privacycg.github.io/nav-tracking-mitigations/#4b7a6eea", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-4b7a6eea", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-4b7a6eea", + "https://privacycg.github.io/nav-tracking-mitigations/#ef4a9b44", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-ef4a9b44", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-ef4a9b44", + "https://privacycg.github.io/nav-tracking-mitigations/#660191f0", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-660191f0", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-660191f0", + "https://privacycg.github.io/nav-tracking-mitigations/#0d21247b", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-0d21247b", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-0d21247b", + "https://privacycg.github.io/nav-tracking-mitigations/#752d140b", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-752d140b", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-752d140b", + "https://privacycg.github.io/nav-tracking-mitigations/#bc9d7803", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-bc9d7803", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-bc9d7803", + "https://privacycg.github.io/nav-tracking-mitigations/#dcffbccd", + "https://privacycg.github.io/nav-tracking-mitigations/#infopanel-for-dcffbccd", + "https://privacycg.github.io/nav-tracking-mitigations/#infopaneltitle-for-dcffbccd", + "https://privacycg.github.io/nav-tracking-mitigations/#references", + "https://privacycg.github.io/nav-tracking-mitigations/#normative", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-dom", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-hr-time-3", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-html", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-infra", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-rfc2119", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-rfc6265", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-rfc7234", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-storage", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-url", + "https://privacycg.github.io/nav-tracking-mitigations/#informative", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-fsn-2021-q4", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-mozilla-tracking-policy", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-tracking-dnt", + "https://privacycg.github.io/nav-tracking-mitigations/#biblio-webkit-tracking-prevention", + "https://privacycg.github.io/nav-tracking-mitigations/#issues-index" + ] +} \ No newline at end of file diff --git a/ed/ids/payment-method-id.json b/ed/ids/payment-method-id.json index b729a4050296..3a7de3baeb99 100644 --- a/ed/ids/payment-method-id.json +++ b/ed/ids/payment-method-id.json @@ -11,7 +11,6 @@ "https://w3c.github.io/payment-method-id/#title", "https://w3c.github.io/payment-method-id/#w3c-state", "https://w3c.github.io/payment-method-id/#abstract", - "https://w3c.github.io/payment-method-id/#ref-for-index-term-payment-request-api-1", "https://w3c.github.io/payment-method-id/#sotd", "https://w3c.github.io/payment-method-id/#w3c_process_revision", "https://w3c.github.io/payment-method-id/#toc", @@ -77,7 +76,6 @@ "https://w3c.github.io/payment-method-id/#ref-for-dfn-standardized-payment-method-identifier-4", "https://w3c.github.io/payment-method-id/#url-based-pmi-and-third-party-payment-handlers", "https://w3c.github.io/payment-method-id/#x5-url-based-pmi-and-third-party-payment-handlers", - "https://w3c.github.io/payment-method-id/#ref-for-index-term-payment-method-manifest-1", "https://w3c.github.io/payment-method-id/#security-considerations", "https://w3c.github.io/payment-method-id/#x6-security-considerations", "https://w3c.github.io/payment-method-id/#privacy-considerations", @@ -92,8 +90,6 @@ "https://w3c.github.io/payment-method-id/#a-2-terms-defined-by-reference", "https://w3c.github.io/payment-method-id/#index-term-fetch", "https://w3c.github.io/payment-method-id/#index-term-is-for-string", - "https://w3c.github.io/payment-method-id/#index-term-payment-method-manifest", - "https://w3c.github.io/payment-method-id/#index-term-payment-request-api", "https://w3c.github.io/payment-method-id/#index-term-basic-url-parser", "https://w3c.github.io/payment-method-id/#index-term-equal-for-url", "https://w3c.github.io/payment-method-id/#index-term-password-for-url", @@ -113,11 +109,7 @@ "https://w3c.github.io/payment-method-id/#informative-references", "https://w3c.github.io/payment-method-id/#b-2-informative-references", "https://w3c.github.io/payment-method-id/#bib-payment-method-manifest", - "https://w3c.github.io/payment-method-id/#ref-for-index-term-payment-method-manifest-2", - "https://w3c.github.io/payment-method-id/#ref-for-index-term-payment-method-manifest-3", "https://w3c.github.io/payment-method-id/#bib-payment-request", - "https://w3c.github.io/payment-method-id/#ref-for-index-term-payment-request-api-2", - "https://w3c.github.io/payment-method-id/#ref-for-index-term-payment-request-api-3", "https://w3c.github.io/payment-method-id/#back-to-top" ] } \ No newline at end of file diff --git a/ed/ids/real-world-meshing.json b/ed/ids/real-world-meshing.json new file mode 100644 index 000000000000..7ee4c994d6ae --- /dev/null +++ b/ed/ids/real-world-meshing.json @@ -0,0 +1,256 @@ +{ + "spec": { + "title": "WebXR Mesh Detection Module", + "url": "https://immersive-web.github.io/real-world-meshing/" + }, + "ids": [ + "https://immersive-web.github.io/real-world-meshing/#toc-nav", + "https://immersive-web.github.io/real-world-meshing/#toc-jump", + "https://immersive-web.github.io/real-world-meshing/#toc-toggle", + "https://immersive-web.github.io/real-world-meshing/#title", + "https://immersive-web.github.io/real-world-meshing/#w3c-state", + "https://immersive-web.github.io/real-world-meshing/#abstract", + "https://immersive-web.github.io/real-world-meshing/#sotd", + "https://immersive-web.github.io/real-world-meshing/#toc", + "https://immersive-web.github.io/real-world-meshing/#contents", + "https://immersive-web.github.io/real-world-meshing/#intro", + "https://immersive-web.github.io/real-world-meshing/#anchor-feature-initialization", + "https://immersive-web.github.io/real-world-meshing/#anchor-feature-descriptor", + "https://immersive-web.github.io/real-world-meshing/#ref-for-feature-descriptor", + "https://immersive-web.github.io/real-world-meshing/#mesh-detection", + "https://immersive-web.github.io/real-world-meshing/#ref-for-capable-of-supporting", + "https://immersive-web.github.io/real-world-meshing/#ref-for-native-mesh-detection", + "https://immersive-web.github.io/real-world-meshing/#ref-for-inline-xr-device", + "https://immersive-web.github.io/real-world-meshing/#ref-for-capable-of-supporting%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-update-meshs", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrsession-list-of-frame-updates", + "https://immersive-web.github.io/real-world-meshing/#example-47c61ccf", + "https://immersive-web.github.io/real-world-meshing/#meshs-section", + "https://immersive-web.github.io/real-world-meshing/#mesh", + "https://immersive-web.github.io/real-world-meshing/#ref-for-Exposed", + "https://immersive-web.github.io/real-world-meshing/#xrmesh", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-xrmesh", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-xrmesh", + "https://immersive-web.github.io/real-world-meshing/#ref-for-SameObject", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrspace", + "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-meshspace", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-dom-xrmesh-meshspace", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-dom-xrmesh-meshspace", + "https://immersive-web.github.io/real-world-meshing/#ref-for-idl-frozen-array", + "https://immersive-web.github.io/real-world-meshing/#ref-for-idl-Float32Array", + "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-vertices", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-dom-xrmesh-vertices", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-dom-xrmesh-vertices", + "https://immersive-web.github.io/real-world-meshing/#ref-for-idl-Uint32Array", + "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-indices", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-dom-xrmesh-indices", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-dom-xrmesh-indices", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-domhighrestimestamp", + "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-lastchangedtime", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-dom-xrmesh-lastchangedtime", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-dom-xrmesh-lastchangedtime", + "https://immersive-web.github.io/real-world-meshing/#ref-for-idl-DOMString", + "https://immersive-web.github.io/real-world-meshing/#dom-xrmesh-semanticlabel", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmesh", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-meshspace", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrspace%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrspace-native-origin", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-meshspace%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-meshspace%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmesh%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#xrmesh-native-entity", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-xrmesh-native-entity", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-xrmesh-native-entity", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmesh%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#xrmesh-frame", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-xrmesh-frame", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-xrmesh-frame", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-vertices", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-meshspace%E2%91%A2", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-indices", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-lastchangedtime", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-lastchangedtime%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-meshspace%E2%91%A3", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrspace%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrframe-getpose", + "https://immersive-web.github.io/real-world-meshing/#obtaining-meshs", + "https://immersive-web.github.io/real-world-meshing/#mesh-set", + "https://immersive-web.github.io/real-world-meshing/#ref-for-Exposed%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#xrmeshset", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-xrmeshset", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-xrmeshset", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmesh%E2%91%A2", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmeshset", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmesh%E2%91%A3", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmeshset%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#dom-xrframe-detectedmeshs", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-dom-xrframe-detectedmeshs", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-dom-xrframe-detectedmeshs", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrframe-detectedmeshs", + "https://immersive-web.github.io/real-world-meshing/#ref-for-update-meshs%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe-active", + "https://immersive-web.github.io/real-world-meshing/#ref-for-invalidstateerror", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrsession", + "https://immersive-web.github.io/real-world-meshing/#xrsession-set-of-tracked-meshs", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-xrsession-set-of-tracked-meshs", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-xrsession-set-of-tracked-meshs", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmesh%E2%91%A4", + "https://immersive-web.github.io/real-world-meshing/#update-meshs", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-update-meshs", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-update-meshs", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrframe-session", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrsession-xr-device", + "https://immersive-web.github.io/real-world-meshing/#ref-for-native-mesh-detection%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe-time", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrsession-set-of-tracked-meshs", + "https://immersive-web.github.io/real-world-meshing/#ref-for-correspond-to", + "https://immersive-web.github.io/real-world-meshing/#ref-for-update-mesh-object", + "https://immersive-web.github.io/real-world-meshing/#ref-for-create-mesh-object", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrsession-set-of-tracked-meshs%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrsession-set-of-tracked-meshs%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrframe-detectedmeshs%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrsession-set-of-tracked-meshs%E2%91%A2", + "https://immersive-web.github.io/real-world-meshing/#create-mesh-object", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-create-mesh-object", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-create-mesh-object", + "https://immersive-web.github.io/real-world-meshing/#ref-for-native-mesh-objects", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe%E2%91%A2", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmesh%E2%91%A5", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmesh-native-entity", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-meshspace%E2%91%A4", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrspace%E2%91%A2", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrspace-session", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrframe-session%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrspace-native-origin%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-update-mesh-object%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#correspond-to", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-correspond-to", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-correspond-to", + "https://immersive-web.github.io/real-world-meshing/#update-mesh-object", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-update-mesh-object", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-update-mesh-object", + "https://immersive-web.github.io/real-world-meshing/#ref-for-native-mesh-objects%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe%E2%91%A3", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrmesh-frame", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-vertices%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-indices%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-vertices%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-indices%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-lastchangedtime%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe-time%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#native-device-concepts", + "https://immersive-web.github.io/real-world-meshing/#native-mesh-detection-section", + "https://immersive-web.github.io/real-world-meshing/#native-mesh-detection", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-native-mesh-detection", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-native-mesh-detection", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe-time%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrframe%E2%91%A4", + "https://immersive-web.github.io/real-world-meshing/#native-mesh-objects", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-native-mesh-objects", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-native-mesh-objects", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xrspace-native-origin%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-xr-anchor", + "https://immersive-web.github.io/real-world-meshing/#privacy-security", + "https://immersive-web.github.io/real-world-meshing/#ref-for-update-mesh-object%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-rounding", + "https://immersive-web.github.io/real-world-meshing/#ref-for-quantization", + "https://immersive-web.github.io/real-world-meshing/#ref-for-update-meshs%E2%91%A1", + "https://immersive-web.github.io/real-world-meshing/#ref-for-dom-xrmesh-meshspace%E2%91%A5", + "https://immersive-web.github.io/real-world-meshing/#ref-for-quantization%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#ack", + "https://immersive-web.github.io/real-world-meshing/#w3c-conformance", + "https://immersive-web.github.io/real-world-meshing/#w3c-conventions", + "https://immersive-web.github.io/real-world-meshing/#w3c-example", + "https://immersive-web.github.io/real-world-meshing/#index", + "https://immersive-web.github.io/real-world-meshing/#index-defined-here", + "https://immersive-web.github.io/real-world-meshing/#index-defined-elsewhere", + "https://immersive-web.github.io/real-world-meshing/#0e9f636b", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-0e9f636b", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-0e9f636b", + "https://immersive-web.github.io/real-world-meshing/#8855a9aa", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-8855a9aa", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-8855a9aa", + "https://immersive-web.github.io/real-world-meshing/#889e932f", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-889e932f", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-889e932f", + "https://immersive-web.github.io/real-world-meshing/#0a296dfe", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-0a296dfe", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-0a296dfe", + "https://immersive-web.github.io/real-world-meshing/#dcf5fafa", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-dcf5fafa", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-dcf5fafa", + "https://immersive-web.github.io/real-world-meshing/#797018a7", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-797018a7", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-797018a7", + "https://immersive-web.github.io/real-world-meshing/#a5c91173", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-a5c91173", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-a5c91173", + "https://immersive-web.github.io/real-world-meshing/#13d0450b", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-13d0450b", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-13d0450b", + "https://immersive-web.github.io/real-world-meshing/#7a030114", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-7a030114", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-7a030114", + "https://immersive-web.github.io/real-world-meshing/#b23556e5", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-b23556e5", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-b23556e5", + "https://immersive-web.github.io/real-world-meshing/#0b566548", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-0b566548", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-0b566548", + "https://immersive-web.github.io/real-world-meshing/#a9d2b73a", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-a9d2b73a", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-a9d2b73a", + "https://immersive-web.github.io/real-world-meshing/#7c7eccf9", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-7c7eccf9", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-7c7eccf9", + "https://immersive-web.github.io/real-world-meshing/#8385b9c7", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-8385b9c7", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-8385b9c7", + "https://immersive-web.github.io/real-world-meshing/#8af2159c", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-8af2159c", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-8af2159c", + "https://immersive-web.github.io/real-world-meshing/#d6345ec4", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-d6345ec4", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-d6345ec4", + "https://immersive-web.github.io/real-world-meshing/#348f253b", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-348f253b", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-348f253b", + "https://immersive-web.github.io/real-world-meshing/#3f381e58", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-3f381e58", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-3f381e58", + "https://immersive-web.github.io/real-world-meshing/#7f1caef1", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-7f1caef1", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-7f1caef1", + "https://immersive-web.github.io/real-world-meshing/#a03d6806", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-a03d6806", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-a03d6806", + "https://immersive-web.github.io/real-world-meshing/#1776cb35", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-1776cb35", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-1776cb35", + "https://immersive-web.github.io/real-world-meshing/#5a3f05c6", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-5a3f05c6", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-5a3f05c6", + "https://immersive-web.github.io/real-world-meshing/#7c7eccf9%E2%91%A0", + "https://immersive-web.github.io/real-world-meshing/#5c4e891e", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-5c4e891e", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-5c4e891e", + "https://immersive-web.github.io/real-world-meshing/#c6a33477", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-c6a33477", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-c6a33477", + "https://immersive-web.github.io/real-world-meshing/#4da8c16e", + "https://immersive-web.github.io/real-world-meshing/#infopanel-for-4da8c16e", + "https://immersive-web.github.io/real-world-meshing/#infopaneltitle-for-4da8c16e", + "https://immersive-web.github.io/real-world-meshing/#references", + "https://immersive-web.github.io/real-world-meshing/#normative", + "https://immersive-web.github.io/real-world-meshing/#biblio-hr-time-3", + "https://immersive-web.github.io/real-world-meshing/#biblio-rfc2119", + "https://immersive-web.github.io/real-world-meshing/#biblio-webidl", + "https://immersive-web.github.io/real-world-meshing/#biblio-webxr", + "https://immersive-web.github.io/real-world-meshing/#informative", + "https://immersive-web.github.io/real-world-meshing/#biblio-webxr-anchors-module", + "https://immersive-web.github.io/real-world-meshing/#idl-index" + ] +} \ No newline at end of file diff --git a/ed/ids/resource-timing.json b/ed/ids/resource-timing.json index 802528e4764a..e308535e29e0 100644 --- a/ed/ids/resource-timing.json +++ b/ed/ids/resource-timing.json @@ -51,7 +51,7 @@ "https://w3c.github.io/resource-timing/#sec-performanceresourcetiming", "https://w3c.github.io/resource-timing/#x4-3-the-performanceresourcetiming-interface", "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming", - "https://w3c.github.io/resource-timing/#webidl-78109286", + "https://w3c.github.io/resource-timing/#webidl-249773976", "https://w3c.github.io/resource-timing/#idl-def-performanceresourcetiming", "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-17", "https://w3c.github.io/resource-timing/#idl-def-performanceresourcetiming-initiatortype", @@ -80,6 +80,8 @@ "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-secureconnectionstart-1", "https://w3c.github.io/resource-timing/#idl-def-performanceresourcetiming-requeststart", "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-requeststart-1", + "https://w3c.github.io/resource-timing/#idl-def-performanceresourcetiming-firstinterimresponsestart", + "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-firstinterimresponsestart-1", "https://w3c.github.io/resource-timing/#idl-def-performanceresourcetiming-responsestart", "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-responsestart-1", "https://w3c.github.io/resource-timing/#idl-def-performanceresourcetiming-responseend", @@ -185,12 +187,15 @@ "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-requeststart", "https://w3c.github.io/resource-timing/#ref-for-dfn-convert-fetch-timestamp-11", "https://w3c.github.io/resource-timing/#ref-for-dfn-timing-info-15", - "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-responsestart", + "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-firstinterimresponsestart", "https://w3c.github.io/resource-timing/#ref-for-dfn-convert-fetch-timestamp-12", "https://w3c.github.io/resource-timing/#ref-for-dfn-timing-info-16", - "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-responseend", + "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-responsestart", "https://w3c.github.io/resource-timing/#ref-for-dfn-convert-fetch-timestamp-13", "https://w3c.github.io/resource-timing/#ref-for-dfn-timing-info-17", + "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-responseend", + "https://w3c.github.io/resource-timing/#ref-for-dfn-convert-fetch-timestamp-14", + "https://w3c.github.io/resource-timing/#ref-for-dfn-timing-info-18", "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-encodedbodysize", "https://w3c.github.io/resource-timing/#ref-for-dfn-resource-info-2", "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-decodedbodysize", @@ -206,7 +211,7 @@ "https://w3c.github.io/resource-timing/#h-note-6", "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-renderblockingstatus", "https://w3c.github.io/resource-timing/#ref-for-dom-renderblockingstatustype-blocking-1", - "https://w3c.github.io/resource-timing/#ref-for-dfn-timing-info-18", + "https://w3c.github.io/resource-timing/#ref-for-dfn-timing-info-19", "https://w3c.github.io/resource-timing/#ref-for-dom-renderblockingstatustype-non-blocking-1", "https://w3c.github.io/resource-timing/#issue-container-generatedID-7", "https://w3c.github.io/resource-timing/#h-note-7", @@ -296,6 +301,7 @@ "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-connectstart-2", "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-connectend-2", "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-requeststart-2", + "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-firstinterimresponsestart-2", "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-responsestart-2", "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-secureconnectionstart-2", "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-transfersize-2", @@ -330,7 +336,7 @@ "https://w3c.github.io/resource-timing/#ref-for-dom-performanceresourcetiming-38", "https://w3c.github.io/resource-timing/#ref-for-dfn-initiator-type-3", "https://w3c.github.io/resource-timing/#ref-for-dfn-requested-url-3", - "https://w3c.github.io/resource-timing/#ref-for-dfn-timing-info-19", + "https://w3c.github.io/resource-timing/#ref-for-dfn-timing-info-20", "https://w3c.github.io/resource-timing/#ref-for-dfn-cache-mode-5", "https://w3c.github.io/resource-timing/#ref-for-dfn-response-status-3", "https://w3c.github.io/resource-timing/#ref-for-dfn-delivery-type-3", diff --git a/ed/ids/shared-storage.json b/ed/ids/shared-storage.json new file mode 100644 index 000000000000..110ecf59ec3e --- /dev/null +++ b/ed/ids/shared-storage.json @@ -0,0 +1,1677 @@ +{ + "spec": { + "title": "Shared Storage API", + "url": "https://wicg.github.io/shared-storage/" + }, + "ids": [ + "https://wicg.github.io/shared-storage/#toc-nav", + "https://wicg.github.io/shared-storage/#toc-jump", + "https://wicg.github.io/shared-storage/#toc-toggle", + "https://wicg.github.io/shared-storage/#title", + "https://wicg.github.io/shared-storage/#w3c-state", + "https://wicg.github.io/shared-storage/#abstract", + "https://wicg.github.io/shared-storage/#status", + "https://wicg.github.io/shared-storage/#toc", + "https://wicg.github.io/shared-storage/#contents", + "https://wicg.github.io/shared-storage/#intro", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable", + "https://wicg.github.io/shared-storage/#ref-for-client-side-storage-partitioning", + "https://wicg.github.io/shared-storage/#ref-for-example-scenarios", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element", + "https://wicg.github.io/shared-storage/#ref-for-private-aggregation", + "https://wicg.github.io/shared-storage/#example-0f0ca66a", + "https://wicg.github.io/shared-storage/#worklet", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-module-script", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage", + "https://wicg.github.io/shared-storage/#ref-for-private-aggregation%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl", + "https://wicg.github.io/shared-storage/#ref-for-Exposed", + "https://wicg.github.io/shared-storage/#sharedstorageworklet", + "https://wicg.github.io/shared-storage/#infopanel-for-sharedstorageworklet", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-sharedstorageworklet", + "https://wicg.github.io/shared-storage/#ref-for-worklet", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A1", + "https://wicg.github.io/shared-storage/#module-added", + "https://wicg.github.io/shared-storage/#infopanel-for-module-added", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-module-added", + "https://wicg.github.io/shared-storage/#ref-for-module-script%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-worklet-addmodule", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-module-script%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-worklet-addmodule%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-dom-worklet-addmodule%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-module-added", + "https://wicg.github.io/shared-storage/#ref-for-dom-worklet-addmodule%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-check-if-module-added-and-update-status", + "https://wicg.github.io/shared-storage/#ref-for-dom-worklet-addmodule%E2%91%A3", + "https://wicg.github.io/shared-storage/#check-if-module-added-and-update-status", + "https://wicg.github.io/shared-storage/#infopanel-for-check-if-module-added-and-update-status", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-check-if-module-added-and-update-status", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-module-added%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-worklet%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-module-added%E2%91%A1", + "https://wicg.github.io/shared-storage/#worklet-monkey-patch", + "https://wicg.github.io/shared-storage/#ref-for-worklets", + "https://wicg.github.io/shared-storage/#ref-for-worklets%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-worklet-addmodule%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-worklet%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-worklet%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-module-added%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-check-if-module-added-and-update-status%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-worklet%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror", + "https://wicg.github.io/shared-storage/#global-scope", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-worklet-global-scope-type", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-Exposed%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-Global", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A6", + "https://wicg.github.io/shared-storage/#sharedstorageworkletglobalscope", + "https://wicg.github.io/shared-storage/#infopanel-for-sharedstorageworkletglobalscope", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-sharedstorageworkletglobalscope", + "https://wicg.github.io/shared-storage/#ref-for-workletglobalscope", + "https://wicg.github.io/shared-storage/#ref-for-idl-undefined", + "https://wicg.github.io/shared-storage/#ref-for-dom-sharedstorageworkletglobalscope-register", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString", + "https://wicg.github.io/shared-storage/#dom-sharedstorageworkletglobalscope-register-name-operationctor-name", + "https://wicg.github.io/shared-storage/#ref-for-callbackdef-sharedstorageoperationconstructor", + "https://wicg.github.io/shared-storage/#dom-sharedstorageworkletglobalscope-register-name-operationctor-operationctor", + "https://wicg.github.io/shared-storage/#callbackdef-sharedstorageoperationconstructor", + "https://wicg.github.io/shared-storage/#infopanel-for-callbackdef-sharedstorageoperationconstructor", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-callbackdef-sharedstorageoperationconstructor", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageoperation", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstoragerunoperationmethodoptions", + "https://wicg.github.io/shared-storage/#dom-sharedstorageoperationconstructor-options", + "https://wicg.github.io/shared-storage/#ref-for-Exposed%E2%91%A1", + "https://wicg.github.io/shared-storage/#sharedstorageoperation", + "https://wicg.github.io/shared-storage/#infopanel-for-sharedstorageoperation", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-sharedstorageoperation", + "https://wicg.github.io/shared-storage/#dictdef-sharedstoragerunoperationmethodoptions", + "https://wicg.github.io/shared-storage/#infopanel-for-dictdef-sharedstoragerunoperationmethodoptions", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dictdef-sharedstoragerunoperationmethodoptions", + "https://wicg.github.io/shared-storage/#ref-for-idl-object", + "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperationmethodoptions-data", + "https://wicg.github.io/shared-storage/#ref-for-idl-boolean", + "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperationmethodoptions-resolvetoconfig", + "https://wicg.github.io/shared-storage/#ref-for-idl-boolean%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperationmethodoptions-keepalive", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object", + "https://wicg.github.io/shared-storage/#sharedstorageworkletglobalscope-outside-settings", + "https://wicg.github.io/shared-storage/#infopanel-for-sharedstorageworkletglobalscope-outside-settings", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-sharedstorageworkletglobalscope-outside-settings", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-module-map", + "https://wicg.github.io/shared-storage/#ref-for-module-script%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dom-rtcidentityproviderregistrar-register", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageoperation%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A3", + "https://wicg.github.io/shared-storage/#sharedstorageworkletglobalscope-operation-map", + "https://wicg.github.io/shared-storage/#infopanel-for-sharedstorageworkletglobalscope-operation-map", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-sharedstorageworkletglobalscope-operation-map", + "https://wicg.github.io/shared-storage/#ref-for-ordered-map", + "https://wicg.github.io/shared-storage/#ref-for-string", + "https://wicg.github.io/shared-storage/#ref-for-function-object", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageoperation%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-sharedstorageworkletglobalscope-register%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstoragerunoperation", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageselecturloperation", + "https://wicg.github.io/shared-storage/#ref-for-sharedstoragerunoperation%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-private-aggregation%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-sharedstoragerunoperation%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageselecturloperation%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageoperation%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-list", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstorageurlwithmetadata", + "https://wicg.github.io/shared-storage/#ref-for-dfn-dictionary", + "https://wicg.github.io/shared-storage/#ref-for-string%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-url", + "https://wicg.github.io/shared-storage/#ref-for-idl-long", + "https://wicg.github.io/shared-storage/#ref-for-url%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-Exposed%E2%91%A2", + "https://wicg.github.io/shared-storage/#sharedstoragerunoperation", + "https://wicg.github.io/shared-storage/#infopanel-for-sharedstoragerunoperation", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-sharedstoragerunoperation", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageoperation%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise", + "https://wicg.github.io/shared-storage/#ref-for-idl-undefined%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperation-run", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperation-run-data-data", + "https://wicg.github.io/shared-storage/#ref-for-Exposed%E2%91%A3", + "https://wicg.github.io/shared-storage/#sharedstorageselecturloperation", + "https://wicg.github.io/shared-storage/#infopanel-for-sharedstorageselecturloperation", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-sharedstorageselecturloperation", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageoperation%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-idl-long%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-sharedstorageselecturloperation-run", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A1", + "https://wicg.github.io/shared-storage/#dom-sharedstorageselecturloperation-run-data-urls-data", + "https://wicg.github.io/shared-storage/#ref-for-idl-frozen-array", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstorageurlwithmetadata%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-sharedstorageselecturloperation-run-data-urls-urls", + "https://wicg.github.io/shared-storage/#register-worklet", + "https://wicg.github.io/shared-storage/#dom-sharedstorageworkletglobalscope-register", + "https://wicg.github.io/shared-storage/#infopanel-for-dom-sharedstorageworkletglobalscope-register", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dom-sharedstorageworkletglobalscope-register", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-operation-map", + "https://wicg.github.io/shared-storage/#ref-for-map-exists", + "https://wicg.github.io/shared-storage/#ref-for-map-entry", + "https://wicg.github.io/shared-storage/#ref-for-map-key", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-sec-isconstructor", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", + "https://wicg.github.io/shared-storage/#ref-for-sec-object-type", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-sec-getmethod", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-map-set", + "https://wicg.github.io/shared-storage/#backend", + "https://wicg.github.io/shared-storage/#ref-for-model", + "https://wicg.github.io/shared-storage/#ref-for-registered-storage-endpoints", + "https://wicg.github.io/shared-storage/#ref-for-storage-endpoint", + "https://wicg.github.io/shared-storage/#storage-monkey-patch", + "https://wicg.github.io/shared-storage/#ref-for-model%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-storage-type", + "https://wicg.github.io/shared-storage/#ref-for-model%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-user-agent", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-shed", + "https://wicg.github.io/shared-storage/#ref-for-storage-endpoint%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-storage-type%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-registered-storage-endpoints%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-storage-endpoint%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-storage-type%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-storage-identifier", + "https://wicg.github.io/shared-storage/#ref-for-storage-endpoint-quota", + "https://wicg.github.io/shared-storage/#ref-for-storage-endpoint-quota%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-storage-endpoint%E2%91%A2", + "https://wicg.github.io/shared-storage/#shared-storage-shed", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-shed", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-shed", + "https://wicg.github.io/shared-storage/#ref-for-ordered-map%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-concept-origin", + "https://wicg.github.io/shared-storage/#ref-for-storage-shelf", + "https://wicg.github.io/shared-storage/#ref-for-storage-shed", + "https://wicg.github.io/shared-storage/#ref-for-storage-key", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-shed%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-concept-origin%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-client-side-storage-partitioning%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-storage-shelf%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-shed%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-storage-shelf%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-bucket-map", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-shed%E2%91%A2", + "https://wicg.github.io/shared-storage/#shared-storage", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage", + "https://wicg.github.io/shared-storage/#obtain-a-shared-storage-shelf", + "https://wicg.github.io/shared-storage/#infopanel-for-obtain-a-shared-storage-shelf", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-obtain-a-shared-storage-shelf", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-shed%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-concept-url-origin", + "https://wicg.github.io/shared-storage/#ref-for-concept-opaque-origin", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-create-a-shared-storage-shelf", + "https://wicg.github.io/shared-storage/#ref-for-storage-type%E2%91%A2", + "https://wicg.github.io/shared-storage/#create-a-shared-storage-shelf", + "https://wicg.github.io/shared-storage/#infopanel-for-create-a-shared-storage-shelf", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-create-a-shared-storage-shelf", + "https://wicg.github.io/shared-storage/#ref-for-storage-shelf%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-bucket-map%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-create-a-shared-storage-bucket", + "https://wicg.github.io/shared-storage/#shared-storage-bucket", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-bucket", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-bucket", + "https://wicg.github.io/shared-storage/#ref-for-storage-bucket", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-shed%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-storage-shelf%E2%91%A3", + "https://wicg.github.io/shared-storage/#create-a-shared-storage-bucket", + "https://wicg.github.io/shared-storage/#infopanel-for-create-a-shared-storage-bucket", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-create-a-shared-storage-bucket", + "https://wicg.github.io/shared-storage/#ref-for-storage-endpoint%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-storage-identifier%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-bucket", + "https://wicg.github.io/shared-storage/#ref-for-bottle-map", + "https://wicg.github.io/shared-storage/#ref-for-storage-bottle", + "https://wicg.github.io/shared-storage/#ref-for-storage-bottle-quota", + "https://wicg.github.io/shared-storage/#ref-for-storage-endpoint-quota%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-bucket%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-bottle-map%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-map-size", + "https://wicg.github.io/shared-storage/#ref-for-storage-endpoint%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-registered-storage-endpoints%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-storage-type%E2%91%A3", + "https://wicg.github.io/shared-storage/#obtain-a-shared-storage-bottle-map", + "https://wicg.github.io/shared-storage/#infopanel-for-obtain-a-shared-storage-bottle-map", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-obtain-a-shared-storage-bottle-map", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-shed%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-shared-storage-shelf", + "https://wicg.github.io/shared-storage/#ref-for-bucket-map%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-bottle-map%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-storage-proxy-map", + "https://wicg.github.io/shared-storage/#ref-for-storage-proxy-map-backing-map", + "https://wicg.github.io/shared-storage/#ref-for-ordered-map%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-set-append", + "https://wicg.github.io/shared-storage/#ref-for-storage-bottle-proxy-map-reference-set", + "https://wicg.github.io/shared-storage/#database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database", + "https://wicg.github.io/shared-storage/#ref-for-browsing-context", + "https://wicg.github.io/shared-storage/#shared-storage-database", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-store-an-entry-in-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-retrieve-an-entry-from-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-delete-an-entry-from-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-clear-all-entries-in-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-purge-expired-entries-from-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-entry", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database%E2%91%A1", + "https://wicg.github.io/shared-storage/#shared-storage-database-shared-storage-database-queue", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-shared-storage-database-queue", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-shared-storage-database-queue", + "https://wicg.github.io/shared-storage/#ref-for-starting-a-new-parallel-queue", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-browsing-context%E2%91%A0", + "https://wicg.github.io/shared-storage/#shared-storage-database-entry", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-entry", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-entry", + "https://wicg.github.io/shared-storage/#ref-for-entry-key", + "https://wicg.github.io/shared-storage/#ref-for-entry-value-struct", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-entry%E2%91%A0", + "https://wicg.github.io/shared-storage/#entry-key", + "https://wicg.github.io/shared-storage/#infopanel-for-entry-key", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-entry-key", + "https://wicg.github.io/shared-storage/#ref-for-string%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A2", + "https://wicg.github.io/shared-storage/#key-maximum-length", + "https://wicg.github.io/shared-storage/#infopanel-for-key-maximum-length", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-key-maximum-length", + "https://wicg.github.io/shared-storage/#ref-for-entry-key%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-entry-key%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-entry%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-entry-key%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-entry%E2%91%A2", + "https://wicg.github.io/shared-storage/#entry-value-struct", + "https://wicg.github.io/shared-storage/#infopanel-for-entry-value-struct", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-entry-value-struct", + "https://wicg.github.io/shared-storage/#ref-for-struct", + "https://wicg.github.io/shared-storage/#ref-for-string%E2%91%A2", + "https://wicg.github.io/shared-storage/#value-struct-value", + "https://wicg.github.io/shared-storage/#infopanel-for-value-struct-value", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-value-struct-value", + "https://wicg.github.io/shared-storage/#ref-for-dom-domhighrestimestamp", + "https://wicg.github.io/shared-storage/#value-struct-last-updated", + "https://wicg.github.io/shared-storage/#infopanel-for-value-struct-last-updated", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-value-struct-last-updated", + "https://wicg.github.io/shared-storage/#ref-for-dfn-unix-epoch", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A3", + "https://wicg.github.io/shared-storage/#value-maximum-length", + "https://wicg.github.io/shared-storage/#infopanel-for-value-maximum-length", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-value-maximum-length", + "https://wicg.github.io/shared-storage/#ref-for-value-struct-value", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A4", + "https://wicg.github.io/shared-storage/#default-entry-lifetime", + "https://wicg.github.io/shared-storage/#infopanel-for-default-entry-lifetime", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-default-entry-lifetime", + "https://wicg.github.io/shared-storage/#ref-for-dfn-duration", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-entry%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-store-an-entry-in-the-database%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-default-entry-lifetime", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-purge-expired-entries-from-the-database%E2%91%A0", + "https://wicg.github.io/shared-storage/#database-algorithms", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database%E2%91%A4", + "https://wicg.github.io/shared-storage/#shared-storage-database-store-an-entry-in-the-database", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-store-an-entry-in-the-database", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-store-an-entry-in-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-entry-key%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-value-struct-value%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-shared-storage-bottle-map", + "https://wicg.github.io/shared-storage/#ref-for-entry-value-struct%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-value-struct-value%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dfn-current-wall-time", + "https://wicg.github.io/shared-storage/#ref-for-value-struct-last-updated", + "https://wicg.github.io/shared-storage/#ref-for-map-set%E2%91%A0", + "https://wicg.github.io/shared-storage/#shared-storage-database-retrieve-an-entry-from-the-database", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-retrieve-an-entry-from-the-database", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-retrieve-an-entry-from-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-entry-key%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-shared-storage-bottle-map%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-map-exists%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-map-get", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-determine-whether-an-entry-is-expired", + "https://wicg.github.io/shared-storage/#ref-for-value-struct-value%E2%91%A2", + "https://wicg.github.io/shared-storage/#shared-storage-database-delete-an-entry-from-the-database", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-delete-an-entry-from-the-database", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-delete-an-entry-from-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-entry-key%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-shared-storage-bottle-map%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-map-remove", + "https://wicg.github.io/shared-storage/#shared-storage-database-clear-all-entries-in-the-database", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-clear-all-entries-in-the-database", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-clear-all-entries-in-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-shared-storage-bottle-map%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-map-clear", + "https://wicg.github.io/shared-storage/#shared-storage-database-retrieve-all-entries-from-the-database", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-retrieve-all-entries-from-the-database", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-retrieve-all-entries-from-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-shared-storage-bottle-map%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-map-getting-the-values", + "https://wicg.github.io/shared-storage/#shared-storage-database-count-entries-in-the-database", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-count-entries-in-the-database", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-count-entries-in-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-shared-storage-bottle-map%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-map-size%E2%91%A0", + "https://wicg.github.io/shared-storage/#shared-storage-database-purge-expired-entries-from-the-database", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-purge-expired-entries-from-the-database", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-purge-expired-entries-from-the-database", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-environment-settings-object%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-shared-storage-bottle-map%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-map-iterate", + "https://wicg.github.io/shared-storage/#ref-for-entry-key%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-map-get%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-determine-whether-an-entry-is-expired%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-map-remove%E2%91%A0", + "https://wicg.github.io/shared-storage/#shared-storage-database-determine-whether-an-entry-is-expired", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-database-determine-whether-an-entry-is-expired", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-database-determine-whether-an-entry-is-expired", + "https://wicg.github.io/shared-storage/#ref-for-entry-value-struct%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-value-struct-last-updated%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-default-entry-lifetime%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dfn-current-wall-time%E2%91%A0", + "https://wicg.github.io/shared-storage/#shared-storage-interface", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorage", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorage%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-windowsharedstorage", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage", + "https://wicg.github.io/shared-storage/#ref-for-window", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-window%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorage%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-environment", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageoperation%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-worklet", + "https://wicg.github.io/shared-storage/#ref-for-dom-worklet-addmodule%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-windowsharedstorage%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-window%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-window%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-Exposed%E2%91%A4", + "https://wicg.github.io/shared-storage/#sharedstorage", + "https://wicg.github.io/shared-storage/#infopanel-for-sharedstorage", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-sharedstorage", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-idl-any", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-set", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-set-key-value-options-key", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A1", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-set-key-value-options-value", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstoragesetmethodoptions", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-set-key-value-options-options", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-idl-any%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-append", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A2", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-append-key-value-key", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A3", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-append-key-value-value", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-idl-any%E2%91%A1", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-delete", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A4", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-delete-key-key", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-idl-any%E2%91%A2", + "https://wicg.github.io/shared-storage/#dom-sharedstorage-clear", + "https://wicg.github.io/shared-storage/#dictdef-sharedstoragesetmethodoptions", + "https://wicg.github.io/shared-storage/#infopanel-for-dictdef-sharedstoragesetmethodoptions", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dictdef-sharedstoragesetmethodoptions", + "https://wicg.github.io/shared-storage/#ref-for-idl-boolean%E2%91%A1", + "https://wicg.github.io/shared-storage/#dom-sharedstoragesetmethodoptions-ignoreifpresent", + "https://wicg.github.io/shared-storage/#window", + "https://wicg.github.io/shared-storage/#ref-for-windowsharedstorage%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-windowsharedstorage%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-idl-USVString", + "https://wicg.github.io/shared-storage/#ref-for-fencedframeconfig", + "https://wicg.github.io/shared-storage/#typedefdef-sharedstorageresponse", + "https://wicg.github.io/shared-storage/#infopanel-for-typedefdef-sharedstorageresponse", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-typedefdef-sharedstorageresponse", + "https://wicg.github.io/shared-storage/#ref-for-Exposed%E2%91%A5", + "https://wicg.github.io/shared-storage/#windowsharedstorage", + "https://wicg.github.io/shared-storage/#infopanel-for-windowsharedstorage", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-windowsharedstorage", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorage%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-idl-any%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-run", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A5", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-run-name-options-name", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstoragerunoperationmethodoptions%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-run-name-options-options", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-typedefdef-sharedstorageresponse", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A6", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-selecturl-name-urls-options-name", + "https://wicg.github.io/shared-storage/#ref-for-idl-frozen-array%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstorageurlwithmetadata%E2%91%A1", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-selecturl-name-urls-options-urls", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstoragerunoperationmethodoptions%E2%91%A1", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-selecturl-name-urls-options-options", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-worklet", + "https://wicg.github.io/shared-storage/#infopanel-for-dom-windowsharedstorage-worklet", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dom-windowsharedstorage-worklet", + "https://wicg.github.io/shared-storage/#window-setter", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-set", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-windowsharedstorage%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-window%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-window-bc", + "https://wicg.github.io/shared-storage/#ref-for-assert", + "https://wicg.github.io/shared-storage/#ref-for-string-length", + "https://wicg.github.io/shared-storage/#ref-for-key-maximum-length", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-value-maximum-length", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-active-window", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-retrieve-an-entry-from-the-database%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-store-an-entry-in-the-database%E2%91%A1", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-append", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-windowsharedstorage%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-window%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-window-bc%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-key-maximum-length%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-value-maximum-length%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-retrieve-an-entry-from-the-database%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-list%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-list-append", + "https://wicg.github.io/shared-storage/#ref-for-list-append%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-string-concatenate", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-store-an-entry-in-the-database%E2%91%A2", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-delete", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-windowsharedstorage%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-window%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-window-bc%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-key-maximum-length%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-delete-an-entry-from-the-database%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-clear", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-windowsharedstorage%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-window%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-window-bc%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-clear-all-entries-in-the-database%E2%91%A0", + "https://wicg.github.io/shared-storage/#reporting", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstorageurlwithmetadata%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstorageurlwithmetadata%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dfn-dictionary%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-string%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-url%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-sharedstorageurlwithmetadata-reportingmetadata", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A3", + "https://wicg.github.io/shared-storage/#dictdef-sharedstorageurlwithmetadata", + "https://wicg.github.io/shared-storage/#infopanel-for-dictdef-sharedstorageurlwithmetadata", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dictdef-sharedstorageurlwithmetadata", + "https://wicg.github.io/shared-storage/#ref-for-idl-USVString%E2%91%A0", + "https://wicg.github.io/shared-storage/#dom-sharedstorageurlwithmetadata-url", + "https://wicg.github.io/shared-storage/#infopanel-for-dom-sharedstorageurlwithmetadata-url", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dom-sharedstorageurlwithmetadata-url", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A4", + "https://wicg.github.io/shared-storage/#dom-sharedstorageurlwithmetadata-reportingmetadata", + "https://wicg.github.io/shared-storage/#infopanel-for-dom-sharedstorageurlwithmetadata-reportingmetadata", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dom-sharedstorageurlwithmetadata-reportingmetadata", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstorageurlwithmetadata%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-map-is-empty", + "https://wicg.github.io/shared-storage/#ref-for-dom-sharedstorageurlwithmetadata-reportingmetadata%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-dfn-dictionary%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-map-key%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-eventtype", + "https://wicg.github.io/shared-storage/#ref-for-map-value", + "https://wicg.github.io/shared-storage/#ref-for-string%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-concept-url", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-eventtype%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-register-reporting-metadata", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-typedefdef-sharedstorageresponse%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-eventtype%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-register-reporting-metadata%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dom-sharedstorageurlwithmetadata-reportingmetadata%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-dom-fence-reportevent", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-fenceevent", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-destination", + "https://wicg.github.io/shared-storage/#ref-for-list-contain", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-fenceevent%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-eventtype%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-fenceevent%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-eventdata", + "https://wicg.github.io/shared-storage/#ref-for-beacon", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-eventtype%E2%91%A3", + "https://wicg.github.io/shared-storage/#validate-reporting-metadata", + "https://wicg.github.io/shared-storage/#infopanel-for-validate-reporting-metadata", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-validate-reporting-metadata", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-map-is-empty%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dfn-dictionary%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-map-iterate%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-get-the-canonical-url-string-if-valid", + "https://wicg.github.io/shared-storage/#get-the-canonical-url-string-if-valid", + "https://wicg.github.io/shared-storage/#infopanel-for-get-the-canonical-url-string-if-valid", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-get-the-canonical-url-string-if-valid", + "https://wicg.github.io/shared-storage/#ref-for-string%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-concept-url-parser", + "https://wicg.github.io/shared-storage/#ref-for-url%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-concept-url-serializer", + "https://wicg.github.io/shared-storage/#register-reporting-metadata", + "https://wicg.github.io/shared-storage/#infopanel-for-register-reporting-metadata", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-register-reporting-metadata", + "https://wicg.github.io/shared-storage/#ref-for-idl-object%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-map-is-empty%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-dfn-dictionary%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-map-is-empty%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-ordered-map%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-map-iterate%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-concept-url-parser%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-url%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-map-set%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A2", + "https://wicg.github.io/shared-storage/#budgets", + "https://wicg.github.io/shared-storage/#ref-for-bits-of-entropy", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A7", + "https://wicg.github.io/shared-storage/#nav-budget", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-fencedframeconfig%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-navigate", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-entropy-bits", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin", + "https://wicg.github.io/shared-storage/#ref-for-navigation-entropy-allowance", + "https://wicg.github.io/shared-storage/#calling-origin", + "https://wicg.github.io/shared-storage/#infopanel-for-calling-origin", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-calling-origin", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-concept-url-origin%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-environment%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A7", + "https://wicg.github.io/shared-storage/#navigation-entropy-allowance", + "https://wicg.github.io/shared-storage/#infopanel-for-navigation-entropy-allowance", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-navigation-entropy-allowance", + "https://wicg.github.io/shared-storage/#ref-for-entropy-bits%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-navigate%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-navigation-budget-epoch", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-navigation-entropy-allowance%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dfn-duration%E2%91%A0", + "https://wicg.github.io/shared-storage/#navigation-budget-lifetime", + "https://wicg.github.io/shared-storage/#infopanel-for-navigation-budget-lifetime", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-navigation-budget-lifetime", + "https://wicg.github.io/shared-storage/#navigation-budget-epoch", + "https://wicg.github.io/shared-storage/#infopanel-for-navigation-budget-epoch", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-navigation-budget-epoch", + "https://wicg.github.io/shared-storage/#ref-for-dfn-duration%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-navigation-budget-lifetime", + "https://wicg.github.io/shared-storage/#ref-for-navigation-entropy-allowance%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#shared-storage-navigation-budget-table", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-navigation-budget-table", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-navigation-budget-table", + "https://wicg.github.io/shared-storage/#ref-for-ordered-map%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-navigation-entropy-ledger", + "https://wicg.github.io/shared-storage/#navigation-entropy-ledger", + "https://wicg.github.io/shared-storage/#infopanel-for-navigation-entropy-ledger", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-navigation-entropy-ledger", + "https://wicg.github.io/shared-storage/#ref-for-list%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit", + "https://wicg.github.io/shared-storage/#bit-debit", + "https://wicg.github.io/shared-storage/#infopanel-for-bit-debit", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-bit-debit", + "https://wicg.github.io/shared-storage/#ref-for-struct%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-idl-double", + "https://wicg.github.io/shared-storage/#bit-debit-bits", + "https://wicg.github.io/shared-storage/#infopanel-for-bit-debit-bits", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-bit-debit-bits", + "https://wicg.github.io/shared-storage/#ref-for-entropy-bits%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-domhighrestimestamp%E2%91%A0", + "https://wicg.github.io/shared-storage/#bit-debit-timestamp", + "https://wicg.github.io/shared-storage/#infopanel-for-bit-debit-timestamp", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-bit-debit-timestamp", + "https://wicg.github.io/shared-storage/#ref-for-dfn-unix-epoch%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-timestamp", + "https://wicg.github.io/shared-storage/#ref-for-navigation-budget-epoch%E2%91%A0", + "https://wicg.github.io/shared-storage/#bit-debit-expired", + "https://wicg.github.io/shared-storage/#infopanel-for-bit-debit-expired", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-bit-debit-expired", + "https://wicg.github.io/shared-storage/#ref-for-entropy-bits%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-timestamp%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-navigation-budget-table", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin%E2%91%A4", + "https://wicg.github.io/shared-storage/#calling-origin-remaining-navigation-budget", + "https://wicg.github.io/shared-storage/#infopanel-for-calling-origin-remaining-navigation-budget", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-calling-origin-remaining-navigation-budget", + "https://wicg.github.io/shared-storage/#ref-for-navigation-entropy-allowance%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-timestamp%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-navigation-budget-epoch%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A8", + "https://wicg.github.io/shared-storage/#selecturl-input-url-list", + "https://wicg.github.io/shared-storage/#infopanel-for-selecturl-input-url-list", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-selecturl-input-url-list", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin-remaining-navigation-budget", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-typedefdef-sharedstorageresponse%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-fencedframeconfig%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-dom-sharedstorageurlwithmetadata-url", + "https://wicg.github.io/shared-storage/#ref-for-dictdef-sharedstorageurlwithmetadata%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-default-index", + "https://wicg.github.io/shared-storage/#ref-for-selecturl-input-url-list", + "https://wicg.github.io/shared-storage/#default-index", + "https://wicg.github.io/shared-storage/#infopanel-for-default-index", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-default-index", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageselecturloperation%E2%91%A1", + "https://wicg.github.io/shared-storage/#example-ce30be1e", + "https://wicg.github.io/shared-storage/#ref-for-default-index%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageselecturloperation%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin-remaining-navigation-budget%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-typedefdef-sharedstorageresponse%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dom-sharedstorageurlwithmetadata-url%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-selecturl-input-url-list%E2%91%A0", + "https://wicg.github.io/shared-storage/#example-fba23a56", + "https://wicg.github.io/shared-storage/#ref-for-default-index%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-selecturl-input-url-list%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-list-size", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageselecturloperation%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin-remaining-navigation-budget%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-typedefdef-sharedstorageresponse%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-dom-sharedstorageurlwithmetadata-url%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-selecturl-input-url-list%E2%91%A2", + "https://wicg.github.io/shared-storage/#determine-remaining-navigation-budget", + "https://wicg.github.io/shared-storage/#infopanel-for-determine-remaining-navigation-budget", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-determine-remaining-navigation-budget", + "https://wicg.github.io/shared-storage/#ref-for-calling-origin%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-concept-opaque-origin%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-navigation-entropy-allowance%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-navigation-budget-table%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-map-exists%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-navigation-budget-table%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-map-iterate%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-list-item", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-bits", + "https://wicg.github.io/shared-storage/#ref-for-check-whether-a-bit-debit-is-expired", + "https://wicg.github.io/shared-storage/#check-whether-a-bit-debit-is-expired", + "https://wicg.github.io/shared-storage/#infopanel-for-check-whether-a-bit-debit-is-expired", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-check-whether-a-bit-debit-is-expired", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-navigation-budget-lifetime%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dfn-current-wall-time%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-timestamp%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-charge-shared-storage-navigation-budget", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-navigation-budget-table%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-navigate%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-fencedframeconfig%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-bits%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-navigation-budget-table%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-beginning-navigation", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-bits%E2%91%A1", + "https://wicg.github.io/shared-storage/#pending-shared-storage-budget-debit", + "https://wicg.github.io/shared-storage/#infopanel-for-pending-shared-storage-budget-debit", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-pending-shared-storage-budget-debit", + "https://wicg.github.io/shared-storage/#ref-for-fencedframeconfig%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-beginning-navigation%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-ending-navigation", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-charge-shared-storage-navigation-budget%E2%91%A0", + "https://wicg.github.io/shared-storage/#issue-7ff511a8", + "https://wicg.github.io/shared-storage/#has-navigated", + "https://wicg.github.io/shared-storage/#infopanel-for-has-navigated", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-has-navigated", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A6", + "https://wicg.github.io/shared-storage/#charge-shared-storage-navigation-budget", + "https://wicg.github.io/shared-storage/#infopanel-for-charge-shared-storage-navigation-budget", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-charge-shared-storage-navigation-budget", + "https://wicg.github.io/shared-storage/#ref-for-beginning-navigation%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-navigable", + "https://wicg.github.io/shared-storage/#ref-for-document", + "https://wicg.github.io/shared-storage/#ref-for-nav-traversable", + "https://wicg.github.io/shared-storage/#ref-for-node-navigable", + "https://wicg.github.io/shared-storage/#ref-for-active-document", + "https://wicg.github.io/shared-storage/#ref-for-concept-document-origin", + "https://wicg.github.io/shared-storage/#ref-for-pending-shared-storage-budget-debit", + "https://wicg.github.io/shared-storage/#ref-for-has-navigated", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-navigation-budget-table%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-bits%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dfn-current-wall-time%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-timestamp%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-list-append%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-has-navigated%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-nav-parent", + "https://wicg.github.io/shared-storage/#report-budget", + "https://wicg.github.io/shared-storage/#ref-for-dom-fence-reportevent%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-selecturl%E2%91%A0%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-destination%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-list-contain%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-eventtype%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-entropy-bits%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A0%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-page-load", + "https://wicg.github.io/shared-storage/#ref-for-reporting-entropy-allowance", + "https://wicg.github.io/shared-storage/#page-load", + "https://wicg.github.io/shared-storage/#infopanel-for-page-load", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-page-load", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable%E2%91%A5", + "https://wicg.github.io/shared-storage/#reporting-entropy-allowance", + "https://wicg.github.io/shared-storage/#infopanel-for-reporting-entropy-allowance", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-reporting-entropy-allowance", + "https://wicg.github.io/shared-storage/#ref-for-entropy-bits%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-dom-fence-reportevent%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-reporting-entropy-allowance%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A1%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-idl-double%E2%91%A0", + "https://wicg.github.io/shared-storage/#shared-storage-reporting-budget", + "https://wicg.github.io/shared-storage/#infopanel-for-shared-storage-reporting-budget", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-shared-storage-reporting-budget", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A1%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-reporting-entropy-allowance%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-dom-fence-reportevent%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dom-fenceevent-destination%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-list-contain%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-charge-shared-storage-reporting-budget", + "https://wicg.github.io/shared-storage/#determine-reporting-budget-to-charge", + "https://wicg.github.io/shared-storage/#infopanel-for-determine-reporting-budget-to-charge", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-determine-reporting-budget-to-charge", + "https://wicg.github.io/shared-storage/#ref-for-document%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-node-navigable%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-pending-shared-storage-budget-debit%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-has-reported", + "https://wicg.github.io/shared-storage/#ref-for-nav-parent%E2%91%A0", + "https://wicg.github.io/shared-storage/#issue-c8b219be", + "https://wicg.github.io/shared-storage/#has-reported", + "https://wicg.github.io/shared-storage/#infopanel-for-has-reported", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-has-reported", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A8", + "https://wicg.github.io/shared-storage/#charge-shared-storage-reporting-budget", + "https://wicg.github.io/shared-storage/#infopanel-for-charge-shared-storage-reporting-budget", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-charge-shared-storage-reporting-budget", + "https://wicg.github.io/shared-storage/#ref-for-document%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-determine-reporting-budget-to-charge", + "https://wicg.github.io/shared-storage/#ref-for-node-navigable%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-nav-top", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-reporting-budget", + "https://wicg.github.io/shared-storage/#ref-for-pending-shared-storage-budget-debit%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-has-reported%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-nav-parent%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-reporting-budget%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A1%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-purge-expired-bit-debits-from-all-navigation-entropy-ledgers", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit-expired", + "https://wicg.github.io/shared-storage/#ref-for-bit-debit%E2%91%A6", + "https://wicg.github.io/shared-storage/#purge-expired-bit-debits-from-all-navigation-entropy-ledgers", + "https://wicg.github.io/shared-storage/#infopanel-for-purge-expired-bit-debits-from-all-navigation-entropy-ledgers", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-purge-expired-bit-debits-from-all-navigation-entropy-ledgers", + "https://wicg.github.io/shared-storage/#ref-for-map-iterate%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-user-agent%E2%91%A1%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-navigation-budget-table%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-map-iterate%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-check-whether-a-bit-debit-is-expired%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-list-remove", + "https://wicg.github.io/shared-storage/#run-op", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-run", + "https://wicg.github.io/shared-storage/#infopanel-for-dom-windowsharedstorage-run", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dom-windowsharedstorage-run", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-worklet-addmodule%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-worklet%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-worklet-agent", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-worklet%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-module-map%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-map-is-empty%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-operation-map%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-map-exists%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-map-exists%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-list%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-list-append%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-sec-call", + "https://wicg.github.io/shared-storage/#ref-for-sec-call%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-upon-fulfillment", + "https://wicg.github.io/shared-storage/#ref-for-upon-rejection", + "https://wicg.github.io/shared-storage/#ref-for-terminate-a-worklet-global-scope", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A6", + "https://wicg.github.io/shared-storage/#dom-windowsharedstorage-selecturl", + "https://wicg.github.io/shared-storage/#infopanel-for-dom-windowsharedstorage-selecturl", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dom-windowsharedstorage-selecturl", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dom-input-list", + "https://wicg.github.io/shared-storage/#ref-for-map-iterate%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-get-the-canonical-url-string-if-valid%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-list-append%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-validate-reporting-metadata", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-dom-worklet-addmodule%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6", + "https://wicg.github.io/shared-storage/#issue-0ddd316f", + "https://wicg.github.io/shared-storage/#ref-for-fencedframeconfig%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-fencedframeconfig%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-worklet%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-obtain-a-worklet-agent%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-default-index%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dom-windowsharedstorage-worklet%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-module-map%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-map-is-empty%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-operation-map%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-map-exists%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-list%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-list-append%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-map-exists%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-list-append%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-sec-call%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-idl-unsigned-long", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-list-size%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-upon-fulfillment%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-windowsharedstorage%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-window%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-window-bc%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-active-document%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-concept-url-origin%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-concept-opaque-origin%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-determine-remaining-navigation-budget", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-list-size%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-default-index%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-pending-shared-storage-budget-debit%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-register-reporting-metadata%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-upon-rejection%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-default-index%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-upon-fulfillment%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-upon-rejection%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-terminate-a-worklet-global-scope%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A8", + "https://wicg.github.io/shared-storage/#worklet-shared-storage", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-Exposed%E2%91%A6", + "https://wicg.github.io/shared-storage/#workletsharedstorage", + "https://wicg.github.io/shared-storage/#infopanel-for-workletsharedstorage", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-workletsharedstorage", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorage%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-dom-workletsharedstorage-get", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A8", + "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-get-key-key", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-idl-unsigned-long%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-dom-workletsharedstorage-length", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-idl-double%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-dom-workletsharedstorage-remainingbudget", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#worklet-setter", + "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-set", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-outside-settings", + "https://wicg.github.io/shared-storage/#ref-for-concept-environment-target-browsing-context", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-key-maximum-length%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-value-maximum-length%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-retrieve-an-entry-from-the-database%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-store-an-entry-in-the-database%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3", + "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-append", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A0%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-outside-settings%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-concept-environment-target-browsing-context%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-key-maximum-length%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-value-maximum-length%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-retrieve-an-entry-from-the-database%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-list%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-list-append%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-list-append%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-string-concatenate%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-store-an-entry-in-the-database%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A7", + "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-delete", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A1%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-outside-settings%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-concept-environment-target-browsing-context%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-key-maximum-length%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-delete-an-entry-from-the-database%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%93%AA", + "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-clear", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A1%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-outside-settings%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-concept-environment-target-browsing-context%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-clear-all-entries-in-the-database%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A0", + "https://wicg.github.io/shared-storage/#getter", + "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-get", + "https://wicg.github.io/shared-storage/#infopanel-for-dom-workletsharedstorage-get", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dom-workletsharedstorage-get", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A1%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-outside-settings%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-concept-environment-target-browsing-context%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-string-length%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-key-maximum-length%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-retrieve-an-entry-from-the-database%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A2", + "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-length", + "https://wicg.github.io/shared-storage/#infopanel-for-dom-workletsharedstorage-length", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dom-workletsharedstorage-length", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A1%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-outside-settings%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-concept-environment-target-browsing-context%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-count-entries-in-the-database", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A3", + "https://wicg.github.io/shared-storage/#dom-workletsharedstorage-remainingbudget", + "https://wicg.github.io/shared-storage/#infopanel-for-dom-workletsharedstorage-remainingbudget", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dom-workletsharedstorage-remainingbudget", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A1%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A0%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-outside-settings%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-concept-environment-target-browsing-context%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-active-document%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-concept-document-origin%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-concept-opaque-origin%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%91%A7", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-determine-remaining-navigation-budget%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A0%E2%91%A5", + "https://wicg.github.io/shared-storage/#iteration", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-idl-async-iterable", + "https://wicg.github.io/shared-storage/#ref-for-queue", + "https://wicg.github.io/shared-storage/#workletsharedstorageiterator-pending-entries", + "https://wicg.github.io/shared-storage/#infopanel-for-workletsharedstorageiterator-pending-entries", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-workletsharedstorageiterator-pending-entries", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-entry%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-list-is-empty", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-idl-async-iterable%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-idl-boolean%E2%91%A2", + "https://wicg.github.io/shared-storage/#workletsharedstorageiterator-error", + "https://wicg.github.io/shared-storage/#infopanel-for-workletsharedstorageiterator-error", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-workletsharedstorageiterator-error", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorageiterator-asynchronous-iterator-initialization-steps", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorageiterator-get-the-next-iteration-result", + "https://wicg.github.io/shared-storage/#ref-for-asynchronous-iterator-initialization-steps", + "https://wicg.github.io/shared-storage/#ref-for-dfn-get-the-next-iteration-result", + "https://wicg.github.io/shared-storage/#ref-for-introduction", + "https://wicg.github.io/shared-storage/#workletsharedstorageiterator-asynchronous-iterator-initialization-steps", + "https://wicg.github.io/shared-storage/#infopanel-for-workletsharedstorageiterator-asynchronous-iterator-initialization-steps", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-workletsharedstorageiterator-asynchronous-iterator-initialization-steps", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-idl-async-iterable%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope%E2%91%A0%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworkletglobalscope-outside-settings%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-concept-environment-target-browsing-context%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-assert%E2%91%A0%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A1%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-active-window%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-relevant-settings-object%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-shared-storage-database-queue%E2%91%A0%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-retrieve-all-entries-from-the-database", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-upon-fulfillment%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-map-iterate%E2%91%A6", + "https://wicg.github.io/shared-storage/#ref-for-shared-storage-database-entry%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-queue-enqueue", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorageiterator-pending-entries", + "https://wicg.github.io/shared-storage/#ref-for-upon-rejection%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorageiterator-error", + "https://wicg.github.io/shared-storage/#workletsharedstorageiterator-get-the-next-iteration-result", + "https://wicg.github.io/shared-storage/#infopanel-for-workletsharedstorageiterator-get-the-next-iteration-result", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-workletsharedstorageiterator-get-the-next-iteration-result", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorage%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-idl-async-iterable%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-idl-promise%E2%91%A1%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-enqueue-the-following-steps%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorageiterator-error%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A5", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorageiterator-pending-entries%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-list-is-empty%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-queue-dequeue", + "https://wicg.github.io/shared-storage/#ref-for-workletsharedstorageiterator-pending-entries%E2%91%A1", + "https://wicg.github.io/shared-storage/#privacy", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A0%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-sharedstorageworklet%E2%91%A0%E2%91%A4", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A0%E2%93%AA", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A0%E2%91%A0", + "https://wicg.github.io/shared-storage/#ref-for-concept-url%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A0%E2%91%A1", + "https://wicg.github.io/shared-storage/#ref-for-top-level-traversable%E2%91%A8", + "https://wicg.github.io/shared-storage/#ref-for-navigate%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-the-fencedframe-element%E2%91%A0%E2%91%A2", + "https://wicg.github.io/shared-storage/#ref-for-dom-fence-reportevent%E2%91%A3", + "https://wicg.github.io/shared-storage/#ref-for-private-aggregation%E2%91%A2", + "https://wicg.github.io/shared-storage/#w3c-conformance", + "https://wicg.github.io/shared-storage/#w3c-conventions", + "https://wicg.github.io/shared-storage/#w3c-example", + "https://wicg.github.io/shared-storage/#w3c-conformant-algorithms", + "https://wicg.github.io/shared-storage/#index", + "https://wicg.github.io/shared-storage/#index-defined-here", + "https://wicg.github.io/shared-storage/#index-defined-elsewhere", + "https://wicg.github.io/shared-storage/#07886e33695d0e7b473ef18f656ad7ac", + "https://wicg.github.io/shared-storage/#infopanel-for-07886e33695d0e7b473ef18f656ad7ac", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-07886e33695d0e7b473ef18f656ad7ac", + "https://wicg.github.io/shared-storage/#0527034ee7070fda15ffa50c34dbbc63", + "https://wicg.github.io/shared-storage/#infopanel-for-0527034ee7070fda15ffa50c34dbbc63", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-0527034ee7070fda15ffa50c34dbbc63", + "https://wicg.github.io/shared-storage/#1f78bca61233b6a6957119204c181632", + "https://wicg.github.io/shared-storage/#infopanel-for-1f78bca61233b6a6957119204c181632", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-1f78bca61233b6a6957119204c181632", + "https://wicg.github.io/shared-storage/#9213a3aff5ff1021ab4c2d780aa70cee", + "https://wicg.github.io/shared-storage/#infopanel-for-9213a3aff5ff1021ab4c2d780aa70cee", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-9213a3aff5ff1021ab4c2d780aa70cee", + "https://wicg.github.io/shared-storage/#7035dd3562cfc316632c23d976c085fe", + "https://wicg.github.io/shared-storage/#infopanel-for-7035dd3562cfc316632c23d976c085fe", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-7035dd3562cfc316632c23d976c085fe", + "https://wicg.github.io/shared-storage/#d1f0a86fd49be388d8b0159e241a1172", + "https://wicg.github.io/shared-storage/#infopanel-for-d1f0a86fd49be388d8b0159e241a1172", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-d1f0a86fd49be388d8b0159e241a1172", + "https://wicg.github.io/shared-storage/#388c1a1bab7d7c206f9539992fa5c95b", + "https://wicg.github.io/shared-storage/#infopanel-for-388c1a1bab7d7c206f9539992fa5c95b", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-388c1a1bab7d7c206f9539992fa5c95b", + "https://wicg.github.io/shared-storage/#f1c3158ad16b10a1e2f5e18807f043d3", + "https://wicg.github.io/shared-storage/#infopanel-for-f1c3158ad16b10a1e2f5e18807f043d3", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-f1c3158ad16b10a1e2f5e18807f043d3", + "https://wicg.github.io/shared-storage/#3d775bec5e86909f746c065c634670de", + "https://wicg.github.io/shared-storage/#infopanel-for-3d775bec5e86909f746c065c634670de", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-3d775bec5e86909f746c065c634670de", + "https://wicg.github.io/shared-storage/#22506342275877ad373fb5e4f51039fd", + "https://wicg.github.io/shared-storage/#infopanel-for-22506342275877ad373fb5e4f51039fd", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-22506342275877ad373fb5e4f51039fd", + "https://wicg.github.io/shared-storage/#30868129d3c8f56c49c59077d328b346", + "https://wicg.github.io/shared-storage/#infopanel-for-30868129d3c8f56c49c59077d328b346", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-30868129d3c8f56c49c59077d328b346", + "https://wicg.github.io/shared-storage/#c15669f81d5b7cbafe13a97b7f6b9fdd", + "https://wicg.github.io/shared-storage/#infopanel-for-c15669f81d5b7cbafe13a97b7f6b9fdd", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-c15669f81d5b7cbafe13a97b7f6b9fdd", + "https://wicg.github.io/shared-storage/#a4cc8d2421b518a3977f69799881f264", + "https://wicg.github.io/shared-storage/#infopanel-for-a4cc8d2421b518a3977f69799881f264", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-a4cc8d2421b518a3977f69799881f264", + "https://wicg.github.io/shared-storage/#404b9f69eaee28aad1cc6cf2e5a9de4f", + "https://wicg.github.io/shared-storage/#infopanel-for-404b9f69eaee28aad1cc6cf2e5a9de4f", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-404b9f69eaee28aad1cc6cf2e5a9de4f", + "https://wicg.github.io/shared-storage/#6a3e2fb0696b416fb90f7916d0e747c3", + "https://wicg.github.io/shared-storage/#infopanel-for-6a3e2fb0696b416fb90f7916d0e747c3", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-6a3e2fb0696b416fb90f7916d0e747c3", + "https://wicg.github.io/shared-storage/#b681a2f3d2b90fee3bdafd93a74a2a7e", + "https://wicg.github.io/shared-storage/#infopanel-for-b681a2f3d2b90fee3bdafd93a74a2a7e", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-b681a2f3d2b90fee3bdafd93a74a2a7e", + "https://wicg.github.io/shared-storage/#8affc0459b565735337bc1b2334a8f17", + "https://wicg.github.io/shared-storage/#infopanel-for-8affc0459b565735337bc1b2334a8f17", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-8affc0459b565735337bc1b2334a8f17", + "https://wicg.github.io/shared-storage/#616e4107fb5373731d00b82d54f0404b", + "https://wicg.github.io/shared-storage/#infopanel-for-616e4107fb5373731d00b82d54f0404b", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-616e4107fb5373731d00b82d54f0404b", + "https://wicg.github.io/shared-storage/#18bf74a446ca5e13885595f8a3b107ce", + "https://wicg.github.io/shared-storage/#infopanel-for-18bf74a446ca5e13885595f8a3b107ce", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-18bf74a446ca5e13885595f8a3b107ce", + "https://wicg.github.io/shared-storage/#c1cfc351a59b14257f942da7037d67db", + "https://wicg.github.io/shared-storage/#infopanel-for-c1cfc351a59b14257f942da7037d67db", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-c1cfc351a59b14257f942da7037d67db", + "https://wicg.github.io/shared-storage/#f44481f55d5f861114cd827f131c07a7", + "https://wicg.github.io/shared-storage/#infopanel-for-f44481f55d5f861114cd827f131c07a7", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-f44481f55d5f861114cd827f131c07a7", + "https://wicg.github.io/shared-storage/#8c2b9baa2bcf87b7479bc5d28f0c925a", + "https://wicg.github.io/shared-storage/#infopanel-for-8c2b9baa2bcf87b7479bc5d28f0c925a", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-8c2b9baa2bcf87b7479bc5d28f0c925a", + "https://wicg.github.io/shared-storage/#5db590bc82ac7edd15fc4ebd1b0c25f0", + "https://wicg.github.io/shared-storage/#infopanel-for-5db590bc82ac7edd15fc4ebd1b0c25f0", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-5db590bc82ac7edd15fc4ebd1b0c25f0", + "https://wicg.github.io/shared-storage/#3324d83e3eb9483c08cbb2bdcd28541e", + "https://wicg.github.io/shared-storage/#infopanel-for-3324d83e3eb9483c08cbb2bdcd28541e", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-3324d83e3eb9483c08cbb2bdcd28541e", + "https://wicg.github.io/shared-storage/#7bed712fb187b01e9a5fb930d421c3c9", + "https://wicg.github.io/shared-storage/#infopanel-for-7bed712fb187b01e9a5fb930d421c3c9", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-7bed712fb187b01e9a5fb930d421c3c9", + "https://wicg.github.io/shared-storage/#664d5dfcb76cca05487dc6cce044cd55", + "https://wicg.github.io/shared-storage/#infopanel-for-664d5dfcb76cca05487dc6cce044cd55", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-664d5dfcb76cca05487dc6cce044cd55", + "https://wicg.github.io/shared-storage/#34df733e79df1618644af3634528503d", + "https://wicg.github.io/shared-storage/#infopanel-for-34df733e79df1618644af3634528503d", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-34df733e79df1618644af3634528503d", + "https://wicg.github.io/shared-storage/#481e7c6ccf92a42ccc11b2540aaaef2e", + "https://wicg.github.io/shared-storage/#infopanel-for-481e7c6ccf92a42ccc11b2540aaaef2e", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-481e7c6ccf92a42ccc11b2540aaaef2e", + "https://wicg.github.io/shared-storage/#44c58372ad24111c2ccd1234622ccdf9", + "https://wicg.github.io/shared-storage/#infopanel-for-44c58372ad24111c2ccd1234622ccdf9", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-44c58372ad24111c2ccd1234622ccdf9", + "https://wicg.github.io/shared-storage/#da54ce46772fbdbd3d501b2a7bd2f90f", + "https://wicg.github.io/shared-storage/#infopanel-for-da54ce46772fbdbd3d501b2a7bd2f90f", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-da54ce46772fbdbd3d501b2a7bd2f90f", + "https://wicg.github.io/shared-storage/#cce127bd5d61bd0a4f5a90c2bf2bc498", + "https://wicg.github.io/shared-storage/#infopanel-for-cce127bd5d61bd0a4f5a90c2bf2bc498", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-cce127bd5d61bd0a4f5a90c2bf2bc498", + "https://wicg.github.io/shared-storage/#f3af8084c3b5229419ad0d3d9f2bec30", + "https://wicg.github.io/shared-storage/#infopanel-for-f3af8084c3b5229419ad0d3d9f2bec30", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-f3af8084c3b5229419ad0d3d9f2bec30", + "https://wicg.github.io/shared-storage/#c3a97cf56c441f3a1a6268eb6800109e", + "https://wicg.github.io/shared-storage/#infopanel-for-c3a97cf56c441f3a1a6268eb6800109e", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-c3a97cf56c441f3a1a6268eb6800109e", + "https://wicg.github.io/shared-storage/#8cbd8b5ce00843118ae0df0e9b5c2b48", + "https://wicg.github.io/shared-storage/#infopanel-for-8cbd8b5ce00843118ae0df0e9b5c2b48", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-8cbd8b5ce00843118ae0df0e9b5c2b48", + "https://wicg.github.io/shared-storage/#b328c8757f0a52215bd1026c3f6a610d", + "https://wicg.github.io/shared-storage/#infopanel-for-b328c8757f0a52215bd1026c3f6a610d", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-b328c8757f0a52215bd1026c3f6a610d", + "https://wicg.github.io/shared-storage/#f88dc56692320f33ee7e25b6b7b36a2e", + "https://wicg.github.io/shared-storage/#infopanel-for-f88dc56692320f33ee7e25b6b7b36a2e", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-f88dc56692320f33ee7e25b6b7b36a2e", + "https://wicg.github.io/shared-storage/#912227903ca1afb6cedeb2e1f8af1552", + "https://wicg.github.io/shared-storage/#infopanel-for-912227903ca1afb6cedeb2e1f8af1552", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-912227903ca1afb6cedeb2e1f8af1552", + "https://wicg.github.io/shared-storage/#9364fab91c2493fa9c139fb1e585204d", + "https://wicg.github.io/shared-storage/#infopanel-for-9364fab91c2493fa9c139fb1e585204d", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-9364fab91c2493fa9c139fb1e585204d", + "https://wicg.github.io/shared-storage/#de81a3f6e9ad8253438fc391812357c1", + "https://wicg.github.io/shared-storage/#infopanel-for-de81a3f6e9ad8253438fc391812357c1", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-de81a3f6e9ad8253438fc391812357c1", + "https://wicg.github.io/shared-storage/#f1b190f56f01259f63ca50355353f5ca", + "https://wicg.github.io/shared-storage/#infopanel-for-f1b190f56f01259f63ca50355353f5ca", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-f1b190f56f01259f63ca50355353f5ca", + "https://wicg.github.io/shared-storage/#f33dd611caae87733cd018725bcf2176", + "https://wicg.github.io/shared-storage/#infopanel-for-f33dd611caae87733cd018725bcf2176", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-f33dd611caae87733cd018725bcf2176", + "https://wicg.github.io/shared-storage/#d815dc723d8b4fe4b1166e2013ec62b7", + "https://wicg.github.io/shared-storage/#infopanel-for-d815dc723d8b4fe4b1166e2013ec62b7", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-d815dc723d8b4fe4b1166e2013ec62b7", + "https://wicg.github.io/shared-storage/#3b83f59e81f5377a554f5a6d04a10e90", + "https://wicg.github.io/shared-storage/#infopanel-for-3b83f59e81f5377a554f5a6d04a10e90", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-3b83f59e81f5377a554f5a6d04a10e90", + "https://wicg.github.io/shared-storage/#e7c5b1cf1df191e0055611f969d3df54", + "https://wicg.github.io/shared-storage/#infopanel-for-e7c5b1cf1df191e0055611f969d3df54", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-e7c5b1cf1df191e0055611f969d3df54", + "https://wicg.github.io/shared-storage/#5f3303fb0eb47cba2f99e76886ff261b", + "https://wicg.github.io/shared-storage/#infopanel-for-5f3303fb0eb47cba2f99e76886ff261b", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-5f3303fb0eb47cba2f99e76886ff261b", + "https://wicg.github.io/shared-storage/#5c64ef658c32f9405b423bd4f9ce157d", + "https://wicg.github.io/shared-storage/#infopanel-for-5c64ef658c32f9405b423bd4f9ce157d", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-5c64ef658c32f9405b423bd4f9ce157d", + "https://wicg.github.io/shared-storage/#37742f5816e7f0b1f164eea8f9b02958", + "https://wicg.github.io/shared-storage/#infopanel-for-37742f5816e7f0b1f164eea8f9b02958", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-37742f5816e7f0b1f164eea8f9b02958", + "https://wicg.github.io/shared-storage/#552e97ed54637294ee331442b4e8b44d", + "https://wicg.github.io/shared-storage/#infopanel-for-552e97ed54637294ee331442b4e8b44d", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-552e97ed54637294ee331442b4e8b44d", + "https://wicg.github.io/shared-storage/#31c272b02f1a06d30699ce8c07bf8026", + "https://wicg.github.io/shared-storage/#infopanel-for-31c272b02f1a06d30699ce8c07bf8026", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-31c272b02f1a06d30699ce8c07bf8026", + "https://wicg.github.io/shared-storage/#d146be4d92af5032f41b813a3987d802", + "https://wicg.github.io/shared-storage/#infopanel-for-d146be4d92af5032f41b813a3987d802", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-d146be4d92af5032f41b813a3987d802", + "https://wicg.github.io/shared-storage/#efe020bb14953eee823e8ef1865182e0", + "https://wicg.github.io/shared-storage/#infopanel-for-efe020bb14953eee823e8ef1865182e0", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-efe020bb14953eee823e8ef1865182e0", + "https://wicg.github.io/shared-storage/#1c8026e077428d132cb556dbcf505732", + "https://wicg.github.io/shared-storage/#infopanel-for-1c8026e077428d132cb556dbcf505732", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-1c8026e077428d132cb556dbcf505732", + "https://wicg.github.io/shared-storage/#da1c6ad2874b1fc0e888db36ff0d8b85", + "https://wicg.github.io/shared-storage/#infopanel-for-da1c6ad2874b1fc0e888db36ff0d8b85", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-da1c6ad2874b1fc0e888db36ff0d8b85", + "https://wicg.github.io/shared-storage/#403a0897c127ffef37d041adb9486b1c", + "https://wicg.github.io/shared-storage/#infopanel-for-403a0897c127ffef37d041adb9486b1c", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-403a0897c127ffef37d041adb9486b1c", + "https://wicg.github.io/shared-storage/#03e78949041409fd84dd5f4f06c70de3", + "https://wicg.github.io/shared-storage/#infopanel-for-03e78949041409fd84dd5f4f06c70de3", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-03e78949041409fd84dd5f4f06c70de3", + "https://wicg.github.io/shared-storage/#72936eecec62d59f24339c044925a9ad", + "https://wicg.github.io/shared-storage/#infopanel-for-72936eecec62d59f24339c044925a9ad", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-72936eecec62d59f24339c044925a9ad", + "https://wicg.github.io/shared-storage/#5c2c6ee506100ca78ae26ae3cb376fd3", + "https://wicg.github.io/shared-storage/#infopanel-for-5c2c6ee506100ca78ae26ae3cb376fd3", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-5c2c6ee506100ca78ae26ae3cb376fd3", + "https://wicg.github.io/shared-storage/#fb724007dc55f8e55a928d6d33fbbaef", + "https://wicg.github.io/shared-storage/#infopanel-for-fb724007dc55f8e55a928d6d33fbbaef", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-fb724007dc55f8e55a928d6d33fbbaef", + "https://wicg.github.io/shared-storage/#638c4e281de58d39ae40c4fa51dd247b", + "https://wicg.github.io/shared-storage/#infopanel-for-638c4e281de58d39ae40c4fa51dd247b", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-638c4e281de58d39ae40c4fa51dd247b", + "https://wicg.github.io/shared-storage/#3b4d9e0bde382093069451ebd3a62bd0", + "https://wicg.github.io/shared-storage/#infopanel-for-3b4d9e0bde382093069451ebd3a62bd0", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-3b4d9e0bde382093069451ebd3a62bd0", + "https://wicg.github.io/shared-storage/#9b61a10aca6020532301db95d903ae46", + "https://wicg.github.io/shared-storage/#infopanel-for-9b61a10aca6020532301db95d903ae46", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-9b61a10aca6020532301db95d903ae46", + "https://wicg.github.io/shared-storage/#566b28e53fa11b6a6ff3a9d32626c2c5", + "https://wicg.github.io/shared-storage/#infopanel-for-566b28e53fa11b6a6ff3a9d32626c2c5", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-566b28e53fa11b6a6ff3a9d32626c2c5", + "https://wicg.github.io/shared-storage/#6b50287cacc5ac8cf8db87f957c01da4", + "https://wicg.github.io/shared-storage/#infopanel-for-6b50287cacc5ac8cf8db87f957c01da4", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-6b50287cacc5ac8cf8db87f957c01da4", + "https://wicg.github.io/shared-storage/#864fca052f1ae73974ad92254108fb4b", + "https://wicg.github.io/shared-storage/#infopanel-for-864fca052f1ae73974ad92254108fb4b", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-864fca052f1ae73974ad92254108fb4b", + "https://wicg.github.io/shared-storage/#922557257eaf67c31019f987b1db3f65", + "https://wicg.github.io/shared-storage/#infopanel-for-922557257eaf67c31019f987b1db3f65", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-922557257eaf67c31019f987b1db3f65", + "https://wicg.github.io/shared-storage/#8a1ed4f3c2e0da791ce75c1b48916865", + "https://wicg.github.io/shared-storage/#infopanel-for-8a1ed4f3c2e0da791ce75c1b48916865", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-8a1ed4f3c2e0da791ce75c1b48916865", + "https://wicg.github.io/shared-storage/#e66f9f7d45934e77669cb907bd0c7636", + "https://wicg.github.io/shared-storage/#infopanel-for-e66f9f7d45934e77669cb907bd0c7636", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-e66f9f7d45934e77669cb907bd0c7636", + "https://wicg.github.io/shared-storage/#9c5cdbb5c3dd225a70ea0af45a02c608", + "https://wicg.github.io/shared-storage/#infopanel-for-9c5cdbb5c3dd225a70ea0af45a02c608", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-9c5cdbb5c3dd225a70ea0af45a02c608", + "https://wicg.github.io/shared-storage/#8941680dbae2de74bf6821b8c18fe6ba", + "https://wicg.github.io/shared-storage/#infopanel-for-8941680dbae2de74bf6821b8c18fe6ba", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-8941680dbae2de74bf6821b8c18fe6ba", + "https://wicg.github.io/shared-storage/#415a479d0f2716a263c8aeb1eb9eccc2", + "https://wicg.github.io/shared-storage/#infopanel-for-415a479d0f2716a263c8aeb1eb9eccc2", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-415a479d0f2716a263c8aeb1eb9eccc2", + "https://wicg.github.io/shared-storage/#7dda08a341a002533188016c9ab2c2e9", + "https://wicg.github.io/shared-storage/#infopanel-for-7dda08a341a002533188016c9ab2c2e9", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-7dda08a341a002533188016c9ab2c2e9", + "https://wicg.github.io/shared-storage/#8d16650a184a26d81e148cb157cca1a9", + "https://wicg.github.io/shared-storage/#infopanel-for-8d16650a184a26d81e148cb157cca1a9", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-8d16650a184a26d81e148cb157cca1a9", + "https://wicg.github.io/shared-storage/#ffebca42635d9366dd093a2e716bf0a7", + "https://wicg.github.io/shared-storage/#infopanel-for-ffebca42635d9366dd093a2e716bf0a7", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-ffebca42635d9366dd093a2e716bf0a7", + "https://wicg.github.io/shared-storage/#7e56922f5cbe4d3973ccc5e2dac6bc39", + "https://wicg.github.io/shared-storage/#infopanel-for-7e56922f5cbe4d3973ccc5e2dac6bc39", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-7e56922f5cbe4d3973ccc5e2dac6bc39", + "https://wicg.github.io/shared-storage/#2e5089d3e927d8ac2d7ecd6eb1d79329", + "https://wicg.github.io/shared-storage/#infopanel-for-2e5089d3e927d8ac2d7ecd6eb1d79329", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-2e5089d3e927d8ac2d7ecd6eb1d79329", + "https://wicg.github.io/shared-storage/#b744ad90a49f07627ab4513f6dbee5f9", + "https://wicg.github.io/shared-storage/#infopanel-for-b744ad90a49f07627ab4513f6dbee5f9", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-b744ad90a49f07627ab4513f6dbee5f9", + "https://wicg.github.io/shared-storage/#10db1a6b8bd6a17900305dab273015d0", + "https://wicg.github.io/shared-storage/#infopanel-for-10db1a6b8bd6a17900305dab273015d0", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-10db1a6b8bd6a17900305dab273015d0", + "https://wicg.github.io/shared-storage/#bfb9cb6617f81a424ab20212af73bae3", + "https://wicg.github.io/shared-storage/#infopanel-for-bfb9cb6617f81a424ab20212af73bae3", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-bfb9cb6617f81a424ab20212af73bae3", + "https://wicg.github.io/shared-storage/#cae5d92a36994a4483a8ce0bae1c5451", + "https://wicg.github.io/shared-storage/#infopanel-for-cae5d92a36994a4483a8ce0bae1c5451", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-cae5d92a36994a4483a8ce0bae1c5451", + "https://wicg.github.io/shared-storage/#c74fc5b3d0f64d7ccd0e984abb5d55d6", + "https://wicg.github.io/shared-storage/#infopanel-for-c74fc5b3d0f64d7ccd0e984abb5d55d6", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-c74fc5b3d0f64d7ccd0e984abb5d55d6", + "https://wicg.github.io/shared-storage/#60e0259e78998a2c29a6de1c2023b4ae", + "https://wicg.github.io/shared-storage/#infopanel-for-60e0259e78998a2c29a6de1c2023b4ae", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-60e0259e78998a2c29a6de1c2023b4ae", + "https://wicg.github.io/shared-storage/#762beba33f3ad0dfbf19a9c82f4ec357", + "https://wicg.github.io/shared-storage/#infopanel-for-762beba33f3ad0dfbf19a9c82f4ec357", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-762beba33f3ad0dfbf19a9c82f4ec357", + "https://wicg.github.io/shared-storage/#dcb2985190de22ddc1fac361fc18de5a", + "https://wicg.github.io/shared-storage/#infopanel-for-dcb2985190de22ddc1fac361fc18de5a", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dcb2985190de22ddc1fac361fc18de5a", + "https://wicg.github.io/shared-storage/#eac294a94562316c9055281be6430038", + "https://wicg.github.io/shared-storage/#infopanel-for-eac294a94562316c9055281be6430038", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-eac294a94562316c9055281be6430038", + "https://wicg.github.io/shared-storage/#cb62c16bb1c9a575c599982c20df5323", + "https://wicg.github.io/shared-storage/#infopanel-for-cb62c16bb1c9a575c599982c20df5323", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-cb62c16bb1c9a575c599982c20df5323", + "https://wicg.github.io/shared-storage/#e50703fb7898b2f1420fa901f5314d60", + "https://wicg.github.io/shared-storage/#infopanel-for-e50703fb7898b2f1420fa901f5314d60", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-e50703fb7898b2f1420fa901f5314d60", + "https://wicg.github.io/shared-storage/#73a1d6afeb04580aedc52a0437d3bfd2", + "https://wicg.github.io/shared-storage/#infopanel-for-73a1d6afeb04580aedc52a0437d3bfd2", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-73a1d6afeb04580aedc52a0437d3bfd2", + "https://wicg.github.io/shared-storage/#b9ee5749da394769624aa65c98d75a96", + "https://wicg.github.io/shared-storage/#infopanel-for-b9ee5749da394769624aa65c98d75a96", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-b9ee5749da394769624aa65c98d75a96", + "https://wicg.github.io/shared-storage/#de243662dafa6105374205e64111d467", + "https://wicg.github.io/shared-storage/#infopanel-for-de243662dafa6105374205e64111d467", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-de243662dafa6105374205e64111d467", + "https://wicg.github.io/shared-storage/#4ae96685c778dd1d6d81ae3c132bce0e", + "https://wicg.github.io/shared-storage/#infopanel-for-4ae96685c778dd1d6d81ae3c132bce0e", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-4ae96685c778dd1d6d81ae3c132bce0e", + "https://wicg.github.io/shared-storage/#3454daa78ff554a5f17f57b16fa72e61", + "https://wicg.github.io/shared-storage/#infopanel-for-3454daa78ff554a5f17f57b16fa72e61", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-3454daa78ff554a5f17f57b16fa72e61", + "https://wicg.github.io/shared-storage/#a8f48fb35292efd21a347f15fdac6334", + "https://wicg.github.io/shared-storage/#infopanel-for-a8f48fb35292efd21a347f15fdac6334", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-a8f48fb35292efd21a347f15fdac6334", + "https://wicg.github.io/shared-storage/#f4cd6265b36800faa2839af29623c32c", + "https://wicg.github.io/shared-storage/#infopanel-for-f4cd6265b36800faa2839af29623c32c", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-f4cd6265b36800faa2839af29623c32c", + "https://wicg.github.io/shared-storage/#88acb424f236089050e7f4c429bc07ea", + "https://wicg.github.io/shared-storage/#infopanel-for-88acb424f236089050e7f4c429bc07ea", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-88acb424f236089050e7f4c429bc07ea", + "https://wicg.github.io/shared-storage/#6d1f737f1fe3dbd01f26fbf2f2644f9c", + "https://wicg.github.io/shared-storage/#infopanel-for-6d1f737f1fe3dbd01f26fbf2f2644f9c", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-6d1f737f1fe3dbd01f26fbf2f2644f9c", + "https://wicg.github.io/shared-storage/#18f65fd908c664da61d3d9b2e9d11bdd", + "https://wicg.github.io/shared-storage/#infopanel-for-18f65fd908c664da61d3d9b2e9d11bdd", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-18f65fd908c664da61d3d9b2e9d11bdd", + "https://wicg.github.io/shared-storage/#9a385596636f5af6591597c38324e449", + "https://wicg.github.io/shared-storage/#infopanel-for-9a385596636f5af6591597c38324e449", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-9a385596636f5af6591597c38324e449", + "https://wicg.github.io/shared-storage/#0e2f334f68df47e02e59c1bb0e056e13", + "https://wicg.github.io/shared-storage/#infopanel-for-0e2f334f68df47e02e59c1bb0e056e13", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-0e2f334f68df47e02e59c1bb0e056e13", + "https://wicg.github.io/shared-storage/#c6a6e18a0bfb0f6727343f416cd90c01", + "https://wicg.github.io/shared-storage/#infopanel-for-c6a6e18a0bfb0f6727343f416cd90c01", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-c6a6e18a0bfb0f6727343f416cd90c01", + "https://wicg.github.io/shared-storage/#dcf29be761156b598247854e294e3705", + "https://wicg.github.io/shared-storage/#infopanel-for-dcf29be761156b598247854e294e3705", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dcf29be761156b598247854e294e3705", + "https://wicg.github.io/shared-storage/#f4113d72a91aadf0789f9e5cf76669be", + "https://wicg.github.io/shared-storage/#infopanel-for-f4113d72a91aadf0789f9e5cf76669be", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-f4113d72a91aadf0789f9e5cf76669be", + "https://wicg.github.io/shared-storage/#9f1060e036985eef125ae551d5923654", + "https://wicg.github.io/shared-storage/#infopanel-for-9f1060e036985eef125ae551d5923654", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-9f1060e036985eef125ae551d5923654", + "https://wicg.github.io/shared-storage/#98a8c263bf696e702c5230677356610b", + "https://wicg.github.io/shared-storage/#infopanel-for-98a8c263bf696e702c5230677356610b", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-98a8c263bf696e702c5230677356610b", + "https://wicg.github.io/shared-storage/#2100e84f8b949d8a0b6baaf762471a43", + "https://wicg.github.io/shared-storage/#infopanel-for-2100e84f8b949d8a0b6baaf762471a43", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-2100e84f8b949d8a0b6baaf762471a43", + "https://wicg.github.io/shared-storage/#81a3f446d4ec5b7ccd239f33895a87fc", + "https://wicg.github.io/shared-storage/#infopanel-for-81a3f446d4ec5b7ccd239f33895a87fc", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-81a3f446d4ec5b7ccd239f33895a87fc", + "https://wicg.github.io/shared-storage/#1500392fd3bfa55622e01ffbd82d8dd7", + "https://wicg.github.io/shared-storage/#infopanel-for-1500392fd3bfa55622e01ffbd82d8dd7", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-1500392fd3bfa55622e01ffbd82d8dd7", + "https://wicg.github.io/shared-storage/#4ab072d8bc76dd7348f291f60d1f0c69", + "https://wicg.github.io/shared-storage/#infopanel-for-4ab072d8bc76dd7348f291f60d1f0c69", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-4ab072d8bc76dd7348f291f60d1f0c69", + "https://wicg.github.io/shared-storage/#eb75379b05abc264a531a791358e1eba", + "https://wicg.github.io/shared-storage/#infopanel-for-eb75379b05abc264a531a791358e1eba", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-eb75379b05abc264a531a791358e1eba", + "https://wicg.github.io/shared-storage/#3875a727a3224d295450f00d93777fbd", + "https://wicg.github.io/shared-storage/#infopanel-for-3875a727a3224d295450f00d93777fbd", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-3875a727a3224d295450f00d93777fbd", + "https://wicg.github.io/shared-storage/#7ed12c0c34d89a6d72eac5c2904dbf40", + "https://wicg.github.io/shared-storage/#infopanel-for-7ed12c0c34d89a6d72eac5c2904dbf40", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-7ed12c0c34d89a6d72eac5c2904dbf40", + "https://wicg.github.io/shared-storage/#81b03c84949641fc3081227509aab38f", + "https://wicg.github.io/shared-storage/#infopanel-for-81b03c84949641fc3081227509aab38f", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-81b03c84949641fc3081227509aab38f", + "https://wicg.github.io/shared-storage/#fadc27e826887faf120674544589ae68", + "https://wicg.github.io/shared-storage/#infopanel-for-fadc27e826887faf120674544589ae68", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-fadc27e826887faf120674544589ae68", + "https://wicg.github.io/shared-storage/#5191a0c00b6ec5f93646e492ae7ec62c", + "https://wicg.github.io/shared-storage/#infopanel-for-5191a0c00b6ec5f93646e492ae7ec62c", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-5191a0c00b6ec5f93646e492ae7ec62c", + "https://wicg.github.io/shared-storage/#bed8381510f5967f5d37a33de776e857", + "https://wicg.github.io/shared-storage/#infopanel-for-bed8381510f5967f5d37a33de776e857", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-bed8381510f5967f5d37a33de776e857", + "https://wicg.github.io/shared-storage/#954959f9e7bfc13ff9d9416457ba456d", + "https://wicg.github.io/shared-storage/#infopanel-for-954959f9e7bfc13ff9d9416457ba456d", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-954959f9e7bfc13ff9d9416457ba456d", + "https://wicg.github.io/shared-storage/#42e72e3aa2b805865905b73c6fa0282e", + "https://wicg.github.io/shared-storage/#infopanel-for-42e72e3aa2b805865905b73c6fa0282e", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-42e72e3aa2b805865905b73c6fa0282e", + "https://wicg.github.io/shared-storage/#40b6c52ddb2a775a0eb7ff546dd9e8b6", + "https://wicg.github.io/shared-storage/#infopanel-for-40b6c52ddb2a775a0eb7ff546dd9e8b6", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-40b6c52ddb2a775a0eb7ff546dd9e8b6", + "https://wicg.github.io/shared-storage/#fc05c76e016d3aec6a25a91c066500c8", + "https://wicg.github.io/shared-storage/#infopanel-for-fc05c76e016d3aec6a25a91c066500c8", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-fc05c76e016d3aec6a25a91c066500c8", + "https://wicg.github.io/shared-storage/#4cd5cba6c3b356beb9ed1d910eaf8ee9", + "https://wicg.github.io/shared-storage/#infopanel-for-4cd5cba6c3b356beb9ed1d910eaf8ee9", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-4cd5cba6c3b356beb9ed1d910eaf8ee9", + "https://wicg.github.io/shared-storage/#d0f238a61de9310f1738a214749fab18", + "https://wicg.github.io/shared-storage/#infopanel-for-d0f238a61de9310f1738a214749fab18", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-d0f238a61de9310f1738a214749fab18", + "https://wicg.github.io/shared-storage/#dde049eb112f043fc45407ec0d4cb457", + "https://wicg.github.io/shared-storage/#infopanel-for-dde049eb112f043fc45407ec0d4cb457", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-dde049eb112f043fc45407ec0d4cb457", + "https://wicg.github.io/shared-storage/#30e8367dc9a547b9096d98ba691987d9", + "https://wicg.github.io/shared-storage/#infopanel-for-30e8367dc9a547b9096d98ba691987d9", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-30e8367dc9a547b9096d98ba691987d9", + "https://wicg.github.io/shared-storage/#87854fa3332c5bf035dec1c1725d8450", + "https://wicg.github.io/shared-storage/#infopanel-for-87854fa3332c5bf035dec1c1725d8450", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-87854fa3332c5bf035dec1c1725d8450", + "https://wicg.github.io/shared-storage/#93669c631ec1ef8e696b4c083bdbe12c", + "https://wicg.github.io/shared-storage/#infopanel-for-93669c631ec1ef8e696b4c083bdbe12c", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-93669c631ec1ef8e696b4c083bdbe12c", + "https://wicg.github.io/shared-storage/#3f9c3eac015894a734faa8068fd8c2a1", + "https://wicg.github.io/shared-storage/#infopanel-for-3f9c3eac015894a734faa8068fd8c2a1", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-3f9c3eac015894a734faa8068fd8c2a1", + "https://wicg.github.io/shared-storage/#e270bcd7cdb4abe27bc3bb16a1975937", + "https://wicg.github.io/shared-storage/#infopanel-for-e270bcd7cdb4abe27bc3bb16a1975937", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-e270bcd7cdb4abe27bc3bb16a1975937", + "https://wicg.github.io/shared-storage/#8eec6bb7878bb17dddbbb727b8d77c28", + "https://wicg.github.io/shared-storage/#infopanel-for-8eec6bb7878bb17dddbbb727b8d77c28", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-8eec6bb7878bb17dddbbb727b8d77c28", + "https://wicg.github.io/shared-storage/#f8062b07e25ed0281f5cbfb9a54070b4", + "https://wicg.github.io/shared-storage/#infopanel-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://wicg.github.io/shared-storage/#d3fd0dc5b12c87e613395fec1824ac77", + "https://wicg.github.io/shared-storage/#infopanel-for-d3fd0dc5b12c87e613395fec1824ac77", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-d3fd0dc5b12c87e613395fec1824ac77", + "https://wicg.github.io/shared-storage/#a189a0d7ce5bc36522126b11ca418f0a", + "https://wicg.github.io/shared-storage/#infopanel-for-a189a0d7ce5bc36522126b11ca418f0a", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-a189a0d7ce5bc36522126b11ca418f0a", + "https://wicg.github.io/shared-storage/#5039223412f0d0a24ee17570f82d3d59", + "https://wicg.github.io/shared-storage/#infopanel-for-5039223412f0d0a24ee17570f82d3d59", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-5039223412f0d0a24ee17570f82d3d59", + "https://wicg.github.io/shared-storage/#cee863f1f2ec91066cfb7f5d309d59dc", + "https://wicg.github.io/shared-storage/#infopanel-for-cee863f1f2ec91066cfb7f5d309d59dc", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-cee863f1f2ec91066cfb7f5d309d59dc", + "https://wicg.github.io/shared-storage/#03fa8b99cc63b35d2e7dcadb686676f1", + "https://wicg.github.io/shared-storage/#infopanel-for-03fa8b99cc63b35d2e7dcadb686676f1", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-03fa8b99cc63b35d2e7dcadb686676f1", + "https://wicg.github.io/shared-storage/#ca482fe3208753d4c9cdd9b2f9259484", + "https://wicg.github.io/shared-storage/#infopanel-for-ca482fe3208753d4c9cdd9b2f9259484", + "https://wicg.github.io/shared-storage/#infopaneltitle-for-ca482fe3208753d4c9cdd9b2f9259484", + "https://wicg.github.io/shared-storage/#references", + "https://wicg.github.io/shared-storage/#normative", + "https://wicg.github.io/shared-storage/#biblio-dom", + "https://wicg.github.io/shared-storage/#biblio-hr-time-3", + "https://wicg.github.io/shared-storage/#biblio-html", + "https://wicg.github.io/shared-storage/#biblio-infra", + "https://wicg.github.io/shared-storage/#biblio-rfc2119", + "https://wicg.github.io/shared-storage/#biblio-url", + "https://wicg.github.io/shared-storage/#biblio-webidl", + "https://wicg.github.io/shared-storage/#biblio-webrtc-identity", + "https://wicg.github.io/shared-storage/#idl-index", + "https://wicg.github.io/shared-storage/#issues-index" + ] +} \ No newline at end of file diff --git a/ed/ids/sparql12-concepts.json b/ed/ids/sparql12-concepts.json index 276c716e16ca..37350905b839 100644 --- a/ed/ids/sparql12-concepts.json +++ b/ed/ids/sparql12-concepts.json @@ -17,17 +17,6 @@ "https://w3c.github.io/sparql-concepts/spec/#table-of-contents", "https://w3c.github.io/sparql-concepts/spec/#related", "https://w3c.github.io/sparql-concepts/spec/#x1-set-of-documents", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-what-s-new-in-sparql-1-2-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-language-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-update-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-service-description-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-federated-query-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-results-json-format-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-results-csv-and-tsv-formats-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-results-xml-formats-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-entailment-regimes-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-protocol-1", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-graph-store-http-protocol-1", "https://w3c.github.io/sparql-concepts/spec/#sec-intro", "https://w3c.github.io/sparql-concepts/spec/#x2-introduction", "https://w3c.github.io/sparql-concepts/spec/#Example", @@ -73,54 +62,21 @@ "https://w3c.github.io/sparql-concepts/spec/#b-1-terms-defined-by-this-specification", "https://w3c.github.io/sparql-concepts/spec/#index-defined-elsewhere", "https://w3c.github.io/sparql-concepts/spec/#b-2-terms-defined-by-reference", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-entailment-regimes", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-federated-query", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-graph-store-http-protocol", - "https://w3c.github.io/sparql-concepts/spec/#index-term-what-s-new-in-sparql-1-2", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-protocol", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-query-language", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-query-results-csv-and-tsv-formats", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-query-results-json-format", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-query-results-xml-formats", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-service-description", - "https://w3c.github.io/sparql-concepts/spec/#index-term-sparql-1-2-update", "https://w3c.github.io/sparql-concepts/spec/#references", "https://w3c.github.io/sparql-concepts/spec/#c-references", "https://w3c.github.io/sparql-concepts/spec/#informative-references", "https://w3c.github.io/sparql-concepts/spec/#c-1-informative-references", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-entailment", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-entailment-regimes-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-entailment-regimes-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-federated-query", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-federated-query-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-federated-query-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-graph-store-protocol", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-graph-store-http-protocol-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-graph-store-http-protocol-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-new", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-what-s-new-in-sparql-1-2-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-what-s-new-in-sparql-1-2-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-protocol", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-protocol-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-protocol-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-query", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-language-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-language-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-results-csv-tsv", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-results-csv-and-tsv-formats-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-results-csv-and-tsv-formats-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-results-json", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-results-json-format-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-results-json-format-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-results-xml", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-results-xml-formats-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-query-results-xml-formats-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-service-description", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-service-description-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-service-description-3", "https://w3c.github.io/sparql-concepts/spec/#bib-sparql12-update", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-update-2", - "https://w3c.github.io/sparql-concepts/spec/#ref-for-index-term-sparql-1-2-update-3", "https://w3c.github.io/sparql-concepts/spec/#back-to-top" ] } \ No newline at end of file diff --git a/ed/ids/storage-buckets.json b/ed/ids/storage-buckets.json new file mode 100644 index 000000000000..7a675f259ed4 --- /dev/null +++ b/ed/ids/storage-buckets.json @@ -0,0 +1,685 @@ +{ + "spec": { + "title": "Storage Buckets API", + "url": "https://wicg.github.io/storage-buckets/" + }, + "ids": [ + "https://wicg.github.io/storage-buckets/#toc-nav", + "https://wicg.github.io/storage-buckets/#toc-jump", + "https://wicg.github.io/storage-buckets/#toc-toggle", + "https://wicg.github.io/storage-buckets/#title", + "https://wicg.github.io/storage-buckets/#w3c-state", + "https://wicg.github.io/storage-buckets/#abstract", + "https://wicg.github.io/storage-buckets/#status", + "https://wicg.github.io/storage-buckets/#toc", + "https://wicg.github.io/storage-buckets/#contents", + "https://wicg.github.io/storage-buckets/#storage-bucket-manager", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucketmanager", + "https://wicg.github.io/storage-buckets/#ref-for-SecureContext", + "https://wicg.github.io/storage-buckets/#navigatorstoragebuckets", + "https://wicg.github.io/storage-buckets/#infopanel-for-navigatorstoragebuckets", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-navigatorstoragebuckets", + "https://wicg.github.io/storage-buckets/#ref-for-SameObject", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucketmanager%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-navigatorstoragebuckets-storagebuckets", + "https://wicg.github.io/storage-buckets/#ref-for-navigator", + "https://wicg.github.io/storage-buckets/#ref-for-navigatorstoragebuckets", + "https://wicg.github.io/storage-buckets/#ref-for-workernavigator", + "https://wicg.github.io/storage-buckets/#ref-for-navigatorstoragebuckets%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-environment-settings-object", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucketmanager%E2%91%A1", + "https://wicg.github.io/storage-buckets/#dom-navigatorstoragebuckets-storagebuckets", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-navigatorstoragebuckets-storagebuckets", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-navigatorstoragebuckets-storagebuckets", + "https://wicg.github.io/storage-buckets/#ref-for-this", + "https://wicg.github.io/storage-buckets/#ref-for-relevant-settings-object", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucketmanager%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-Exposed", + "https://wicg.github.io/storage-buckets/#ref-for-SecureContext%E2%91%A0", + "https://wicg.github.io/storage-buckets/#storagebucketmanager", + "https://wicg.github.io/storage-buckets/#infopanel-for-storagebucketmanager", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-storagebucketmanager", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketmanager-open", + "https://wicg.github.io/storage-buckets/#ref-for-idl-DOMString", + "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-open-name-options-name", + "https://wicg.github.io/storage-buckets/#ref-for-dictdef-storagebucketoptions", + "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-open-name-options-options", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-idl-sequence", + "https://wicg.github.io/storage-buckets/#ref-for-idl-DOMString%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketmanager-keys", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-idl-undefined", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketmanager-delete", + "https://wicg.github.io/storage-buckets/#ref-for-idl-DOMString%E2%91%A1", + "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-delete-name-name", + "https://wicg.github.io/storage-buckets/#enumdef-storagebucketdurability", + "https://wicg.github.io/storage-buckets/#infopanel-for-enumdef-storagebucketdurability", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-enumdef-storagebucketdurability", + "https://wicg.github.io/storage-buckets/#dom-storagebucketdurability-strict", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucketdurability-strict", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucketdurability-strict", + "https://wicg.github.io/storage-buckets/#dom-storagebucketdurability-relaxed", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucketdurability-relaxed", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucketdurability-relaxed", + "https://wicg.github.io/storage-buckets/#dictdef-storagebucketoptions", + "https://wicg.github.io/storage-buckets/#infopanel-for-dictdef-storagebucketoptions", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dictdef-storagebucketoptions", + "https://wicg.github.io/storage-buckets/#ref-for-idl-boolean", + "https://wicg.github.io/storage-buckets/#dom-storagebucketoptions-persisted", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucketoptions-persisted", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucketoptions-persisted", + "https://wicg.github.io/storage-buckets/#ref-for-enumdef-storagebucketdurability", + "https://wicg.github.io/storage-buckets/#dom-storagebucketoptions-durability", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucketoptions-durability", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucketoptions-durability", + "https://wicg.github.io/storage-buckets/#ref-for-idl-unsigned-long-long", + "https://wicg.github.io/storage-buckets/#dom-storagebucketoptions-quota", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucketoptions-quota", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucketoptions-quota", + "https://wicg.github.io/storage-buckets/#ref-for-dom-domhighrestimestamp", + "https://wicg.github.io/storage-buckets/#dom-storagebucketoptions-expires", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucketoptions-expires", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucketoptions-expires", + "https://wicg.github.io/storage-buckets/#storage-bucket-open", + "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-open", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucketmanager-open", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucketmanager-open", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-relevant-settings-object%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-obtain-a-local-storage-shelf", + "https://wicg.github.io/storage-buckets/#ref-for-a-promise-rejected-with", + "https://wicg.github.io/storage-buckets/#ref-for-exceptiondef-typeerror", + "https://wicg.github.io/storage-buckets/#ref-for-validate-a-bucket-name", + "https://wicg.github.io/storage-buckets/#ref-for-a-promise-rejected-with%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-exceptiondef-typeerror%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-open-a-bucket", + "https://wicg.github.io/storage-buckets/#ref-for-a-promise-rejected-with%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-exceptiondef-typeerror%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-a-promise-resolved-with", + "https://wicg.github.io/storage-buckets/#open-a-bucket", + "https://wicg.github.io/storage-buckets/#infopanel-for-open-a-bucket", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-open-a-bucket", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketoptions-expires", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketoptions-expires%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-unix-epoch", + "https://wicg.github.io/storage-buckets/#ref-for-relevant-settings-object%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-eso-current-wall-time", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketoptions-quota", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketoptions-quota%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketoptions-persisted", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-request-permission-to-use", + "https://wicg.github.io/storage-buckets/#ref-for-dom-permissionstate-granted", + "https://wicg.github.io/storage-buckets/#ref-for-get-or-expire-a-bucket", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-durability-value", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketoptions-durability", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-quota-value", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-map", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-mode", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-expiration-time", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-unix-epoch%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0", + "https://wicg.github.io/storage-buckets/#validate-a-bucket-name", + "https://wicg.github.io/storage-buckets/#infopanel-for-validate-a-bucket-name", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-validate-a-bucket-name", + "https://wicg.github.io/storage-buckets/#ref-for-code-point", + "https://wicg.github.io/storage-buckets/#ref-for-ascii-lower-alpha", + "https://wicg.github.io/storage-buckets/#ref-for-ascii-digit", + "https://wicg.github.io/storage-buckets/#ref-for-string-code-point-length", + "https://wicg.github.io/storage-buckets/#get-or-expire-a-bucket", + "https://wicg.github.io/storage-buckets/#infopanel-for-get-or-expire-a-bucket", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-get-or-expire-a-bucket", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-map%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-expiration-time%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-relevant-settings-object%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-eso-current-wall-time%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket-removed", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketoptions-durability%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-durability", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-durability-value%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-durability-value%E2%91%A1", + "https://wicg.github.io/storage-buckets/#storage-bucket-delete", + "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-delete", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucketmanager-delete", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucketmanager-delete", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-relevant-settings-object%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-obtain-a-local-storage-shelf%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-a-promise-rejected-with%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-exceptiondef-typeerror%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-a-new-promise", + "https://wicg.github.io/storage-buckets/#ref-for-in-parallel", + "https://wicg.github.io/storage-buckets/#ref-for-validate-a-bucket-name%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-reject", + "https://wicg.github.io/storage-buckets/#ref-for-invalidcharactererror", + "https://wicg.github.io/storage-buckets/#ref-for-remove-a-bucket", + "https://wicg.github.io/storage-buckets/#ref-for-reject%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-exceptiondef-typeerror%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-resolve", + "https://wicg.github.io/storage-buckets/#remove-a-bucket", + "https://wicg.github.io/storage-buckets/#infopanel-for-remove-a-bucket", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-remove-a-bucket", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-map%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-map-key", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-map%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket-removed%E2%91%A0", + "https://wicg.github.io/storage-buckets/#issue-4958726d", + "https://wicg.github.io/storage-buckets/#issue-c5f1de1a", + "https://wicg.github.io/storage-buckets/#issue-2e7a487e", + "https://wicg.github.io/storage-buckets/#storage-bucket-keys", + "https://wicg.github.io/storage-buckets/#dom-storagebucketmanager-keys", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucketmanager-keys", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucketmanager-keys", + "https://wicg.github.io/storage-buckets/#ref-for-obtain-a-local-storage-shelf%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-a-promise-rejected-with%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-exceptiondef-typeerror%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-a-new-promise%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-list", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-map%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-get-or-expire-a-bucket%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-list-append", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A0", + "https://wicg.github.io/storage-buckets/#storage-bucket", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-Exposed%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-SecureContext%E2%91%A1", + "https://wicg.github.io/storage-buckets/#storagebucket", + "https://wicg.github.io/storage-buckets/#infopanel-for-storagebucket", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-storagebucket", + "https://wicg.github.io/storage-buckets/#ref-for-idl-DOMString%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-name", + "https://wicg.github.io/storage-buckets/#ref-for-Exposed%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-idl-boolean%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-persist", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-idl-boolean%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-persisted", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-dictdef-storageestimate", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-estimate", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-enumdef-storagebucketdurability%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-durability%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-idl-undefined%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-setexpires", + "https://wicg.github.io/storage-buckets/#ref-for-dom-domhighrestimestamp%E2%91%A0", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-setexpires-expires-expires", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise%E2%91%A7", + "https://wicg.github.io/storage-buckets/#ref-for-dom-domhighrestimestamp%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-expires", + "https://wicg.github.io/storage-buckets/#ref-for-SameObject%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-idbfactory", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-indexeddb", + "https://wicg.github.io/storage-buckets/#ref-for-SameObject%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-cachestorage", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-caches", + "https://wicg.github.io/storage-buckets/#ref-for-idl-promise%E2%91%A8", + "https://wicg.github.io/storage-buckets/#ref-for-filesystemdirectoryhandle", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-getdirectory", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A2", + "https://wicg.github.io/storage-buckets/#storage-bucket-removed", + "https://wicg.github.io/storage-buckets/#infopanel-for-storage-bucket-removed", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-storage-bucket-removed", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-idl-DOMString%E2%91%A3", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-name", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-name", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-name", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-map%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A4", + "https://wicg.github.io/storage-buckets/#storage-bucket-persistence", + "https://wicg.github.io/storage-buckets/#issue-3271f8e6", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-mode%E2%91%A0", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-persist", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-persist", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-persist", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-relevant-settings-object%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-a-new-promise%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-in-parallel%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket-removed%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-reject%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-invalidstateerror", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-mode%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-getting-the-current-permission-state", + "https://wicg.github.io/storage-buckets/#ref-for-dom-permissionstate-granted%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-mode%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A3", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-persisted", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-persisted", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-persisted", + "https://wicg.github.io/storage-buckets/#ref-for-a-new-promise%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket-removed%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-reject%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-invalidstateerror%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-mode%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A5", + "https://wicg.github.io/storage-buckets/#storage-bucket-quota", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A7", + "https://wicg.github.io/storage-buckets/#storagebucket-quota-value", + "https://wicg.github.io/storage-buckets/#infopanel-for-storagebucket-quota-value", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-storagebucket-quota-value", + "https://wicg.github.io/storage-buckets/#storage-bucket-storage-usage", + "https://wicg.github.io/storage-buckets/#infopanel-for-storage-bucket-storage-usage", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-storage-bucket-storage-usage", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A8", + "https://wicg.github.io/storage-buckets/#ref-for-implementation-defined", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bottle", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-estimate", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-estimate", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-estimate", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-relevant-settings-object%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-obtain-a-local-storage-shelf%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-a-promise-rejected-with%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-exceptiondef-typeerror%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%93%AA", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket-removed%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-a-promise-rejected-with%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-invalidstateerror%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-a-new-promise%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-in-parallel%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-storage-quota", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-quota-value%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket-storage-usage", + "https://wicg.github.io/storage-buckets/#ref-for-dictdef-storageestimate%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storageestimate-usage", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storageestimate-quota", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-quota-value%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-storage-shelf", + "https://wicg.github.io/storage-buckets/#storage-bucket-durability", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%91%A0", + "https://wicg.github.io/storage-buckets/#storagebucket-durability-value", + "https://wicg.github.io/storage-buckets/#infopanel-for-storagebucket-durability-value", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-storagebucket-durability-value", + "https://wicg.github.io/storage-buckets/#ref-for-enumdef-storagebucketdurability%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketdurability-strict", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketdurability-relaxed", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-durability-value%E2%91%A2", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-durability", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-durability", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-durability", + "https://wicg.github.io/storage-buckets/#ref-for-a-new-promise%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A7", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket-removed%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-reject%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-invalidstateerror%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A7", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-durability-value%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-idbtransaction", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-durability-value%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-durability-value%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-durability%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketdurability-strict%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketdurability-relaxed%E2%91%A0", + "https://wicg.github.io/storage-buckets/#storage-bucket-expiration", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%91%A2", + "https://wicg.github.io/storage-buckets/#storagebucket-expiration-time", + "https://wicg.github.io/storage-buckets/#infopanel-for-storagebucket-expiration-time", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-storagebucket-expiration-time", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-moment", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-wall-clock", + "https://wicg.github.io/storage-buckets/#ref-for-get-or-expire-a-bucket%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketmanager-keys%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketmanager-open%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-mode%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-expiration-time%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketmanager-open%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketmanager-keys%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-mode%E2%91%A5", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-setexpires", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-setexpires", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-setexpires", + "https://wicg.github.io/storage-buckets/#ref-for-a-new-promise%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A8", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket-removed%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-reject%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-invalidstateerror%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-expiration-time%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-unix-epoch%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A7", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A8", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-expires", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-expires", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-expires", + "https://wicg.github.io/storage-buckets/#ref-for-a-new-promise%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%93%AA", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket-removed%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A8", + "https://wicg.github.io/storage-buckets/#ref-for-reject%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-invalidstateerror%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-queue-a-task%E2%91%A0%E2%93%AA", + "https://wicg.github.io/storage-buckets/#ref-for-resolve%E2%91%A0%E2%93%AA", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-expiration-time%E2%91%A3", + "https://wicg.github.io/storage-buckets/#storage-bucket-endpoints", + "https://wicg.github.io/storage-buckets/#storage-bucket-indexeddb", + "https://wicg.github.io/storage-buckets/#issue-4f9abb58", + "https://wicg.github.io/storage-buckets/#ref-for-idbfactory%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-idbfactory%E2%91%A1", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-indexeddb", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-indexeddb", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-indexeddb", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-indexeddb%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-obtain-a-local-storage-bottle-map", + "https://wicg.github.io/storage-buckets/#ref-for-idbfactory%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bottle-map", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-indexeddb%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-indexeddb%E2%91%A2", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-durability-value%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-transaction-durability-hint", + "https://wicg.github.io/storage-buckets/#ref-for-idbtransaction%E2%91%A0", + "https://wicg.github.io/storage-buckets/#calculate-the-effective-durability-hint", + "https://wicg.github.io/storage-buckets/#ref-for-transaction-durability-hint%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-dom-idbtransactiondurability-default", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket-durability-value%E2%91%A7", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucketdurability-strict%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dom-idbtransactiondurability-strict", + "https://wicg.github.io/storage-buckets/#ref-for-dom-idbtransactiondurability-relaxed", + "https://wicg.github.io/storage-buckets/#storage-bucket-caches", + "https://wicg.github.io/storage-buckets/#ref-for-storagebucket%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-cachestorage%E2%91%A0", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-caches", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-caches", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-caches", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%91%A4", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-caches%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%91%A5", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-obtain-a-local-storage-bottle-map%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-cachestorage%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-relevant-name-to-cache-map", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-caches%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%91%A7", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagebucket-caches%E2%91%A2", + "https://wicg.github.io/storage-buckets/#storage-bucket-getdirectory", + "https://wicg.github.io/storage-buckets/#issue-0d9f1d43", + "https://wicg.github.io/storage-buckets/#issue-25ffaa8c", + "https://wicg.github.io/storage-buckets/#dom-storagebucket-getdirectory", + "https://wicg.github.io/storage-buckets/#infopanel-for-dom-storagebucket-getdirectory", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dom-storagebucket-getdirectory", + "https://wicg.github.io/storage-buckets/#ref-for-obtain-a-local-storage-bottle-map%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A0%E2%91%A8", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%91%A7", + "https://wicg.github.io/storage-buckets/#ref-for-dom-storagemanager-getdirectory", + "https://wicg.github.io/storage-buckets/#storage-bucket-clear-site-data", + "https://wicg.github.io/storage-buckets/#issue-99cfd987", + "https://wicg.github.io/storage-buckets/#grammardef-storagebucket-name", + "https://wicg.github.io/storage-buckets/#ref-for-storage-bucket%E2%91%A0%E2%91%A8", + "https://wicg.github.io/storage-buckets/#ref-for-concept-settings-object-origin", + "https://wicg.github.io/storage-buckets/#issue-99223a67", + "https://wicg.github.io/storage-buckets/#parse-a-clear-site-data-header-with-buckets", + "https://wicg.github.io/storage-buckets/#ref-for-string-starts-with", + "https://wicg.github.io/storage-buckets/#ref-for-code-unit-substring-by-positions", + "https://wicg.github.io/storage-buckets/#ref-for-validate-a-bucket-name%E2%91%A1", + "https://wicg.github.io/storage-buckets/#ref-for-tuple", + "https://wicg.github.io/storage-buckets/#issue-99223a67%E2%91%A0", + "https://wicg.github.io/storage-buckets/#clear-data-with-buckets", + "https://wicg.github.io/storage-buckets/#ref-for-this%E2%91%A1%E2%93%AA", + "https://wicg.github.io/storage-buckets/#ref-for-relevant-settings-object%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-obtain-a-local-storage-shelf%E2%91%A3", + "https://wicg.github.io/storage-buckets/#ref-for-dfn-throw", + "https://wicg.github.io/storage-buckets/#ref-for-exceptiondef-typeerror%E2%91%A6", + "https://wicg.github.io/storage-buckets/#ref-for-tuple%E2%91%A0", + "https://wicg.github.io/storage-buckets/#ref-for-bucket-map%E2%91%A5", + "https://wicg.github.io/storage-buckets/#security-privacy", + "https://wicg.github.io/storage-buckets/#w3c-conformance", + "https://wicg.github.io/storage-buckets/#w3c-conventions", + "https://wicg.github.io/storage-buckets/#w3c-example", + "https://wicg.github.io/storage-buckets/#index", + "https://wicg.github.io/storage-buckets/#index-defined-here", + "https://wicg.github.io/storage-buckets/#index-defined-elsewhere", + "https://wicg.github.io/storage-buckets/#23e108bd", + "https://wicg.github.io/storage-buckets/#infopanel-for-23e108bd", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-23e108bd", + "https://wicg.github.io/storage-buckets/#4c10050a", + "https://wicg.github.io/storage-buckets/#infopanel-for-4c10050a", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-4c10050a", + "https://wicg.github.io/storage-buckets/#0e9f636b", + "https://wicg.github.io/storage-buckets/#infopanel-for-0e9f636b", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-0e9f636b", + "https://wicg.github.io/storage-buckets/#f16ee824", + "https://wicg.github.io/storage-buckets/#infopanel-for-f16ee824", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-f16ee824", + "https://wicg.github.io/storage-buckets/#1e2edd5b", + "https://wicg.github.io/storage-buckets/#infopanel-for-1e2edd5b", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-1e2edd5b", + "https://wicg.github.io/storage-buckets/#be5dbc8c", + "https://wicg.github.io/storage-buckets/#infopanel-for-be5dbc8c", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-be5dbc8c", + "https://wicg.github.io/storage-buckets/#05de5ae3", + "https://wicg.github.io/storage-buckets/#infopanel-for-05de5ae3", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-05de5ae3", + "https://wicg.github.io/storage-buckets/#be0c27b2", + "https://wicg.github.io/storage-buckets/#infopanel-for-be0c27b2", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-be0c27b2", + "https://wicg.github.io/storage-buckets/#a4785085", + "https://wicg.github.io/storage-buckets/#infopanel-for-a4785085", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-a4785085", + "https://wicg.github.io/storage-buckets/#3e12e042", + "https://wicg.github.io/storage-buckets/#infopanel-for-3e12e042", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-3e12e042", + "https://wicg.github.io/storage-buckets/#a72449dd", + "https://wicg.github.io/storage-buckets/#infopanel-for-a72449dd", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-a72449dd", + "https://wicg.github.io/storage-buckets/#43ac8374", + "https://wicg.github.io/storage-buckets/#infopanel-for-43ac8374", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-43ac8374", + "https://wicg.github.io/storage-buckets/#9a517a7d", + "https://wicg.github.io/storage-buckets/#infopanel-for-9a517a7d", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-9a517a7d", + "https://wicg.github.io/storage-buckets/#9c4c1e66", + "https://wicg.github.io/storage-buckets/#infopanel-for-9c4c1e66", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-9c4c1e66", + "https://wicg.github.io/storage-buckets/#7ca1d370", + "https://wicg.github.io/storage-buckets/#infopanel-for-7ca1d370", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-7ca1d370", + "https://wicg.github.io/storage-buckets/#e86b5ce4", + "https://wicg.github.io/storage-buckets/#infopanel-for-e86b5ce4", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-e86b5ce4", + "https://wicg.github.io/storage-buckets/#5fd5f41c", + "https://wicg.github.io/storage-buckets/#infopanel-for-5fd5f41c", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-5fd5f41c", + "https://wicg.github.io/storage-buckets/#78f41bd1", + "https://wicg.github.io/storage-buckets/#infopanel-for-78f41bd1", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-78f41bd1", + "https://wicg.github.io/storage-buckets/#668bd53e", + "https://wicg.github.io/storage-buckets/#infopanel-for-668bd53e", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-668bd53e", + "https://wicg.github.io/storage-buckets/#a5cbd966", + "https://wicg.github.io/storage-buckets/#infopanel-for-a5cbd966", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-a5cbd966", + "https://wicg.github.io/storage-buckets/#53275e46", + "https://wicg.github.io/storage-buckets/#infopanel-for-53275e46", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-53275e46", + "https://wicg.github.io/storage-buckets/#3b38c2fe", + "https://wicg.github.io/storage-buckets/#infopanel-for-3b38c2fe", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-3b38c2fe", + "https://wicg.github.io/storage-buckets/#5661d95e", + "https://wicg.github.io/storage-buckets/#infopanel-for-5661d95e", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-5661d95e", + "https://wicg.github.io/storage-buckets/#915aff5e", + "https://wicg.github.io/storage-buckets/#infopanel-for-915aff5e", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-915aff5e", + "https://wicg.github.io/storage-buckets/#4ef39030", + "https://wicg.github.io/storage-buckets/#infopanel-for-4ef39030", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-4ef39030", + "https://wicg.github.io/storage-buckets/#b8958cfc", + "https://wicg.github.io/storage-buckets/#infopanel-for-b8958cfc", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-b8958cfc", + "https://wicg.github.io/storage-buckets/#860300d4", + "https://wicg.github.io/storage-buckets/#infopanel-for-860300d4", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-860300d4", + "https://wicg.github.io/storage-buckets/#d14a6f26", + "https://wicg.github.io/storage-buckets/#infopanel-for-d14a6f26", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-d14a6f26", + "https://wicg.github.io/storage-buckets/#649608b9", + "https://wicg.github.io/storage-buckets/#infopanel-for-649608b9", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-649608b9", + "https://wicg.github.io/storage-buckets/#54627f47", + "https://wicg.github.io/storage-buckets/#infopanel-for-54627f47", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-54627f47", + "https://wicg.github.io/storage-buckets/#0e8de730", + "https://wicg.github.io/storage-buckets/#infopanel-for-0e8de730", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-0e8de730", + "https://wicg.github.io/storage-buckets/#33438879", + "https://wicg.github.io/storage-buckets/#infopanel-for-33438879", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-33438879", + "https://wicg.github.io/storage-buckets/#c6ce3c60", + "https://wicg.github.io/storage-buckets/#infopanel-for-c6ce3c60", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-c6ce3c60", + "https://wicg.github.io/storage-buckets/#d357c753", + "https://wicg.github.io/storage-buckets/#infopanel-for-d357c753", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-d357c753", + "https://wicg.github.io/storage-buckets/#f747b195", + "https://wicg.github.io/storage-buckets/#infopanel-for-f747b195", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-f747b195", + "https://wicg.github.io/storage-buckets/#e7e8a4f7", + "https://wicg.github.io/storage-buckets/#infopanel-for-e7e8a4f7", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-e7e8a4f7", + "https://wicg.github.io/storage-buckets/#48a84355", + "https://wicg.github.io/storage-buckets/#infopanel-for-48a84355", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-48a84355", + "https://wicg.github.io/storage-buckets/#7db4a4b7", + "https://wicg.github.io/storage-buckets/#infopanel-for-7db4a4b7", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-7db4a4b7", + "https://wicg.github.io/storage-buckets/#b9712e0a", + "https://wicg.github.io/storage-buckets/#infopanel-for-b9712e0a", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-b9712e0a", + "https://wicg.github.io/storage-buckets/#6bb9d790", + "https://wicg.github.io/storage-buckets/#infopanel-for-6bb9d790", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-6bb9d790", + "https://wicg.github.io/storage-buckets/#caa5107f", + "https://wicg.github.io/storage-buckets/#infopanel-for-caa5107f", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-caa5107f", + "https://wicg.github.io/storage-buckets/#cd0c5fbe", + "https://wicg.github.io/storage-buckets/#infopanel-for-cd0c5fbe", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-cd0c5fbe", + "https://wicg.github.io/storage-buckets/#67130339", + "https://wicg.github.io/storage-buckets/#infopanel-for-67130339", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-67130339", + "https://wicg.github.io/storage-buckets/#eb592b41", + "https://wicg.github.io/storage-buckets/#infopanel-for-eb592b41", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-eb592b41", + "https://wicg.github.io/storage-buckets/#6148dd37", + "https://wicg.github.io/storage-buckets/#infopanel-for-6148dd37", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-6148dd37", + "https://wicg.github.io/storage-buckets/#cac8dd86", + "https://wicg.github.io/storage-buckets/#infopanel-for-cac8dd86", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-cac8dd86", + "https://wicg.github.io/storage-buckets/#daed3f4b", + "https://wicg.github.io/storage-buckets/#infopanel-for-daed3f4b", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-daed3f4b", + "https://wicg.github.io/storage-buckets/#cb80877c", + "https://wicg.github.io/storage-buckets/#infopanel-for-cb80877c", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-cb80877c", + "https://wicg.github.io/storage-buckets/#8855a9aa", + "https://wicg.github.io/storage-buckets/#infopanel-for-8855a9aa", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-8855a9aa", + "https://wicg.github.io/storage-buckets/#889e932f", + "https://wicg.github.io/storage-buckets/#infopanel-for-889e932f", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-889e932f", + "https://wicg.github.io/storage-buckets/#583654a9", + "https://wicg.github.io/storage-buckets/#infopanel-for-583654a9", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-583654a9", + "https://wicg.github.io/storage-buckets/#797018a7", + "https://wicg.github.io/storage-buckets/#infopanel-for-797018a7", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-797018a7", + "https://wicg.github.io/storage-buckets/#bdbd19d1", + "https://wicg.github.io/storage-buckets/#infopanel-for-bdbd19d1", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-bdbd19d1", + "https://wicg.github.io/storage-buckets/#a5c91173", + "https://wicg.github.io/storage-buckets/#infopanel-for-a5c91173", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-a5c91173", + "https://wicg.github.io/storage-buckets/#b75bb3bd", + "https://wicg.github.io/storage-buckets/#infopanel-for-b75bb3bd", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-b75bb3bd", + "https://wicg.github.io/storage-buckets/#82ca3efc", + "https://wicg.github.io/storage-buckets/#infopanel-for-82ca3efc", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-82ca3efc", + "https://wicg.github.io/storage-buckets/#dacde8b5", + "https://wicg.github.io/storage-buckets/#infopanel-for-dacde8b5", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-dacde8b5", + "https://wicg.github.io/storage-buckets/#d0b4a948", + "https://wicg.github.io/storage-buckets/#infopanel-for-d0b4a948", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-d0b4a948", + "https://wicg.github.io/storage-buckets/#8f5c2179", + "https://wicg.github.io/storage-buckets/#infopanel-for-8f5c2179", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-8f5c2179", + "https://wicg.github.io/storage-buckets/#5372cca8", + "https://wicg.github.io/storage-buckets/#infopanel-for-5372cca8", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-5372cca8", + "https://wicg.github.io/storage-buckets/#b262501e", + "https://wicg.github.io/storage-buckets/#infopanel-for-b262501e", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-b262501e", + "https://wicg.github.io/storage-buckets/#3b90bdcd", + "https://wicg.github.io/storage-buckets/#infopanel-for-3b90bdcd", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-3b90bdcd", + "https://wicg.github.io/storage-buckets/#9cce47fd", + "https://wicg.github.io/storage-buckets/#infopanel-for-9cce47fd", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-9cce47fd", + "https://wicg.github.io/storage-buckets/#4013a022", + "https://wicg.github.io/storage-buckets/#infopanel-for-4013a022", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-4013a022", + "https://wicg.github.io/storage-buckets/#b4cfa5ce", + "https://wicg.github.io/storage-buckets/#infopanel-for-b4cfa5ce", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-b4cfa5ce", + "https://wicg.github.io/storage-buckets/#5f90bbfb", + "https://wicg.github.io/storage-buckets/#infopanel-for-5f90bbfb", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-5f90bbfb", + "https://wicg.github.io/storage-buckets/#f14b47b8", + "https://wicg.github.io/storage-buckets/#infopanel-for-f14b47b8", + "https://wicg.github.io/storage-buckets/#infopaneltitle-for-f14b47b8", + "https://wicg.github.io/storage-buckets/#references", + "https://wicg.github.io/storage-buckets/#normative", + "https://wicg.github.io/storage-buckets/#biblio-clear-site-data", + "https://wicg.github.io/storage-buckets/#biblio-fs", + "https://wicg.github.io/storage-buckets/#biblio-hr-time-3", + "https://wicg.github.io/storage-buckets/#biblio-html", + "https://wicg.github.io/storage-buckets/#biblio-indexeddb-3", + "https://wicg.github.io/storage-buckets/#biblio-infra", + "https://wicg.github.io/storage-buckets/#biblio-permissions", + "https://wicg.github.io/storage-buckets/#biblio-rfc2119", + "https://wicg.github.io/storage-buckets/#biblio-service-workers", + "https://wicg.github.io/storage-buckets/#biblio-storage", + "https://wicg.github.io/storage-buckets/#biblio-webidl", + "https://wicg.github.io/storage-buckets/#idl-index", + "https://wicg.github.io/storage-buckets/#issues-index" + ] +} \ No newline at end of file diff --git a/ed/ids/turtledove.json b/ed/ids/turtledove.json index 34c82868d6a0..b86a0d57e1a6 100644 --- a/ed/ids/turtledove.json +++ b/ed/ids/turtledove.json @@ -302,7 +302,6 @@ "https://wicg.github.io/turtledove/#ref-for-process-response-end-of-body", "https://wicg.github.io/turtledove/#ref-for-concept-response", "https://wicg.github.io/turtledove/#ref-for-concept-response-header-list", - "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get-structured-header", "https://wicg.github.io/turtledove/#ref-for-concept-header-extract-mime-type", "https://wicg.github.io/turtledove/#ref-for-json-mime-type", "https://wicg.github.io/turtledove/#ref-for-parse-a-json-string-to-an-infra-value", @@ -904,7 +903,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-response%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-response-header-list%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get-structured-header%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get-structured-header", "https://wicg.github.io/turtledove/#ref-for-concept-header-extract-mime-type%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-javascript-mime-type", "https://wicg.github.io/turtledove/#ref-for-json-mime-type%E2%91%A0", @@ -942,9 +941,9 @@ "https://wicg.github.io/turtledove/#ref-for-concept-response%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-validate-fetching-response%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-response-header-list%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get-structured-header%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get-structured-header%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-data-version", - "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get-structured-header%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get-structured-header%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-x-protected-audience-bidding-signals-format-version", "https://wicg.github.io/turtledove/#ref-for-parse-json-bytes-to-an-infra-value", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5", diff --git a/ed/ids/uievents-code.json b/ed/ids/uievents-code.json index b9b02ee00edb..eebf6d7fc773 100644 --- a/ed/ids/uievents-code.json +++ b/ed/ids/uievents-code.json @@ -24,7 +24,7 @@ "https://w3c.github.io/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A2", "https://w3c.github.io/uievents-code/#ref-for-interface-keyboardevent", "https://w3c.github.io/uievents-code/#ref-for-code-point", - "https://w3c.github.io/uievents-code/#ref-for-key-value-tables", + "https://w3c.github.io/uievents-code/#ref-for-key-attr-values", "https://w3c.github.io/uievents-code/#ref-for-dom-keyboardevent-key%E2%91%A1", "https://w3c.github.io/uievents-code/#ref-for-key-code-attribute-value", "https://w3c.github.io/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A3", @@ -443,24 +443,24 @@ "https://w3c.github.io/uievents-code/#index", "https://w3c.github.io/uievents-code/#index-defined-here", "https://w3c.github.io/uievents-code/#index-defined-elsewhere", - "https://w3c.github.io/uievents-code/#4103741029595e9e13c67dab91d1e3bd", - "https://w3c.github.io/uievents-code/#infopanel-for-4103741029595e9e13c67dab91d1e3bd", - "https://w3c.github.io/uievents-code/#infopaneltitle-for-4103741029595e9e13c67dab91d1e3bd", - "https://w3c.github.io/uievents-code/#16015a3adb23f6b5bcd1da9550190b1a", - "https://w3c.github.io/uievents-code/#infopanel-for-16015a3adb23f6b5bcd1da9550190b1a", - "https://w3c.github.io/uievents-code/#infopaneltitle-for-16015a3adb23f6b5bcd1da9550190b1a", - "https://w3c.github.io/uievents-code/#e604a5849fdf8059e0f5a8fb9b7ba547", - "https://w3c.github.io/uievents-code/#infopanel-for-e604a5849fdf8059e0f5a8fb9b7ba547", - "https://w3c.github.io/uievents-code/#infopaneltitle-for-e604a5849fdf8059e0f5a8fb9b7ba547", - "https://w3c.github.io/uievents-code/#0e3150549665e2be6e0eb7354b4500e8", - "https://w3c.github.io/uievents-code/#infopanel-for-0e3150549665e2be6e0eb7354b4500e8", - "https://w3c.github.io/uievents-code/#infopaneltitle-for-0e3150549665e2be6e0eb7354b4500e8", - "https://w3c.github.io/uievents-code/#9488999faf064558c7e4b3eadc67f3c4", - "https://w3c.github.io/uievents-code/#infopanel-for-9488999faf064558c7e4b3eadc67f3c4", - "https://w3c.github.io/uievents-code/#infopaneltitle-for-9488999faf064558c7e4b3eadc67f3c4", - "https://w3c.github.io/uievents-code/#e412f119fdd0a9f2319e8d3718690802", - "https://w3c.github.io/uievents-code/#infopanel-for-e412f119fdd0a9f2319e8d3718690802", - "https://w3c.github.io/uievents-code/#infopaneltitle-for-e412f119fdd0a9f2319e8d3718690802", + "https://w3c.github.io/uievents-code/#915aff5e", + "https://w3c.github.io/uievents-code/#infopanel-for-915aff5e", + "https://w3c.github.io/uievents-code/#infopaneltitle-for-915aff5e", + "https://w3c.github.io/uievents-code/#4031d31b", + "https://w3c.github.io/uievents-code/#infopanel-for-4031d31b", + "https://w3c.github.io/uievents-code/#infopaneltitle-for-4031d31b", + "https://w3c.github.io/uievents-code/#1e6c87f4", + "https://w3c.github.io/uievents-code/#infopanel-for-1e6c87f4", + "https://w3c.github.io/uievents-code/#infopaneltitle-for-1e6c87f4", + "https://w3c.github.io/uievents-code/#dd357ae7", + "https://w3c.github.io/uievents-code/#infopanel-for-dd357ae7", + "https://w3c.github.io/uievents-code/#infopaneltitle-for-dd357ae7", + "https://w3c.github.io/uievents-code/#2bc0e269", + "https://w3c.github.io/uievents-code/#infopanel-for-2bc0e269", + "https://w3c.github.io/uievents-code/#infopaneltitle-for-2bc0e269", + "https://w3c.github.io/uievents-code/#d6f5a4cc", + "https://w3c.github.io/uievents-code/#infopanel-for-d6f5a4cc", + "https://w3c.github.io/uievents-code/#infopaneltitle-for-d6f5a4cc", "https://w3c.github.io/uievents-code/#references", "https://w3c.github.io/uievents-code/#normative", "https://w3c.github.io/uievents-code/#biblio-infra", diff --git a/ed/ids/uievents-key.json b/ed/ids/uievents-key.json index 7a7e718ea2e9..5294efd388b4 100644 --- a/ed/ids/uievents-key.json +++ b/ed/ids/uievents-key.json @@ -489,30 +489,30 @@ "https://w3c.github.io/uievents-key/#index", "https://w3c.github.io/uievents-key/#index-defined-here", "https://w3c.github.io/uievents-key/#index-defined-elsewhere", - "https://w3c.github.io/uievents-key/#b8f7f30fcf257828a84afe4c745d501f", - "https://w3c.github.io/uievents-key/#infopanel-for-b8f7f30fcf257828a84afe4c745d501f", - "https://w3c.github.io/uievents-key/#infopaneltitle-for-b8f7f30fcf257828a84afe4c745d501f", - "https://w3c.github.io/uievents-key/#26cbf7220c693bc9b6b442ac1d5900bd", - "https://w3c.github.io/uievents-key/#infopanel-for-26cbf7220c693bc9b6b442ac1d5900bd", - "https://w3c.github.io/uievents-key/#infopaneltitle-for-26cbf7220c693bc9b6b442ac1d5900bd", - "https://w3c.github.io/uievents-key/#6b0a2096dc09db3f92ddc1041f72b49e", - "https://w3c.github.io/uievents-key/#infopanel-for-6b0a2096dc09db3f92ddc1041f72b49e", - "https://w3c.github.io/uievents-key/#infopaneltitle-for-6b0a2096dc09db3f92ddc1041f72b49e", - "https://w3c.github.io/uievents-key/#8b32100884b34e07e667931d3fccbc73", - "https://w3c.github.io/uievents-key/#infopanel-for-8b32100884b34e07e667931d3fccbc73", - "https://w3c.github.io/uievents-key/#infopaneltitle-for-8b32100884b34e07e667931d3fccbc73", - "https://w3c.github.io/uievents-key/#5a37412907a5f54af6179b0d810e8dd9", - "https://w3c.github.io/uievents-key/#infopanel-for-5a37412907a5f54af6179b0d810e8dd9", - "https://w3c.github.io/uievents-key/#infopaneltitle-for-5a37412907a5f54af6179b0d810e8dd9", - "https://w3c.github.io/uievents-key/#73bcdbdf9fa8fdde54286595b9ca7ad3", - "https://w3c.github.io/uievents-key/#infopanel-for-73bcdbdf9fa8fdde54286595b9ca7ad3", - "https://w3c.github.io/uievents-key/#infopaneltitle-for-73bcdbdf9fa8fdde54286595b9ca7ad3", - "https://w3c.github.io/uievents-key/#17af8a01895ed485222030d3855b81c9", - "https://w3c.github.io/uievents-key/#infopanel-for-17af8a01895ed485222030d3855b81c9", - "https://w3c.github.io/uievents-key/#infopaneltitle-for-17af8a01895ed485222030d3855b81c9", - "https://w3c.github.io/uievents-key/#7cea50bd80f7e9b6c0511b9b71cfe5c0", - "https://w3c.github.io/uievents-key/#infopanel-for-7cea50bd80f7e9b6c0511b9b71cfe5c0", - "https://w3c.github.io/uievents-key/#infopaneltitle-for-7cea50bd80f7e9b6c0511b9b71cfe5c0", + "https://w3c.github.io/uievents-key/#cf0cb46e", + "https://w3c.github.io/uievents-key/#infopanel-for-cf0cb46e", + "https://w3c.github.io/uievents-key/#infopaneltitle-for-cf0cb46e", + "https://w3c.github.io/uievents-key/#a04c3d95", + "https://w3c.github.io/uievents-key/#infopanel-for-a04c3d95", + "https://w3c.github.io/uievents-key/#infopaneltitle-for-a04c3d95", + "https://w3c.github.io/uievents-key/#77d2c11d", + "https://w3c.github.io/uievents-key/#infopanel-for-77d2c11d", + "https://w3c.github.io/uievents-key/#infopaneltitle-for-77d2c11d", + "https://w3c.github.io/uievents-key/#48eb4513", + "https://w3c.github.io/uievents-key/#infopanel-for-48eb4513", + "https://w3c.github.io/uievents-key/#infopaneltitle-for-48eb4513", + "https://w3c.github.io/uievents-key/#1bbfdeca", + "https://w3c.github.io/uievents-key/#infopanel-for-1bbfdeca", + "https://w3c.github.io/uievents-key/#infopaneltitle-for-1bbfdeca", + "https://w3c.github.io/uievents-key/#01d2e35c", + "https://w3c.github.io/uievents-key/#infopanel-for-01d2e35c", + "https://w3c.github.io/uievents-key/#infopaneltitle-for-01d2e35c", + "https://w3c.github.io/uievents-key/#922ac9dd", + "https://w3c.github.io/uievents-key/#infopanel-for-922ac9dd", + "https://w3c.github.io/uievents-key/#infopaneltitle-for-922ac9dd", + "https://w3c.github.io/uievents-key/#76d11bdd", + "https://w3c.github.io/uievents-key/#infopanel-for-76d11bdd", + "https://w3c.github.io/uievents-key/#infopaneltitle-for-76d11bdd", "https://w3c.github.io/uievents-key/#references", "https://w3c.github.io/uievents-key/#normative", "https://w3c.github.io/uievents-key/#biblio-rfc2119", diff --git a/ed/ids/web-share-target.json b/ed/ids/web-share-target.json index 3218fee7c52b..4e7eb1b33833 100644 --- a/ed/ids/web-share-target.json +++ b/ed/ids/web-share-target.json @@ -12,27 +12,20 @@ "https://w3c.github.io/web-share-target/#w3c-state", "https://w3c.github.io/web-share-target/#abstract", "https://w3c.github.io/web-share-target/#ref-for-dfn-web-share-target-1", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-share-api-1", "https://w3c.github.io/web-share-target/#ref-for-index-term-registerprotocolhandler-for-navigatorcontentutils-1", "https://w3c.github.io/web-share-target/#ref-for-dfn-invoke-1", "https://w3c.github.io/web-share-target/#ref-for-index-term-registerprotocolhandler-for-navigatorcontentutils-2", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-application-manifest-1", "https://w3c.github.io/web-share-target/#sotd", "https://w3c.github.io/web-share-target/#toc", "https://w3c.github.io/web-share-target/#table-of-contents", "https://w3c.github.io/web-share-target/#prerequisites", "https://w3c.github.io/web-share-target/#x1-prerequisites", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-application-manifest-2", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-share-api-2", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-share-api-3", "https://w3c.github.io/web-share-target/#usage-example", "https://w3c.github.io/web-share-target/#x2-usage-example", "https://w3c.github.io/web-share-target/#ref-for-dfn-share_target-1", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-application-manifest-3", "https://w3c.github.io/web-share-target/#example-manifest-webmanifest", "https://w3c.github.io/web-share-target/#ref-for-dfn-params-1", "https://w3c.github.io/web-share-target/#ref-for-index-term-sharedata-1", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-share-api-4", "https://w3c.github.io/web-share-target/#example-share-html", "https://w3c.github.io/web-share-target/#issue-container-generatedID", "https://w3c.github.io/web-share-target/#h-warning", @@ -186,7 +179,6 @@ "https://w3c.github.io/web-share-target/#x8-conformance", "https://w3c.github.io/web-share-target/#acknowledgments", "https://w3c.github.io/web-share-target/#a-acknowledgments", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-intents-1", "https://w3c.github.io/web-share-target/#index", "https://w3c.github.io/web-share-target/#b-index", "https://w3c.github.io/web-share-target/#index-defined-here", @@ -196,7 +188,6 @@ "https://w3c.github.io/web-share-target/#index-term-installed-web-application", "https://w3c.github.io/web-share-target/#index-term-manifest", "https://w3c.github.io/web-share-target/#index-term-processing-a-manifest", - "https://w3c.github.io/web-share-target/#index-term-web-application-manifest", "https://w3c.github.io/web-share-target/#index-term-within-scope-for-url", "https://w3c.github.io/web-share-target/#index-term-tostring", "https://w3c.github.io/web-share-target/#index-term-decodeuricomponent", @@ -237,15 +228,11 @@ "https://w3c.github.io/web-share-target/#index-term-share-for-navigator", "https://w3c.github.io/web-share-target/#index-term-sharedata", "https://w3c.github.io/web-share-target/#index-term-url-for-sharedata", - "https://w3c.github.io/web-share-target/#index-term-web-share-api", - "https://w3c.github.io/web-share-target/#index-term-web-intents", "https://w3c.github.io/web-share-target/#references", "https://w3c.github.io/web-share-target/#c-references", "https://w3c.github.io/web-share-target/#normative-references", "https://w3c.github.io/web-share-target/#c-1-normative-references", "https://w3c.github.io/web-share-target/#bib-appmanifest", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-application-manifest-4", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-application-manifest-5", "https://w3c.github.io/web-share-target/#bib-ecma262", "https://w3c.github.io/web-share-target/#bib-encoding", "https://w3c.github.io/web-share-target/#bib-fetch", @@ -257,14 +244,10 @@ "https://w3c.github.io/web-share-target/#bib-secure-contexts", "https://w3c.github.io/web-share-target/#bib-url", "https://w3c.github.io/web-share-target/#bib-web-share", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-share-api-5", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-share-api-6", "https://w3c.github.io/web-share-target/#informative-references", "https://w3c.github.io/web-share-target/#c-2-informative-references", "https://w3c.github.io/web-share-target/#bib-ecmascript", "https://w3c.github.io/web-share-target/#bib-webintents", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-intents-2", - "https://w3c.github.io/web-share-target/#ref-for-index-term-web-intents-3", "https://w3c.github.io/web-share-target/#back-to-top" ] } \ No newline at end of file diff --git a/ed/ids/window-controls-overlay.json b/ed/ids/window-controls-overlay.json index 07b990c494e3..05916084a353 100644 --- a/ed/ids/window-controls-overlay.json +++ b/ed/ids/window-controls-overlay.json @@ -117,6 +117,9 @@ "https://wicg.github.io/window-controls-overlay/#ref-for-dfn-title-bar-area-environmental-variables-1", "https://wicg.github.io/window-controls-overlay/#defining-draggable-sections", "https://wicg.github.io/window-controls-overlay/#x8-defining-draggable-sections", + "https://wicg.github.io/window-controls-overlay/#dfn-app-region", + "https://wicg.github.io/window-controls-overlay/#ref-for-dfn-app-region-1", + "https://wicg.github.io/window-controls-overlay/#ref-for-dfn-app-region-2", "https://wicg.github.io/window-controls-overlay/#issue-container-number-3", "https://wicg.github.io/window-controls-overlay/#h-issue-1", "https://wicg.github.io/window-controls-overlay/#integration-with-cssom", diff --git a/ed/index.json b/ed/index.json index 7f5f0e3b4b0f..d606508cf6ac 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-05-09T12:49:42.195Z", + "date": "2023-05-09T18:40:01.597Z", "options": { "fallback": "webref-fallback/ed/index.json", "output": "report", @@ -26,10 +26,10 @@ ] }, "stats": { - "crawled": 558, - "errors": 20 + "crawled": 564, + "errors": 0 }, - "crawler": "reffy-13.0.0", + "crawler": "reffy-13.0.1", "results": [ { "url": "https://compat.spec.whatwg.org/", @@ -440,7 +440,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:41:36 GMT" + "lastModified": "Tue, 9 May 2023 17:43:42 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -488,7 +488,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:41:52 GMT" + "lastModified": "Tue, 9 May 2023 17:43:58 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -1400,7 +1400,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Fri, 05 May 2023 17:39:16 GMT" + "lastModified": "Thu, 05 Nov 2015 03:34:03 GMT" }, "date": "7 March 2013", "links": "links/css-page-4.json", @@ -1492,7 +1492,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-scroll-snap-2/", - "status": "Editor's Draft", + "status": "Unofficial Proposal Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-scroll-snap-2/" ], @@ -1506,7 +1506,7 @@ "categories": [ "browser" ], - "standing": "good", + "standing": "pending", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1984,7 +1984,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:40:02 GMT" + "lastModified": "Tue, 9 May 2023 17:42:10 GMT" }, "generator": "bikeshed", "date": "7 March 2023", @@ -2088,10 +2088,10 @@ ], "crawled": "https://fedidcg.github.io/FedCM/", "crawlCacheInfo": { - "lastModified": "Wed, 03 May 2023 19:59:37 GMT" + "lastModified": "Tue, 09 May 2023 17:44:52 GMT" }, "generator": "bikeshed", - "date": "3 May 2023", + "date": "9 May 2023", "links": "links/FedCM.json", "refs": "refs/FedCM.json", "idl": "idl/FedCM.idl", @@ -2451,7 +2451,7 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Tue, 09 May 2023 08:09:00 GMT" + "lastModified": "Tue, 09 May 2023 15:24:24 GMT" }, "date": "9 May 2023", "links": "links/html.json", @@ -2618,6 +2618,55 @@ "headings": "headings/raw-camera-access.json", "ids": "ids/raw-camera-access.json" }, + { + "url": "https://immersive-web.github.io/real-world-meshing/", + "seriesComposition": "full", + "shortname": "real-world-meshing", + "series": { + "shortname": "real-world-meshing", + "currentSpecification": "real-world-meshing", + "title": "WebXR Mesh Detection", + "shortTitle": "WebXR Mesh Detection", + "nightlyUrl": "https://immersive-web.github.io/real-world-meshing/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Immersive Web Community Group", + "url": "https://www.w3.org/community/immersive-web/" + } + ], + "nightly": { + "url": "https://immersive-web.github.io/real-world-meshing/", + "status": "Draft Community Group Report", + "alternateUrls": [], + "repository": "https://github.com/immersive-web/real-world-meshing", + "sourcePath": "index.bs", + "filename": "index.html" + }, + "title": "WebXR Mesh Detection Module", + "source": "spec", + "shortTitle": "WebXR Mesh Detection", + "categories": [ + "browser" + ], + "standing": "good", + "versions": [ + "https://immersive-web.github.io/real-world-meshing/" + ], + "crawled": "https://immersive-web.github.io/real-world-meshing/", + "crawlCacheInfo": { + "lastModified": "Tue, 25 Apr 2023 21:21:11 GMT" + }, + "generator": "bikeshed", + "date": "25 April 2023", + "links": "links/real-world-meshing.json", + "refs": "refs/real-world-meshing.json", + "idl": "idl/real-world-meshing.idl", + "dfns": "dfns/real-world-meshing.json", + "headings": "headings/real-world-meshing.json", + "ids": "ids/real-world-meshing.json" + }, { "url": "https://infra.spec.whatwg.org/", "seriesComposition": "full", @@ -2825,6 +2874,54 @@ "headings": "headings/gpc-spec.json", "ids": "ids/gpc-spec.json" }, + { + "url": "https://privacycg.github.io/nav-tracking-mitigations/", + "seriesComposition": "full", + "shortname": "nav-tracking-mitigations", + "series": { + "shortname": "nav-tracking-mitigations", + "currentSpecification": "nav-tracking-mitigations", + "title": "Navigational-Tracking Mitigations", + "shortTitle": "Navigational-Tracking Mitigations", + "nightlyUrl": "https://privacycg.github.io/nav-tracking-mitigations/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Privacy Community Group", + "url": "https://www.w3.org/community/privacycg/" + } + ], + "nightly": { + "url": "https://privacycg.github.io/nav-tracking-mitigations/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/privacycg/nav-tracking-mitigations", + "sourcePath": "index.bs", + "filename": "index.html" + }, + "title": "Navigational-Tracking Mitigations", + "source": "spec", + "shortTitle": "Navigational-Tracking Mitigations", + "categories": [ + "browser" + ], + "standing": "good", + "versions": [ + "https://privacycg.github.io/nav-tracking-mitigations/" + ], + "crawled": "https://privacycg.github.io/nav-tracking-mitigations/", + "crawlCacheInfo": { + "lastModified": "Mon, 24 Apr 2023 16:33:24 GMT" + }, + "generator": "bikeshed", + "date": "24 April 2023", + "links": "links/nav-tracking-mitigations.json", + "refs": "refs/nav-tracking-mitigations.json", + "dfns": "dfns/nav-tracking-mitigations.json", + "headings": "headings/nav-tracking-mitigations.json", + "ids": "ids/nav-tracking-mitigations.json" + }, { "url": "https://privacycg.github.io/private-click-measurement/", "seriesComposition": "full", @@ -5868,8 +5965,7 @@ "date": "12 April 2023", "links": "links/tc39-async-explicit-resource-management.json", "headings": "headings/tc39-async-explicit-resource-management.json", - "ids": "ids/tc39-async-explicit-resource-management.json", - "error": "Error: Loading https://tc39.es/proposal-async-explicit-resource-management/ triggered HTTP status 502 Error: Loading https://tc39.es/proposal-async-explicit-resource-management/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 108)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/tc39-async-explicit-resource-management.json" }, { "url": "https://tc39.es/proposal-atomics-wait-async/", @@ -6004,8 +6100,7 @@ "links": "links/tc39-decorators.json", "dfns": "dfns/tc39-decorators.json", "headings": "headings/tc39-decorators.json", - "ids": "ids/tc39-decorators.json", - "error": "Error: Loading https://tc39.es/proposal-decorators/ triggered HTTP status 503 Error: Loading https://tc39.es/proposal-decorators/ triggered HTTP status 503\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 111)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/tc39-decorators.json" }, { "url": "https://tc39.es/proposal-explicit-resource-management/", @@ -6410,8 +6505,7 @@ "date": "30 January 2023", "links": "links/tc39-intl-pluralrules.json", "headings": "headings/tc39-intl-pluralrules.json", - "ids": "ids/tc39-intl-pluralrules.json", - "error": "Error: Loading https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html triggered HTTP status 502 Error: Loading https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 120)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/tc39-intl-pluralrules.json" }, { "url": "https://tc39.es/proposal-is-usv-string/", @@ -6526,7 +6620,7 @@ "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-json-modules", - "sourcePath": "spec.html", + "sourcePath": "spec.emu", "filename": "index.html" }, "title": "JSON modules", @@ -6681,8 +6775,7 @@ "date": "2 February 2023", "links": "links/tc39-resizablearraybuffer.json", "headings": "headings/tc39-resizablearraybuffer.json", - "ids": "ids/tc39-resizablearraybuffer.json", - "error": "Error: Loading https://tc39.es/proposal-resizablearraybuffer/ triggered HTTP status 502 Error: Loading https://tc39.es/proposal-resizablearraybuffer/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 126)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/tc39-resizablearraybuffer.json" }, { "url": "https://tc39.es/proposal-set-methods/", @@ -7070,8 +7163,7 @@ "idl": "idl/gamepad-extensions.idl", "dfns": "dfns/gamepad-extensions.json", "headings": "headings/gamepad-extensions.json", - "ids": "ids/gamepad-extensions.json", - "error": "Error: Loading https://w3c.github.io/gamepad/extensions.html triggered HTTP status 502 Error: Loading https://w3c.github.io/gamepad/extensions.html triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 134)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/gamepad-extensions.json" }, { "url": "https://w3c.github.io/mathml-aam/", @@ -7174,8 +7266,7 @@ "idl": "idl/media-playback-quality.idl", "dfns": "dfns/media-playback-quality.json", "headings": "headings/media-playback-quality.json", - "ids": "ids/media-playback-quality.json", - "error": "Error: Loading https://w3c.github.io/media-playback-quality/ triggered HTTP status 502 Error: Loading https://w3c.github.io/media-playback-quality/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 136)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/media-playback-quality.json" }, { "url": "https://w3c.github.io/mediacapture-automation/", @@ -8670,10 +8761,10 @@ ], "crawled": "https://wicg.github.io/attribution-reporting-api/", "crawlCacheInfo": { - "lastModified": "Fri, 05 May 2023 16:07:12 GMT" + "lastModified": "Tue, 09 May 2023 14:12:53 GMT" }, "generator": "bikeshed", - "date": "5 May 2023", + "date": "9 May 2023", "links": "links/attribution-reporting-api.json", "refs": "refs/attribution-reporting-api.json", "idl": "idl/attribution-reporting-api.idl", @@ -9479,6 +9570,111 @@ "headings": "headings/digital-goods.json", "ids": "ids/digital-goods.json" }, + { + "url": "https://wicg.github.io/direct-sockets/", + "seriesComposition": "full", + "shortname": "direct-sockets", + "series": { + "shortname": "direct-sockets", + "currentSpecification": "direct-sockets", + "title": "Direct Sockets API", + "shortTitle": "Direct Sockets API", + "nightlyUrl": "https://wicg.github.io/direct-sockets/" + }, + "nightly": { + "url": "https://wicg.github.io/direct-sockets/", + "status": "Unofficial Proposal Draft", + "alternateUrls": [], + "repository": "https://github.com/WICG/direct-sockets", + "sourcePath": "index.html", + "filename": "index.html" + }, + "organization": "W3C", + "groups": [ + { + "name": "Web Platform Incubator Community Group", + "url": "https://www.w3.org/community/wicg/" + } + ], + "title": "Direct Sockets API", + "source": "spec", + "shortTitle": "Direct Sockets API", + "categories": [ + "browser" + ], + "standing": "pending", + "versions": [ + "https://wicg.github.io/direct-sockets/" + ], + "crawled": "https://wicg.github.io/direct-sockets/", + "crawlCacheInfo": { + "lastModified": "Tue, 04 Apr 2023 15:32:21 GMT" + }, + "generator": "respec", + "date": "04 April 2023", + "links": "links/direct-sockets.json", + "refs": "refs/direct-sockets.json", + "idl": "idl/direct-sockets.idl", + "dfns": "dfns/direct-sockets.json", + "headings": "headings/direct-sockets.json", + "ids": "ids/direct-sockets.json" + }, + { + "url": "https://wicg.github.io/document-picture-in-picture/", + "seriesComposition": "full", + "shortname": "document-picture-in-picture", + "series": { + "shortname": "document-picture-in-picture", + "currentSpecification": "document-picture-in-picture", + "title": "Document Picture-in-Picture Specification", + "shortTitle": "Document Picture-in-Picture", + "nightlyUrl": "https://wicg.github.io/document-picture-in-picture/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Web Platform Incubator Community Group", + "url": "https://www.w3.org/community/wicg/" + } + ], + "nightly": { + "url": "https://wicg.github.io/document-picture-in-picture/", + "status": "Unofficial Proposal Draft", + "alternateUrls": [], + "repository": "https://github.com/WICG/document-picture-in-picture", + "sourcePath": "spec.bs", + "filename": "index.html" + }, + "title": "Document Picture-in-Picture Specification", + "source": "spec", + "shortTitle": "Document Picture-in-Picture", + "categories": [ + "browser" + ], + "standing": "pending", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "document-picture-in-picture" + ] + }, + "versions": [ + "https://wicg.github.io/document-picture-in-picture/" + ], + "crawled": "https://wicg.github.io/document-picture-in-picture/", + "crawlCacheInfo": { + "lastModified": "Mon, 01 May 2023 21:52:49 GMT" + }, + "generator": "bikeshed", + "date": "1 May 2023", + "links": "links/document-picture-in-picture.json", + "refs": "refs/document-picture-in-picture.json", + "events": "events/document-picture-in-picture.json", + "idl": "idl/document-picture-in-picture.idl", + "dfns": "dfns/document-picture-in-picture.json", + "headings": "headings/document-picture-in-picture.json", + "ids": "ids/document-picture-in-picture.json" + }, { "url": "https://wicg.github.io/document-policy/", "seriesComposition": "full", @@ -10113,8 +10309,7 @@ "idl": "idl/intervention-reporting.idl", "dfns": "dfns/intervention-reporting.json", "headings": "headings/intervention-reporting.json", - "ids": "ids/intervention-reporting.json", - "error": "Error: Loading https://wicg.github.io/intervention-reporting/ triggered HTTP status 502 Error: Loading https://wicg.github.io/intervention-reporting/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 194)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/intervention-reporting.json" }, { "url": "https://wicg.github.io/is-input-pending/", @@ -10169,8 +10364,7 @@ "idl": "idl/is-input-pending.idl", "dfns": "dfns/is-input-pending.json", "headings": "headings/is-input-pending.json", - "ids": "ids/is-input-pending.json", - "error": "Error: Loading https://wicg.github.io/is-input-pending/ triggered HTTP status 502 Error: Loading https://wicg.github.io/is-input-pending/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 195)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/is-input-pending.json" }, { "url": "https://wicg.github.io/js-self-profiling/", @@ -10480,10 +10674,10 @@ ], "crawled": "https://wicg.github.io/local-network-access/", "crawlCacheInfo": { - "lastModified": "Wed, 26 Apr 2023 08:23:20 GMT" + "lastModified": "Tue, 09 May 2023 13:45:00 GMT" }, "generator": "bikeshed", - "date": "26 April 2023", + "date": "9 May 2023", "links": "links/local-network-access.json", "refs": "refs/local-network-access.json", "dfns": "dfns/local-network-access.json", @@ -11601,8 +11795,7 @@ "idl": "idl/shape-detection-api.idl", "dfns": "dfns/shape-detection-api.json", "headings": "headings/shape-detection-api.json", - "ids": "ids/shape-detection-api.json", - "error": "Error: Loading https://wicg.github.io/shape-detection-api/ triggered HTTP status 502 Error: Loading https://wicg.github.io/shape-detection-api/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 222)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/shape-detection-api.json" }, { "url": "https://wicg.github.io/shape-detection-api/text.html", @@ -11653,6 +11846,55 @@ "headings": "headings/text-detection-api.json", "ids": "ids/text-detection-api.json" }, + { + "url": "https://wicg.github.io/shared-storage/", + "seriesComposition": "full", + "shortname": "shared-storage", + "series": { + "shortname": "shared-storage", + "currentSpecification": "shared-storage", + "title": "Shared Storage API", + "shortTitle": "Shared Storage API", + "nightlyUrl": "https://wicg.github.io/shared-storage/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Web Platform Incubator Community Group", + "url": "https://www.w3.org/community/wicg/" + } + ], + "nightly": { + "url": "https://wicg.github.io/shared-storage/", + "status": "Draft Community Group Report", + "alternateUrls": [], + "repository": "https://github.com/WICG/shared-storage", + "sourcePath": "spec.bs", + "filename": "index.html" + }, + "title": "Shared Storage API", + "source": "spec", + "shortTitle": "Shared Storage API", + "categories": [ + "browser" + ], + "standing": "good", + "versions": [ + "https://wicg.github.io/shared-storage/" + ], + "crawled": "https://wicg.github.io/shared-storage/", + "crawlCacheInfo": { + "lastModified": "Thu, 06 Apr 2023 22:00:03 GMT" + }, + "generator": "bikeshed", + "date": "6 April 2023", + "links": "links/shared-storage.json", + "refs": "refs/shared-storage.json", + "idl": "idl/shared-storage.idl", + "dfns": "dfns/shared-storage.json", + "headings": "headings/shared-storage.json", + "ids": "ids/shared-storage.json" + }, { "url": "https://wicg.github.io/sms-one-time-codes/", "seriesComposition": "full", @@ -11757,6 +11999,55 @@ "headings": "headings/speech-api.json", "ids": "ids/speech-api.json" }, + { + "url": "https://wicg.github.io/storage-buckets/", + "seriesComposition": "full", + "shortname": "storage-buckets", + "series": { + "shortname": "storage-buckets", + "currentSpecification": "storage-buckets", + "title": "Storage Buckets API", + "shortTitle": "Storage Buckets API", + "nightlyUrl": "https://wicg.github.io/storage-buckets/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Web Platform Incubator Community Group", + "url": "https://www.w3.org/community/wicg/" + } + ], + "nightly": { + "url": "https://wicg.github.io/storage-buckets/", + "status": "Draft Community Group Report", + "alternateUrls": [], + "repository": "https://github.com/WICG/storage-buckets", + "sourcePath": "index.bs", + "filename": "index.html" + }, + "title": "Storage Buckets API", + "source": "spec", + "shortTitle": "Storage Buckets API", + "categories": [ + "browser" + ], + "standing": "good", + "versions": [ + "https://wicg.github.io/storage-buckets/" + ], + "crawled": "https://wicg.github.io/storage-buckets/", + "crawlCacheInfo": { + "lastModified": "Tue, 02 May 2023 16:18:38 GMT" + }, + "generator": "bikeshed", + "date": "2 May 2023", + "links": "links/storage-buckets.json", + "refs": "refs/storage-buckets.json", + "idl": "idl/storage-buckets.idl", + "dfns": "dfns/storage-buckets.json", + "headings": "headings/storage-buckets.json", + "ids": "ids/storage-buckets.json" + }, { "url": "https://wicg.github.io/trust-token-api/", "seriesComposition": "full", @@ -11813,10 +12104,11 @@ "series": { "shortname": "turtledove", "currentSpecification": "turtledove", - "title": "FLEDGE", - "shortTitle": "FLEDGE", + "title": "Protected Audience (formerly FLEDGE)", + "shortTitle": "Protected Audience", "nightlyUrl": "https://wicg.github.io/turtledove/" }, + "shortTitle": "Protected Audience", "organization": "W3C", "groups": [ { @@ -11834,7 +12126,6 @@ }, "title": "Protected Audience (formerly FLEDGE)", "source": "spec", - "shortTitle": "FLEDGE", "categories": [ "browser" ], @@ -11844,10 +12135,10 @@ ], "crawled": "https://wicg.github.io/turtledove/", "crawlCacheInfo": { - "lastModified": "Mon, 08 May 2023 01:15:24 GMT" + "lastModified": "Tue, 09 May 2023 15:19:50 GMT" }, "generator": "bikeshed", - "date": "8 May 2023", + "date": "9 May 2023", "links": "links/turtledove.json", "refs": "refs/turtledove.json", "idl": "idl/turtledove.idl", @@ -11908,8 +12199,7 @@ "idl": "idl/ua-client-hints.idl", "dfns": "dfns/ua-client-hints.json", "headings": "headings/ua-client-hints.json", - "ids": "ids/ua-client-hints.json", - "error": "Error: Loading https://wicg.github.io/ua-client-hints/ triggered HTTP status 503 Error: Loading https://wicg.github.io/ua-client-hints/ triggered HTTP status 503\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 228)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/ua-client-hints.json" }, { "url": "https://wicg.github.io/urlpattern/", @@ -12415,10 +12705,10 @@ ], "crawled": "https://wicg.github.io/window-controls-overlay/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Sep 2022 20:24:41 GMT" + "lastModified": "Tue, 09 May 2023 17:06:58 GMT" }, "generator": "respec", - "date": "08 September 2022", + "date": "09 May 2023", "links": "links/window-controls-overlay.json", "refs": "refs/window-controls-overlay.json", "events": "events/window-controls-overlay.json", @@ -15440,7 +15730,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-animationworklet-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:41:23 GMT" + "lastModified": "Tue, 9 May 2023 17:43:29 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -16240,7 +16530,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Fri, 05 May 2023 17:39:15 GMT" + "lastModified": "Mon, 24 Apr 2023 12:59:35 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -17902,7 +18192,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-layout-api-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:41:28 GMT" + "lastModified": "Tue, 9 May 2023 17:43:34 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -18158,7 +18448,7 @@ ], "crawled": "https://drafts.fxtf.org/css-masking-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:39:55 GMT" + "lastModified": "Tue, 9 May 2023 17:42:03 GMT" }, "generator": "bikeshed", "date": "20 September 2022", @@ -18805,7 +19095,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-paint-api-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:41:31 GMT" + "lastModified": "Tue, 9 May 2023 17:43:37 GMT" }, "generator": "bikeshed", "date": "15 December 2020", @@ -18940,7 +19230,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-properties-values-api-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:41:35 GMT" + "lastModified": "Tue, 9 May 2023 17:43:41 GMT" }, "generator": "bikeshed", "date": "3 February 2023", @@ -19923,15 +20213,14 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Fri, 05 May 2023 17:39:16 GMT" + "lastModified": "Tue, 27 Dec 2016 12:55:15 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", "refs": "refs/css-style-attr.json", "dfns": "dfns/css-style-attr.json", "headings": "headings/css-style-attr.json", - "ids": "ids/css-style-attr.json", - "error": "TypeError: Cannot read properties of null (reading 'status') TypeError: Cannot read properties of null (reading 'status')\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:544:25)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 365)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/css-style-attr.json" }, { "url": "https://www.w3.org/TR/css-syntax-3/", @@ -20591,7 +20880,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:41:51 GMT" + "lastModified": "Tue, 9 May 2023 17:43:56 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -22298,7 +22587,7 @@ ], "crawled": "https://drafts.fxtf.org/fill-stroke-3/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:40:00 GMT" + "lastModified": "Tue, 9 May 2023 17:42:08 GMT" }, "generator": "bikeshed", "date": "4 April 2017", @@ -22362,7 +22651,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:40:21 GMT" + "lastModified": "Tue, 9 May 2023 17:42:27 GMT" }, "generator": "bikeshed", "date": "12 September 2022", @@ -22733,7 +23022,7 @@ ], "crawled": "https://drafts.fxtf.org/geometry-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:40:28 GMT" + "lastModified": "Tue, 9 May 2023 17:42:35 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -22803,8 +23092,7 @@ "links": "links/graphics-aam-1.0.json", "refs": "refs/graphics-aam-1.0.json", "headings": "headings/graphics-aam-1.0.json", - "ids": "ids/graphics-aam-1.0.json", - "error": "Error: Loading https://w3c.github.io/graphics-aam/ triggered HTTP status 503 Error: Loading https://w3c.github.io/graphics-aam/ triggered HTTP status 503\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 409)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/graphics-aam-1.0.json" }, { "url": "https://www.w3.org/TR/graphics-aria-1.0/", @@ -23096,8 +23384,7 @@ "refs": "refs/html-aria.json", "dfns": "dfns/html-aria.json", "headings": "headings/html-aria.json", - "ids": "ids/html-aria.json", - "error": "Error: Loading https://w3c.github.io/html-aria/ triggered HTTP status 502 Error: Loading https://w3c.github.io/html-aria/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359: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:367:21)" + "ids": "ids/html-aria.json" }, { "url": "https://www.w3.org/TR/html-media-capture/", @@ -23630,8 +23917,7 @@ "idl": "idl/json-ld-api.idl", "dfns": "dfns/json-ld11-api.json", "headings": "headings/json-ld11-api.json", - "ids": "ids/json-ld11-api.json", - "error": "Error: Loading https://w3c.github.io/json-ld-api/ triggered HTTP status 502 Error: Loading https://w3c.github.io/json-ld-api/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 423)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/json-ld11-api.json" }, { "url": "https://www.w3.org/TR/json-ld11-framing/", @@ -23739,8 +24025,7 @@ "refs": "refs/json-ld11.json", "dfns": "dfns/json-ld11.json", "headings": "headings/json-ld11.json", - "ids": "ids/json-ld11.json", - "error": "Error: Loading https://w3c.github.io/json-ld-syntax/ triggered HTTP status 502 Error: Loading https://w3c.github.io/json-ld-syntax/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 425)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/json-ld11.json" }, { "url": "https://www.w3.org/TR/largest-contentful-paint/", @@ -24523,7 +24808,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Fri, 05 May 2023 17:39:16 GMT" + "lastModified": "Thu, 05 May 2022 03:23:10 GMT" }, "date": "05 April 2022", "links": "links/mediaqueries-3.json", @@ -24725,8 +25010,7 @@ "idl": "idl/mediasession.idl", "dfns": "dfns/mediasession.json", "headings": "headings/mediasession.json", - "ids": "ids/mediasession.json", - "error": "Error: Loading https://w3c.github.io/mediasession/ triggered HTTP status 503 Error: Loading https://w3c.github.io/mediasession/ triggered HTTP status 503\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 441)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/mediasession.json" }, { "url": "https://www.w3.org/TR/mediastream-recording/", @@ -25063,7 +25347,7 @@ ], "crawled": "https://drafts.fxtf.org/motion-1/", "crawlCacheInfo": { - "lastModified": "Tue, 9 May 2023 10:40:32 GMT" + "lastModified": "Tue, 9 May 2023 17:42:39 GMT" }, "generator": "bikeshed", "date": "22 March 2023", @@ -25551,8 +25835,7 @@ "idl": "idl/paint-timing.idl", "dfns": "dfns/paint-timing.json", "headings": "headings/paint-timing.json", - "ids": "ids/paint-timing.json", - "error": "Error: Loading https://w3c.github.io/paint-timing/ triggered HTTP status 502 Error: Loading https://w3c.github.io/paint-timing/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 455)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/paint-timing.json" }, { "url": "https://www.w3.org/TR/payment-handler/", @@ -26604,8 +26887,7 @@ "idl": "idl/reporting.idl", "dfns": "dfns/reporting-1.json", "headings": "headings/reporting-1.json", - "ids": "ids/reporting-1.json", - "error": "Error: Loading https://w3c.github.io/reporting/ triggered HTTP status 503 Error: Loading https://w3c.github.io/reporting/ triggered HTTP status 503\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 472)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/reporting-1.json" }, { "url": "https://www.w3.org/TR/requestidlecallback/", @@ -26786,10 +27068,10 @@ ], "crawled": "https://w3c.github.io/resource-timing/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 05:13:02 GMT" + "lastModified": "Tue, 09 May 2023 14:32:31 GMT" }, "generator": "respec", - "date": "13 March 2023", + "date": "09 May 2023", "links": "links/resource-timing.json", "refs": "refs/resource-timing.json", "events": "events/resource-timing.json", @@ -27295,7 +27577,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Fri, 05 May 2023 17:39:16 GMT" + "lastModified": "Mon, 22 Feb 2021 07:26:51 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -28159,8 +28441,7 @@ "refs": "refs/timing-entrytypes-registry.json", "dfns": "dfns/timing-entrytypes-registry.json", "headings": "headings/timing-entrytypes-registry.json", - "ids": "ids/timing-entrytypes-registry.json", - "error": "Error: Loading https://w3c.github.io/timing-entrytypes-registry/ triggered HTTP status 502 Error: Loading https://w3c.github.io/timing-entrytypes-registry/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 495)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/timing-entrytypes-registry.json" }, { "url": "https://www.w3.org/TR/touch-events/", @@ -28387,10 +28668,10 @@ ], "crawled": "https://w3c.github.io/uievents-code/", "crawlCacheInfo": { - "lastModified": "Mon, 01 May 2023 18:00:15 GMT" + "lastModified": "Tue, 09 May 2023 18:26:45 GMT" }, "generator": "bikeshed", - "date": "28 March 2023", + "date": "9 May 2023", "links": "links/uievents-code.json", "refs": "refs/uievents-code.json", "dfns": "dfns/uievents-code.json", @@ -28442,10 +28723,10 @@ ], "crawled": "https://w3c.github.io/uievents-key/", "crawlCacheInfo": { - "lastModified": "Tue, 04 Apr 2023 13:23:54 GMT" + "lastModified": "Tue, 09 May 2023 18:15:03 GMT" }, "generator": "bikeshed", - "date": "27 March 2023", + "date": "9 May 2023", "links": "links/uievents-key.json", "refs": "refs/uievents-key.json", "dfns": "dfns/uievents-key.json", @@ -28811,10 +29092,10 @@ ], "crawled": "https://w3c.github.io/aria/", "crawlCacheInfo": { - "lastModified": "Wed, 03 May 2023 07:16:47 GMT" + "lastModified": "Tue, 09 May 2023 17:30:37 GMT" }, "generator": "respec", - "date": "03 May 2023", + "date": "09 May 2023", "links": "links/wai-aria-1.2.json", "refs": "refs/wai-aria-1.2.json", "idl": "idl/wai-aria.idl", @@ -28947,8 +29228,7 @@ "idl": "idl/wasm-js-api.idl", "dfns": "dfns/wasm-js-api-2.json", "headings": "headings/wasm-js-api-2.json", - "ids": "ids/wasm-js-api-2.json", - "error": "Error: Loading https://webassembly.github.io/spec/js-api/ triggered HTTP status 502 Error: Loading https://webassembly.github.io/spec/js-api/ triggered HTTP status 502\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:359:22)\n at async Promise.all (index 508)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:21)" + "ids": "ids/wasm-js-api-2.json" }, { "url": "https://www.w3.org/TR/wasm-web-api-2/", diff --git a/ed/links/FedCM.json b/ed/links/FedCM.json index d85bf06734a6..3fb6e2144dc7 100644 --- a/ed/links/FedCM.json +++ b/ed/links/FedCM.json @@ -86,7 +86,6 @@ "https://github.com/fedidcg/FedCM/issues/319": {}, "https://github.com/fedidcg/FedCM/issues/333": {}, "https://github.com/fedidcg/FedCM/issues/336": {}, - "https://github.com/fedidcg/FedCM/issues/389": {}, "https://github.com/michaelkleber/privacy-model": {}, "https://github.com/w3c/webappsec-credential-management/issues/210": {}, "https://github.com/whatwg/fetch/pull/1533": {}, @@ -118,11 +117,6 @@ "concept-document-window" ] }, - "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html": { - "anchors": [ - "dom-settimeout" - ] - }, "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ "relevant-settings-object", @@ -130,7 +124,6 @@ "environment-settings-object", "queue-a-global-task", "dom-manipulation-task-source", - "concept-task", "concept-global-object-realm", "networking-task-source", "current-settings-object" @@ -200,8 +193,11 @@ "credentialscontainer", "abstract-opdef-request-a-credential", "same-origin-with-its-ancestors", + "dom-credentialrequestoptions-signal", "dom-credentialrequestoptions-mediation", - "dom-credentialrequestoptions-signal" + "origin-requires-user-mediation", + "dom-credentialmediationrequirement-silent", + "dom-credentialmediationrequirement-required" ], "specShortname": "credential-management-1" }, diff --git a/ed/links/direct-sockets.json b/ed/links/direct-sockets.json new file mode 100644 index 000000000000..eacfacbe303a --- /dev/null +++ b/ed/links/direct-sockets.json @@ -0,0 +1,131 @@ +{ + "spec": { + "title": "Direct Sockets API", + "url": "https://wicg.github.io/direct-sockets/" + }, + "links": { + "https://dom.spec.whatwg.org/": { + "anchors": [ + "abortsignal-aborted", + "abortsignal-abort-reason", + "abortsignal-add" + ], + "specShortname": "dom" + }, + "https://en.wikipedia.org/wiki/Nagle%27s_algorithm": {}, + "https://github.com/WICG/direct-sockets": {}, + "https://github.com/WICG/direct-sockets/blob/main/docs/explainer.md": { + "anchors": [ + "security-considerations" + ] + }, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { + "anchors": [ + "allowed-to-use" + ] + }, + "https://html.spec.whatwg.org/multipage/infrastructure.html": { + "anchors": [ + "in-parallel" + ] + }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "concept-document-window" + ] + }, + "https://html.spec.whatwg.org/multipage/webappapis.html": { + "anchors": [ + "concept-relevant-global", + "queue-a-global-task", + "concept-relevant-realm" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "byte-sequence" + ], + "specShortname": "infra" + }, + "https://learn.microsoft.com/en-us/windows/win32/winsock/sio-keepalive-vals": {}, + "https://streams.spec.whatwg.org/": { + "anchors": [ + "readablestream", + "writablestream", + "readablestream-desired-size-to-fill-up-to-the-high-water-mark", + "readablestream-current-byob-request-view", + "readablestream-close", + "readablestream-enqueue", + "readablestream-error", + "readablestream-set-up-with-byte-reading-support", + "readablestream-set-up-with-byte-reading-support-pullalgorithm", + "readablestream-set-up-with-byte-reading-support-cancelalgorithm", + "readablestream-set-up-with-byte-reading-support-highwatermark", + "writablestreamdefaultwriter", + "default-writer-write", + "writablestream-signal", + "writablestream-set-up", + "writablestream-set-up-writealgorithm", + "writablestream-set-up-abortalgorithm", + "writablestream-set-up-closealgorithm", + "writablestream-set-up-highwatermark", + "rs-cancel", + "ws-abort", + "rs-get-reader", + "ws-get-writer", + "default-writer-close", + "default-writer-abort", + "lock", + "readablestream-cancel", + "writablestream-abort", + "readablestream-set-up", + "readablestream-set-up-pullalgorithm", + "readablestream-set-up-cancelalgorithm", + "readablestream-set-up-highwatermark", + "desired-size-to-fill-a-streams-internal-queue", + "internal-queues" + ], + "specShortname": "streams" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "Exposed", + "SecureContext", + "idl-DOMString", + "idl-unsigned-short", + "idl-promise", + "idl-undefined", + "this", + "notallowederror", + "idl-DOMException", + "exceptiondef-typeerror", + "reject", + "networkerror", + "resolve", + "EnforceRange", + "idl-unsigned-long", + "idl-boolean", + "new", + "buffersource-byte-length", + "arraybufferview-write", + "arraybufferview-create", + "idl-Uint8Array", + "a-promise-resolved-with", + "a-new-promise", + "dfn-convert-ecmascript-to-idl-value", + "BufferSource", + "dfn-get-buffer-source-copy", + "invalidstateerror", + "idl-ArrayBuffer" + ], + "specShortname": "webidl" + }, + "https://www.w3.org/TR/permissions-policy-1/": { + "anchors": [ + "policy-controlled-feature" + ], + "specShortname": "permissions-policy-1" + } + } +} \ No newline at end of file diff --git a/ed/links/document-picture-in-picture.json b/ed/links/document-picture-in-picture.json new file mode 100644 index 000000000000..f6c1fb4eee38 --- /dev/null +++ b/ed/links/document-picture-in-picture.json @@ -0,0 +1,140 @@ +{ + "spec": { + "title": "Document Picture-in-Picture Specification", + "url": "https://wicg.github.io/document-picture-in-picture/" + }, + "links": { + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "document", + "eventtarget", + "event", + "dictdef-eventinit", + "concept-event-fire", + "dom-event-bubbles" + ], + "specShortname": "dom" + }, + "https://drafts.csswg.org/cssom-1/": { + "anchors": [ + "css-style-sheet" + ], + "specShortname": "cssom-1" + }, + "https://drafts.csswg.org/cssom-view-1/": { + "anchors": [ + "dom-window-moveto", + "dom-window-moveby" + ], + "specShortname": "cssom-view-1" + }, + "https://drafts.csswg.org/cssom-view/": { + "specShortname": "cssom-view-1" + }, + "https://drafts.csswg.org/cssom/": { + "specShortname": "cssom-1" + }, + "https://github.com/WICG/document-picture-in-picture/issues": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/browsers.html": { + "anchors": [ + "browsing-context" + ] + }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "top-level-browsing-context" + ] + }, + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { + "anchors": [ + "htmliframeelement" + ] + }, + "https://html.spec.whatwg.org/multipage/indices.html": { + "anchors": [ + "event-unload" + ] + }, + "https://html.spec.whatwg.org/multipage/interaction.html": { + "anchors": [ + "transient-activation", + "consume-user-activation" + ] + }, + "https://html.spec.whatwg.org/multipage/media.html": { + "anchors": [ + "htmlvideoelement", + "dom-media-src" + ] + }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "dom-open", + "window", + "concept-document-window", + "dom-window-close" + ] + }, + "https://html.spec.whatwg.org/multipage/origin.html": { + "anchors": [ + "concept-origin" + ] + }, + "https://html.spec.whatwg.org/multipage/webappapis.html": { + "anchors": [ + "eventhandler", + "concept-relevant-global", + "queue-a-global-task", + "dom-manipulation-task-source" + ] + }, + "https://lists.w3.org/Archives/Public/public-media-wg/": {}, + "https://url.spec.whatwg.org/": { + "anchors": [ + "concept-url", + "relative-url-string" + ], + "specShortname": "url" + }, + "https://w3c.github.io/picture-in-picture/": { + "anchors": [ + "pictureinpicturewindow" + ], + "specShortname": "picture-in-picture" + }, + "https://w3c.github.io/webappsec-secure-contexts/": { + "specShortname": "secure-contexts" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "Exposed", + "SameObject", + "SecureContext", + "NewObject", + "idl-promise", + "EnforceRange", + "idl-unsigned-long-long", + "idl-boolean", + "idl-DOMString", + "this", + "notsupportederror", + "idl-DOMException", + "notallowederror", + "exceptiondef-rangeerror" + ], + "specShortname": "webidl" + }, + "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/groups/wg/media/ipr": {} + } +} \ No newline at end of file diff --git a/ed/links/fenced-frame.json b/ed/links/fenced-frame.json index 9d428f5480c5..c996afe1a10e 100644 --- a/ed/links/fenced-frame.json +++ b/ed/links/fenced-frame.json @@ -432,7 +432,9 @@ ], "specShortname": "prerendering-revamped" }, - "https://wicg.github.io/shared-storage/": {}, + "https://wicg.github.io/shared-storage/": { + "specShortname": "shared-storage" + }, "https://wicg.github.io/turtledove/": { "specShortname": "turtledove" }, diff --git a/ed/links/html.json b/ed/links/html.json index 5f930c628457..33d877d2f75a 100644 --- a/ed/links/html.json +++ b/ed/links/html.json @@ -2705,7 +2705,8 @@ "dfn-accessible-name", "ARIAMixin", "dfn-ariamixin-getter-steps", - "dfn-ariamixin-setter-steps" + "dfn-ariamixin-setter-steps", + "menu" ], "specShortname": "wai-aria-1.2" }, diff --git a/ed/links/local-network-access.json b/ed/links/local-network-access.json index 305cddad02f0..78d191146922 100644 --- a/ed/links/local-network-access.json +++ b/ed/links/local-network-access.json @@ -58,6 +58,7 @@ }, "https://github.com/WICG/local-network-access/issues/21": {}, "https://github.com/WICG/local-network-access/issues/50": {}, + "https://github.com/WICG/local-network-access/issues/91": {}, "https://github.com/wicg/local-network-access/issues/14": {}, "https://github.com/wicg/local-network-access/issues/23": {}, "https://github.com/wicg/local-network-access/issues/28": {}, diff --git a/ed/links/nav-tracking-mitigations.json b/ed/links/nav-tracking-mitigations.json new file mode 100644 index 000000000000..439264e9ca8a --- /dev/null +++ b/ed/links/nav-tracking-mitigations.json @@ -0,0 +1,179 @@ +{ + "spec": { + "title": "Navigational-Tracking Mitigations", + "url": "https://privacycg.github.io/nav-tracking-mitigations/" + }, + "links": { + "http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document": {}, + "http://www.w3.org/Consortium/Legal/ipr-notice": { + "anchors": [ + "Copyright" + ] + }, + "http://www.w3.org/community/": {}, + "http://www.w3.org/community/about/agreements/cla/": {}, + "http://www.w3.org/community/privacycg/": {}, + "https://brave.com/": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "concept-document", + "concept-document-origin" + ], + "specShortname": "dom" + }, + "https://github.com/privacycg/meetings/": {}, + "https://github.com/privacycg/nav-tracking-mitigations": {}, + "https://github.com/privacycg/nav-tracking-mitigations/blob/main/bounce-tracking-explainer.md": {}, + "https://github.com/privacycg/nav-tracking-mitigations/issues/": {}, + "https://github.com/privacycg/nav-tracking-mitigations/issues/4": {}, + "https://github.com/privacycg/nav-tracking-mitigations/issues/5": {}, + "https://google.com/": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/browsers.html": { + "anchors": [ + "site", + "concept-origin-opaque", + "obtain-a-site", + "concept-origin-host" + ] + }, + "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { + "anchors": [ + "navigating-across-documents" + ] + }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "node-navigable", + "top-level-traversable", + "nav-document", + "traversable-navigable" + ] + }, + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { + "anchors": [ + "the-iframe-element" + ] + }, + "https://html.spec.whatwg.org/multipage/interaction.html": { + "anchors": [ + "activation-notification", + "user-activation-processing-model" + ] + }, + "https://html.spec.whatwg.org/multipage/links.html": { + "anchors": [ + "hyperlink" + ] + }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "dom-location" + ] + }, + "https://html.spec.whatwg.org/multipage/semantics.html": { + "anchors": [ + "meta", + "attr-meta-http-equiv", + "attr-meta-http-equiv-keyword-refresh" + ] + }, + "https://html.spec.whatwg.org/multipage/webappapis.html": { + "anchors": [ + "relevant-settings-object" + ] + }, + "https://html.spec.whatwg.org/multipage/webstorage.html": { + "anchors": [ + "dom-localstorage" + ] + }, + "https://httpwg.org/specs/rfc6265.html": { + "specShortname": "rfc6265" + }, + "https://httpwg.org/specs/rfc7231.html": { + "anchors": [ + "status.3xx" + ], + "specShortname": "rfc7231" + }, + "https://httpwg.org/specs/rfc7234.html": { + "specShortname": "rfc7234" + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "ordered-map", + "implementation-defined", + "map-remove", + "map-iterate", + "assert", + "map-exists", + "iteration-continue", + "list-iterate" + ], + "specShortname": "infra" + }, + "https://privacycg.github.io/nav-tracking-mitigations/": { + "specShortname": "nav-tracking-mitigations" + }, + "https://storage.spec.whatwg.org/": { + "anchors": [ + "storage-shed", + "storage-key-origin" + ], + "specShortname": "storage" + }, + "https://tools.ietf.org/html/rfc6265/": { + "anchors": [ + "section-5.3", + "section-5.1.3" + ] + }, + "https://tools.ietf.org/html/rfc7234/": { + "anchors": [ + "section-2" + ] + }, + "https://url.spec.whatwg.org/": { + "anchors": [ + "concept-url", + "host-registrable-domain", + "concept-host" + ], + "specShortname": "url" + }, + "https://w3c.github.io/dnt/drafts/tracking-dnt.html": { + "specShortname": "tracking-dnt" + }, + "https://w3c.github.io/hr-time/": { + "anchors": [ + "dfn-moment", + "dfn-wall-clock", + "dfn-duration", + "dfn-current-wall-time", + "wall-clock-unsafe-current-time" + ], + "specShortname": "hr-time-3" + }, + "https://w3c.github.io/webappsec-clear-site-data": { + "specShortname": "clear-site-data" + }, + "https://webkit.org/tracking-prevention/": { + "anchors": [ + "classification-as-having-cross-site-tracking-capabilities", + "detection-of-cross-site-tracking-via-link-decoration" + ] + }, + "https://wiki.mozilla.org/Firefox_Security_Newsletter/FSN-2021-Q4": {}, + "https://wiki.mozilla.org/Security/Anti_tracking_policy": {}, + "https://www.w3.org/": {}, + "https://www.w3.org/TR/tracking-dnt/": { + "anchors": [ + "dfn-tracking" + ], + "specShortname": "tracking-dnt" + }, + "https://www.w3.org/community/about/agreements/cla/": {} + } +} \ No newline at end of file diff --git a/ed/links/performance-timeline.json b/ed/links/performance-timeline.json index 741ab7ad429d..6fb3c52b1383 100644 --- a/ed/links/performance-timeline.json +++ b/ed/links/performance-timeline.json @@ -19,7 +19,7 @@ "https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/PerformanceObserver": {}, "https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/disconnect": {}, "https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/observe": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/supportedEntryTypes": {}, + "https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/supportedEntryTypes_static": {}, "https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/takeRecords": {}, "https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserverEntryList": {}, "https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserverEntryList/getEntries": {}, diff --git a/ed/links/real-world-meshing.json b/ed/links/real-world-meshing.json new file mode 100644 index 000000000000..b18c97269945 --- /dev/null +++ b/ed/links/real-world-meshing.json @@ -0,0 +1,57 @@ +{ + "spec": { + "title": "WebXR Mesh Detection Module", + "url": "https://immersive-web.github.io/real-world-meshing/" + }, + "links": { + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://immersive-web.github.io/anchors/": { + "anchors": [ + "xr-anchor", + "native-anchor", + "privacy-security" + ], + "specShortname": "anchors" + }, + "https://immersive-web.github.io/webxr/": { + "anchors": [ + "feature-descriptor", + "capable-of-supporting", + "inline-xr-device", + "xrsession-list-of-frame-updates", + "xrspace", + "xrspace-native-origin", + "dom-xrframe-getpose", + "xrframe", + "xrframe-active", + "xrsession", + "dom-xrframe-session", + "xrsession-xr-device", + "xrframe-time", + "xrspace-session", + "rounding", + "quantization", + "security" + ], + "specShortname": "webxr" + }, + "https://w3c.github.io/hr-time/": { + "anchors": [ + "dom-domhighrestimestamp" + ], + "specShortname": "hr-time-3" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "Exposed", + "SameObject", + "idl-frozen-array", + "idl-Float32Array", + "idl-Uint32Array", + "idl-DOMString", + "invalidstateerror" + ], + "specShortname": "webidl" + } + } +} \ No newline at end of file diff --git a/ed/links/resource-timing.json b/ed/links/resource-timing.json index df1dcfa68cbf..088805e4b614 100644 --- a/ed/links/resource-timing.json +++ b/ed/links/resource-timing.json @@ -40,6 +40,7 @@ "connection-timing-info-secure-connection-start-time", "connection-timing-info-alpn-negotiated-protocol", "fetch-timing-info-final-network-request-start-time", + "fetch-timing-info-first-interim-network-response-start-time", "fetch-timing-info-final-network-response-start-time", "fetch-timing-info-encoded-body-size", "fetch-timing-info-decoded-body-size", diff --git a/ed/links/shared-storage.json b/ed/links/shared-storage.json new file mode 100644 index 000000000000..aedb2331546a --- /dev/null +++ b/ed/links/shared-storage.json @@ -0,0 +1,242 @@ +{ + "spec": { + "title": "Shared Storage API", + "url": "https://wicg.github.io/shared-storage/" + }, + "links": { + "http://www.w3.org/community/": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "document", + "concept-document-origin" + ], + "specShortname": "dom" + }, + "https://en.wikipedia.org/wiki/Entropy_(information_theory)": { + "anchors": [ + "bits-of-entropy", + "entropy-bits" + ] + }, + "https://github.com/WICG/shared-storage": { + "anchors": [ + "example-scenarios" + ] + }, + "https://github.com/patcg-individual-drafts/private-aggregation-api/blob/main/README.md": { + "anchors": [ + "private-aggregation" + ] + }, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/browsers.html": { + "anchors": [ + "concept-origin", + "concept-opaque-origin" + ] + }, + "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { + "anchors": [ + "navigate" + ] + }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "browsing-context", + "active-window", + "navigable", + "nav-traversable" + ] + }, + "https://html.spec.whatwg.org/multipage/infrastructure.html": { + "anchors": [ + "starting-a-new-parallel-queue", + "enqueue-the-following-steps" + ] + }, + "https://html.spec.whatwg.org/multipage/input.html": { + "anchors": [ + "dom-input-list" + ] + }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "window" + ] + }, + "https://html.spec.whatwg.org/multipage/webappapis.html": { + "anchors": [ + "top-level-traversable", + "module-script", + "environment-settings-object", + "relevant-settings-object", + "module-map", + "environment", + "window-bc", + "beginning-navigation", + "ending-navigation", + "node-navigable", + "active-document", + "nav-parent", + "nav-top", + "obtain-a-worklet-agent", + "concept-environment-target-browsing-context" + ] + }, + "https://html.spec.whatwg.org/multipage/worklets.html": { + "anchors": [ + "worklet", + "dom-worklet-addmodule", + "worklets", + "worklet-global-scope-type", + "workletglobalscope", + "terminate-a-worklet-global-scope" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "ordered-map", + "string", + "list", + "map-exists", + "map-entry", + "map-key", + "map-set", + "user-agent", + "map-size", + "set-append", + "struct", + "map-get", + "map-remove", + "map-clear", + "map-getting-the-values", + "map-iterate", + "string-length", + "list-append", + "string-concatenate", + "map-is-empty", + "map-value", + "list-contain", + "list-size", + "list-item", + "list-remove", + "queue", + "list-is-empty", + "queue-enqueue", + "queue-dequeue" + ], + "specShortname": "infra" + }, + "https://privacycg.github.io/storage-partitioning/": { + "anchors": [ + "client-side-storage-partitioning" + ] + }, + "https://storage.spec.whatwg.org/": { + "anchors": [ + "model", + "registered-storage-endpoints", + "storage-endpoint", + "storage-type", + "storage-identifier", + "storage-endpoint-quota", + "storage-shelf", + "storage-shed", + "storage-key", + "bucket-map", + "storage-bucket", + "bottle-map", + "storage-bottle", + "storage-bottle-quota", + "storage-proxy-map", + "storage-proxy-map-backing-map", + "storage-bottle-proxy-map-reference-set" + ], + "specShortname": "storage" + }, + "https://tc39.es/ecma262/": { + "anchors": [ + "function-object", + "sec-isconstructor", + "sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", + "sec-object-type", + "sec-getmethod", + "assert", + "sec-call" + ] + }, + "https://url.spec.whatwg.org/": { + "anchors": [ + "url", + "concept-url-origin", + "concept-url", + "concept-url-parser", + "concept-url-serializer" + ], + "specShortname": "url" + }, + "https://w3c.github.io/beacon/": { + "anchors": [ + "beacon" + ], + "specShortname": "beacon" + }, + "https://w3c.github.io/hr-time/": { + "anchors": [ + "dom-domhighrestimestamp", + "dfn-unix-epoch", + "dfn-duration", + "dfn-current-wall-time" + ], + "specShortname": "hr-time-3" + }, + "https://w3c.github.io/webrtc-identity/": { + "anchors": [ + "dom-rtcidentityproviderregistrar-register" + ], + "specShortname": "webrtc-identity" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "Exposed", + "a-promise-rejected-with", + "exceptiondef-typeerror", + "Global", + "idl-undefined", + "idl-DOMString", + "idl-object", + "idl-boolean", + "dfn-dictionary", + "idl-long", + "idl-promise", + "idl-frozen-array", + "idl-any", + "idl-USVString", + "idl-double", + "upon-fulfillment", + "upon-rejection", + "idl-unsigned-long", + "idl-async-iterable", + "asynchronous-iterator-initialization-steps", + "dfn-get-the-next-iteration-result", + "introduction" + ], + "specShortname": "webidl" + }, + "https://wicg.github.io/fenced-frame/": { + "anchors": [ + "the-fencedframe-element", + "fencedframeconfig", + "dom-fenceevent-eventtype", + "dom-fence-reportevent", + "dictdef-fenceevent", + "dom-fenceevent-destination", + "dom-fenceevent-eventdata" + ], + "specShortname": "fenced-frame" + }, + "https://www.w3.org/community/about/agreements/cla/": {}, + "https://www.w3.org/community/wicg/": {} + } +} \ No newline at end of file diff --git a/ed/links/storage-buckets.json b/ed/links/storage-buckets.json new file mode 100644 index 000000000000..1fc312442d0e --- /dev/null +++ b/ed/links/storage-buckets.json @@ -0,0 +1,146 @@ +{ + "spec": { + "title": "Storage Buckets API", + "url": "https://wicg.github.io/storage-buckets/" + }, + "links": { + "http://www.w3.org/community/": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://fs.spec.whatwg.org/": { + "anchors": [ + "filesystemdirectoryhandle", + "dom-storagemanager-getdirectory", + "sandboxed-filesystem" + ], + "specShortname": "fs" + }, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/infrastructure.html": { + "anchors": [ + "in-parallel" + ] + }, + "https://html.spec.whatwg.org/multipage/system-state.html": { + "anchors": [ + "navigator" + ] + }, + "https://html.spec.whatwg.org/multipage/webappapis.html": { + "anchors": [ + "environment-settings-object", + "relevant-settings-object", + "queue-a-task", + "concept-settings-object-origin" + ] + }, + "https://html.spec.whatwg.org/multipage/workers.html": { + "anchors": [ + "workernavigator" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "code-point", + "ascii-lower-alpha", + "ascii-digit", + "string-code-point-length", + "map-key", + "list", + "list-append", + "implementation-defined", + "string-starts-with", + "code-unit-substring-by-positions", + "tuple" + ], + "specShortname": "infra" + }, + "https://storage.spec.whatwg.org/": { + "anchors": [ + "obtain-a-local-storage-shelf", + "storage-bucket", + "bucket-map", + "bucket-mode", + "dictdef-storageestimate", + "buckets", + "storage-bottle", + "storage-quota", + "dom-storageestimate-usage", + "dom-storageestimate-quota", + "storage-shelf", + "obtain-a-local-storage-bottle-map", + "storage-bottle-map" + ], + "specShortname": "storage" + }, + "https://w3c.github.io/IndexedDB/": { + "anchors": [ + "idbfactory", + "idbtransaction", + "transaction-durability-hint", + "dom-idbtransactiondurability-default", + "dom-idbtransactiondurability-strict", + "dom-idbtransactiondurability-relaxed" + ], + "specShortname": "IndexedDB-3" + }, + "https://w3c.github.io/ServiceWorker/": { + "anchors": [ + "cachestorage", + "dfn-relevant-name-to-cache-map" + ], + "specShortname": "service-workers" + }, + "https://w3c.github.io/hr-time/": { + "anchors": [ + "dom-domhighrestimestamp", + "dfn-unix-epoch", + "dfn-eso-current-wall-time", + "dfn-moment", + "dfn-wall-clock" + ], + "specShortname": "hr-time-3" + }, + "https://w3c.github.io/permissions/": { + "anchors": [ + "dfn-request-permission-to-use", + "dom-permissionstate-granted", + "dfn-getting-the-current-permission-state" + ], + "specShortname": "permissions" + }, + "https://w3c.github.io/webappsec-clear-site-data/": { + "anchors": [ + "header", + "parsing", + "clear-response" + ], + "specShortname": "clear-site-data" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "SecureContext", + "SameObject", + "this", + "Exposed", + "idl-promise", + "idl-DOMString", + "idl-sequence", + "idl-undefined", + "idl-boolean", + "idl-unsigned-long-long", + "a-promise-rejected-with", + "exceptiondef-typeerror", + "a-promise-resolved-with", + "a-new-promise", + "reject", + "invalidcharactererror", + "resolve", + "invalidstateerror", + "dfn-throw" + ], + "specShortname": "webidl" + }, + "https://www.w3.org/community/about/agreements/cla/": {}, + "https://www.w3.org/community/wicg/": {} + } +} \ No newline at end of file diff --git a/ed/links/turtledove.json b/ed/links/turtledove.json index e8ac1c9c2511..17a8f51f3428 100644 --- a/ed/links/turtledove.json +++ b/ed/links/turtledove.json @@ -27,7 +27,6 @@ "process-response-end-of-body", "concept-response", "concept-response-header-list", - "concept-header-list-get-structured-header", "concept-header-extract-mime-type", "concept-request", "concept-request-url", @@ -41,7 +40,8 @@ "concept-request-referrer", "concept-request-credentials-mode", "concept-request-cache-mode", - "concept-request-redirect-mode" + "concept-request-redirect-mode", + "concept-header-list-get-structured-header" ], "specShortname": "fetch" }, diff --git a/ed/links/uievents-code.json b/ed/links/uievents-code.json index 2fe72c48a88b..f6869ea45c4e 100644 --- a/ed/links/uievents-code.json +++ b/ed/links/uievents-code.json @@ -46,7 +46,7 @@ "https://www.w3.org/TR/security-privacy-questionnaire/": {}, "https://www.w3.org/TR/uievents-key/": { "anchors": [ - "key-value-tables" + "key-attr-values" ], "specShortname": "uievents-key" }, diff --git a/ed/refs/direct-sockets.json b/ed/refs/direct-sockets.json new file mode 100644 index 000000000000..33d8aaa12ec0 --- /dev/null +++ b/ed/refs/direct-sockets.json @@ -0,0 +1,35 @@ +{ + "spec": { + "title": "Direct Sockets API", + "url": "https://wicg.github.io/direct-sockets/" + }, + "refs": { + "normative": [ + { + "name": "dom", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "html", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "infra", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "permissions-policy", + "url": "https://www.w3.org/TR/permissions-policy-1/" + }, + { + "name": "STREAMS", + "url": "https://streams.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + } + ], + "informative": [] + } +} \ No newline at end of file diff --git a/ed/refs/document-picture-in-picture.json b/ed/refs/document-picture-in-picture.json new file mode 100644 index 000000000000..59ff96b457fa --- /dev/null +++ b/ed/refs/document-picture-in-picture.json @@ -0,0 +1,44 @@ +{ + "spec": { + "title": "Document Picture-in-Picture Specification", + "url": "https://wicg.github.io/document-picture-in-picture/" + }, + "refs": { + "normative": [ + { + "name": "CSSOM-1", + "url": "https://drafts.csswg.org/cssom/" + }, + { + "name": "CSSOM-VIEW-1", + "url": "https://drafts.csswg.org/cssom-view/" + }, + { + "name": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "URL", + "url": "https://url.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + } + ], + "informative": [ + { + "name": "SECURE-CONTEXTS", + "url": "https://w3c.github.io/webappsec-secure-contexts/" + } + ] + } +} \ No newline at end of file diff --git a/ed/refs/nav-tracking-mitigations.json b/ed/refs/nav-tracking-mitigations.json new file mode 100644 index 000000000000..9861c7982811 --- /dev/null +++ b/ed/refs/nav-tracking-mitigations.json @@ -0,0 +1,64 @@ +{ + "spec": { + "title": "Navigational-Tracking Mitigations", + "url": "https://privacycg.github.io/nav-tracking-mitigations/" + }, + "refs": { + "normative": [ + { + "name": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "HR-TIME-3", + "url": "https://w3c.github.io/hr-time/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "RFC6265", + "url": "https://httpwg.org/specs/rfc6265.html" + }, + { + "name": "RFC7234", + "url": "https://httpwg.org/specs/rfc7234.html" + }, + { + "name": "STORAGE", + "url": "https://storage.spec.whatwg.org/" + }, + { + "name": "URL", + "url": "https://url.spec.whatwg.org/" + } + ], + "informative": [ + { + "name": "FSN-2021-Q4", + "url": "https://wiki.mozilla.org/Firefox_Security_Newsletter/FSN-2021-Q4" + }, + { + "name": "MOZILLA-TRACKING-POLICY", + "url": "https://wiki.mozilla.org/Security/Anti_tracking_policy" + }, + { + "name": "TRACKING-DNT", + "url": "https://w3c.github.io/dnt/drafts/tracking-dnt.html" + }, + { + "name": "WEBKIT-TRACKING-PREVENTION", + "url": "https://webkit.org/tracking-prevention/" + } + ] + } +} \ No newline at end of file diff --git a/ed/refs/real-world-meshing.json b/ed/refs/real-world-meshing.json new file mode 100644 index 000000000000..34919c3ef6de --- /dev/null +++ b/ed/refs/real-world-meshing.json @@ -0,0 +1,32 @@ +{ + "spec": { + "title": "WebXR Mesh Detection Module", + "url": "https://immersive-web.github.io/real-world-meshing/" + }, + "refs": { + "normative": [ + { + "name": "HR-TIME-3", + "url": "https://w3c.github.io/hr-time/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + }, + { + "name": "WEBXR", + "url": "https://immersive-web.github.io/webxr/" + } + ], + "informative": [ + { + "name": "WEBXR-ANCHORS-MODULE", + "url": "https://immersive-web.github.io/anchors/" + } + ] + } +} \ No newline at end of file diff --git a/ed/refs/shared-storage.json b/ed/refs/shared-storage.json new file mode 100644 index 000000000000..690674fd48a9 --- /dev/null +++ b/ed/refs/shared-storage.json @@ -0,0 +1,43 @@ +{ + "spec": { + "title": "Shared Storage API", + "url": "https://wicg.github.io/shared-storage/" + }, + "refs": { + "normative": [ + { + "name": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "HR-TIME-3", + "url": "https://w3c.github.io/hr-time/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "URL", + "url": "https://url.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + }, + { + "name": "WEBRTC-IDENTITY", + "url": "https://w3c.github.io/webrtc-identity/" + } + ], + "informative": [] + } +} \ No newline at end of file diff --git a/ed/refs/storage-buckets.json b/ed/refs/storage-buckets.json new file mode 100644 index 000000000000..923888ccbf58 --- /dev/null +++ b/ed/refs/storage-buckets.json @@ -0,0 +1,55 @@ +{ + "spec": { + "title": "Storage Buckets API", + "url": "https://wicg.github.io/storage-buckets/" + }, + "refs": { + "normative": [ + { + "name": "CLEAR-SITE-DATA", + "url": "https://w3c.github.io/webappsec-clear-site-data/" + }, + { + "name": "FS", + "url": "https://fs.spec.whatwg.org/" + }, + { + "name": "HR-TIME-3", + "url": "https://w3c.github.io/hr-time/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "IndexedDB-3", + "url": "https://w3c.github.io/IndexedDB/" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "PERMISSIONS", + "url": "https://w3c.github.io/permissions/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "Service-Workers", + "url": "https://w3c.github.io/ServiceWorker/" + }, + { + "name": "Storage", + "url": "https://storage.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + } + ], + "informative": [] + } +} \ No newline at end of file diff --git a/packages/events/package.json b/packages/events/package.json index 5e2f27ab91e1..a6764779a14d 100644 --- a/packages/events/package.json +++ b/packages/events/package.json @@ -1,7 +1,7 @@ { "name": "@webref/events", "description": "Events of the Web platform and associated Web IDL interfaces", - "version": "1.4.2", + "version": "1.5.0", "repository": { "type": "git", "url": "https://github.com/w3c/webref.git" diff --git a/packages/idl/package.json b/packages/idl/package.json index bc6cea161cf5..20d72978e298 100644 --- a/packages/idl/package.json +++ b/packages/idl/package.json @@ -1,7 +1,7 @@ { "name": "@webref/idl", "description": "Web IDL definitions of the web platform", - "version": "3.33.5", + "version": "3.34.0", "repository": { "type": "git", "url": "https://github.com/w3c/webref.git"