Let policy be the result of parsing token, with a source of \"header
\", and a disposition of \"enforce
\".
Let policy be the result of parsing token, with a source of \"header
\", and a disposition of \"enforce
\".
If policy’s directive set is not empty, append policy to policies.
" @@ -85,7 +85,7 @@ "rationale": "let", "steps": [ { - "html": "Let policy be the result of parsing token, with a source of \"header
\", and a disposition of \"report
\".
Let policy be the result of parsing token, with a source of \"header
\", and a disposition of \"report
\".
If policy’s directive set is not empty, append policy to policies.
" @@ -802,7 +802,7 @@ ] }, { - "html": "If target implements EventTarget
, fire an event named securitypolicyviolation
that uses the SecurityPolicyViolationEvent
interface at target with its attributes initialized as follows:
documentURI
\n The result of executing § 5.4 Strip URL for use in reports on violation’s url.
\nreferrer
\n The result of executing § 5.4 Strip URL for use in reports on violation’s referrer.
\nblockedURI
\n The result of executing § 5.2 Obtain the blockedURI of a violation’s resource on violation’s resource.
\neffectiveDirective
\n violation’s effective directive
\nviolatedDirective
\n violation’s effective directive
\noriginalPolicy
\n The serialization of violation’s policy
\ndisposition
\n violation’s disposition
\nsourceFile
\n The result of executing § 5.4 Strip URL for use in reports on violation’s source file, if violation’s source file is not null, or null otherwise.
\nstatusCode
\n violation’s status
\nlineNumber
\n violation’s line number
\ncolumnNumber
\n violation’s column number
\nsample
\n violation’s sample
\nbubbles
\n true
composed
\n true
If target implements EventTarget
, fire an event named securitypolicyviolation
that uses the SecurityPolicyViolationEvent
interface at target with its attributes initialized as follows:
documentURI
\n The result of executing § 5.4 Strip URL for use in reports on violation’s url.
\nreferrer
\n The result of executing § 5.4 Strip URL for use in reports on violation’s referrer.
\nblockedURI
\n The result of executing § 5.2 Obtain the blockedURI of a violation’s resource on violation’s resource.
\neffectiveDirective
\n violation’s effective directive
\nviolatedDirective
\n violation’s effective directive
\noriginalPolicy
\n The serialization of violation’s policy
\ndisposition
\n violation’s disposition
\nsourceFile
\n The result of executing § 5.4 Strip URL for use in reports on violation’s source file, if violation’s source file is not null, or null otherwise.
\nstatusCode
\n violation’s status
\nlineNumber
\n violation’s line number
\ncolumnNumber
\n violation’s column number
\nsample
\n violation’s sample
\nbubbles
\n true
composed
\n true
report-uri
\" directive:",
@@ -1972,7 +1972,7 @@
{
"name": "port-part matches",
"href": "https://www.w3.org/TR/CSP3/#port-part-matches",
- "html": "An ASCII string input port-part
matches URL url if a CSP source expression that\n contained the first as a port-part
could potentially match a URL containing the latter’s port and scheme. For example, \"80\" port-part
matches matches http://example.com.",
+ "html": "An ASCII string input port-part
matches URL url if a CSP source expression that\n contained the first as a port-part
could potentially match a URL containing the latter’s port and scheme. For example, \"80\" port-part
matches matches http://example.com.",
"rationale": ".algorithm",
"steps": [
{
@@ -2007,7 +2007,7 @@
{
"name": "path-part match",
"href": "https://www.w3.org/TR/CSP3/#path-part-match",
- "html": "An ASCII string path A path-part
matches another ASCII string path B if a CSP source expression that contained the first as a path-part
could potentially match a URL containing the latter as a path.\n For example, we say that \"/subdirectory/\" path-part
matches \"/subdirectory/file\".",
+ "html": "An ASCII string path A path-part
matches another ASCII string path B if a CSP source expression that contained the first as a path-part
could potentially match a URL containing the latter as a path.\n For example, we say that \"/subdirectory/\" path-part
matches \"/subdirectory/file\".",
"rationale": ".algorithm",
"steps": [
{
@@ -2213,7 +2213,7 @@
{
"name": "request/effective directive",
"href": "https://www.w3.org/TR/CSP3/#request-effective-directive",
- "html": "Each fetch directive controls a specific destination of request. Given\n a request request, the following algorithm returns either\n null or the name of the request’s effective directive:",
+ "html": "Each fetch directive controls a specific destination of request. Given\n a request request, the following algorithm returns either\n null or the name of the request’s effective directive:",
"rationale": "if",
"steps": [
{
diff --git a/tr/algorithms/FileAPI.json b/tr/algorithms/FileAPI.json
index f1419faa53fa..780070756b31 100644
--- a/tr/algorithms/FileAPI.json
+++ b/tr/algorithms/FileAPI.json
@@ -7,7 +7,7 @@
{
"name": "slice blob",
"href": "https://www.w3.org/TR/FileAPI/#slice-blob",
- "html": "The slice blob algorithm given a Blob
blob, start, end, and contentType is used to refer to the following\nsteps and returns a new Blob
containing the bytes ranging from the start parameter\nup to but not including the end parameter. It must act as follows:",
+ "html": "The slice blob algorithm given a Blob
blob, start, end, and contentType is used to refer to the following\nsteps and returns a new Blob
containing the bytes ranging from the start parameter\nup to but not including the end parameter. It must act as follows:",
"rationale": ".algorithm",
"steps": [
{
@@ -102,7 +102,7 @@
{
"name": "get stream",
"href": "https://www.w3.org/TR/FileAPI/#blob-get-stream",
- "html": "A Blob
blob has an associated get stream algorithm,\nwhich runs these steps:",
+ "html": "A Blob
blob has an associated get stream algorithm,\nwhich runs these steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -177,7 +177,7 @@
{
"name": "process-blob-parts",
"href": "https://www.w3.org/TR/FileAPI/#process-blob-parts",
- "html": "To process blob parts given a sequence of BlobPart
's parts and BlobPropertyBag
options,\nrun the following steps:",
+ "html": "To process blob parts given a sequence of BlobPart
's parts and BlobPropertyBag
options,\nrun the following steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -218,7 +218,7 @@
{
"name": "convert-line-endings-to-native",
"href": "https://www.w3.org/TR/FileAPI/#convert-line-endings-to-native",
- "html": "To convert line endings to native in a string s,\nrun the following steps:",
+ "html": "To convert line endings to native in a string s,\nrun the following steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -277,7 +277,7 @@
{
"name": "Blob/slice(start, end, contentType), slice(start, end), slice(start), slice()",
"href": "https://www.w3.org/TR/FileAPI/#dfn-slice",
- "html": "The slice()
method\nreturns a new Blob
object with bytes ranging from the optional start parameter\nup to but not including the optional end parameter, and with a type
attribute\nthat is the value of the optional contentType parameter. It must act as follows:",
+ "html": "The slice()
method\nreturns a new Blob
object with bytes ranging from the optional start parameter\nup to but not including the optional end parameter, and with a type
attribute\nthat is the value of the optional contentType parameter. It must act as follows:",
"rationale": ".algorithm",
"steps": [
{
@@ -300,7 +300,7 @@
{
"name": "Blob/text()",
"href": "https://www.w3.org/TR/FileAPI/#dom-blob-text",
- "html": "The text()
method, when invoked, must run these steps:",
+ "html": "The text()
method, when invoked, must run these steps:",
"rationale": "let",
"steps": [
{
@@ -320,7 +320,7 @@
{
"name": "Blob/arrayBuffer()",
"href": "https://www.w3.org/TR/FileAPI/#dom-blob-arraybuffer",
- "html": "The arrayBuffer()
method, when invoked, must run these steps:",
+ "html": "The arrayBuffer()
method, when invoked, must run these steps:",
"rationale": "let",
"steps": [
{
@@ -340,7 +340,7 @@
{
"name": "Blob/bytes()",
"href": "https://www.w3.org/TR/FileAPI/#dom-blob-bytes",
- "html": "The bytes()
method, when invoked, must run these steps:",
+ "html": "The bytes()
method, when invoked, must run these steps:",
"rationale": "let",
"steps": [
{
@@ -451,7 +451,7 @@
{
"name": "read operation",
"href": "https://www.w3.org/TR/FileAPI/#readOperation",
- "html": "A FileReader
fr has an associated read operation algorithm,\nwhich given blob, a type and an optional encodingName,\nruns the following steps: \n \n Use the file reading task source for all these tasks.
", + "html": "AFileReader
fr has an associated read operation algorithm,\nwhich given blob, a type and an optional encodingName,\nruns the following steps: \n \n Use the file reading task source for all these tasks.
", "rationale": ".algorithm", "steps": [ { @@ -576,7 +576,7 @@ { "name": "FileReader/abort()", "href": "https://www.w3.org/TR/FileAPI/#dfn-abort", - "html": "When theabort()
method is called,\nthe user agent must run the steps below:",
+ "html": "When the abort()
method is called,\nthe user agent must run the steps below:",
"rationale": "if",
"steps": [
{
@@ -602,7 +602,7 @@
{
"name": "package data",
"href": "https://www.w3.org/TR/FileAPI/#blob-package-data",
- "html": "A Blob
has an associated package data algorithm,\ngiven bytes, a type, a optional mimeType, and a optional encodingName,\nwhich switches on type and runs the associated steps: \n Return bytes as a DataURL [RFC2397] subject to the considerations below:
\n \n \nReturn a new ArrayBuffer
whose contents are bytes.
Return bytes as a binary string,\n in which every byte is represented by a code unit of equal value [0..255].
\nBlob
has an associated package data algorithm,\ngiven bytes, a type, a optional mimeType, and a optional encodingName,\nwhich switches on type and runs the associated steps: \n Return bytes as a DataURL [RFC2397] subject to the considerations below:
\n \n \nReturn a new ArrayBuffer
whose contents are bytes.
Return bytes as a binary string,\n in which every byte is represented by a code unit of equal value [0..255].
\nreadAsText(blob, encoding)
method,\nwhen invoked, must run these steps:",
+ "html": "The readAsText(blob, encoding)
method,\nwhen invoked, must run these steps:",
"rationale": "let",
"steps": [
{
@@ -666,7 +666,7 @@
{
"name": "FileReaderSync/readAsDataURL(blob)",
"href": "https://www.w3.org/TR/FileAPI/#dfn-readAsDataURLSync",
- "html": "The readAsDataURL(blob)
method,\nwhen invoked, must run these steps:",
+ "html": "The readAsDataURL(blob)
method,\nwhen invoked, must run these steps:",
"rationale": "let",
"steps": [
{
@@ -698,7 +698,7 @@
{
"name": "FileReaderSync/readAsArrayBuffer(blob)",
"href": "https://www.w3.org/TR/FileAPI/#dfn-readAsArrayBufferSync",
- "html": "The readAsArrayBuffer(blob)
method,\nwhen invoked, must run these steps:",
+ "html": "The readAsArrayBuffer(blob)
method,\nwhen invoked, must run these steps:",
"rationale": "let",
"steps": [
{
@@ -730,7 +730,7 @@
{
"name": "FileReaderSync/readAsBinaryString(blob)",
"href": "https://www.w3.org/TR/FileAPI/#dfn-readAsBinaryStringSync",
- "html": "The readAsBinaryString(blob)
method,\nwhen invoked, must run these steps:",
+ "html": "The readAsBinaryString(blob)
method,\nwhen invoked, must run these steps:",
"rationale": "let",
"steps": [
{
@@ -762,7 +762,7 @@
{
"name": "createBlobURL",
"href": "https://www.w3.org/TR/FileAPI/#unicodeBlobURL",
- "html": "To generate a new blob URL, run the following steps:",
+ "html": "To generate a new blob URL, run the following steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -800,7 +800,7 @@
{
"name": "addBlobURL",
"href": "https://www.w3.org/TR/FileAPI/#add-an-entry",
- "html": "To add an entry to the blob URL store for a given object,\nrun the following steps:",
+ "html": "To add an entry to the blob URL store for a given object,\nrun the following steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -823,7 +823,7 @@
{
"name": "removeBlobURL",
"href": "https://www.w3.org/TR/FileAPI/#removeTheEntry",
- "html": "To remove an entry from the blob URL store for a given url,\nrun the following steps:",
+ "html": "To remove an entry from the blob URL store for a given url,\nrun the following steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -840,7 +840,7 @@
{
"name": "resolveURL",
"href": "https://www.w3.org/TR/FileAPI/#blob-url-resolve",
- "html": "To resolve a blob URL given a URL url:",
+ "html": "To resolve a blob URL given a URL url:",
"rationale": ".algorithm",
"steps": [
{
@@ -875,7 +875,7 @@
{
"name": "revokeObjectURL",
"href": "https://www.w3.org/TR/FileAPI/#dfn-revokeObjectURL",
- "html": "The revokeObjectURL(url)
static method must run these steps:",
+ "html": "The revokeObjectURL(url)
static method must run these steps:",
"rationale": ".algorithm",
"steps": [
{
diff --git a/tr/algorithms/compute-pressure.json b/tr/algorithms/compute-pressure.json
index 1412bca2e716..9be2476f06da 100644
--- a/tr/algorithms/compute-pressure.json
+++ b/tr/algorithms/compute-pressure.json
@@ -281,7 +281,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Return user agent's supported source types in alphabetical order."
+ "html": "Return user agent's supported source types in alphabetical order."
}
]
},
@@ -802,7 +802,7 @@
"html": "Let virtualPressureSourceType be the result of invoking\n get a property \"type\" from parameters."
},
{
- "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
+ "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
},
{
"html": "Let topLevelTraversable be the current browsing\n context's top-level traversable."
@@ -838,7 +838,7 @@
"html": "Let virtualPressureSourceType be the value of the URL variables[\"type\"]."
},
{
- "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
+ "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
},
{
"html": "Let topLevelTraversable be the current browsing\n context's top-level traversable."
@@ -874,7 +874,7 @@
"html": "Let virtualPressureSourceType be the value of the URL variables[\"type\"]."
},
{
- "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
+ "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
},
{
"html": "Let topLevelTraversable be the current browsing\n context's top-level traversable."
diff --git a/tr/algorithms/webgpu.json b/tr/algorithms/webgpu.json
index 2865ff4d376d..9a71d8d5e9e3 100644
--- a/tr/algorithms/webgpu.json
+++ b/tr/algorithms/webgpu.json
@@ -350,10 +350,10 @@
"html": "Set adapter to an adapter chosen according to\nthe rules in § 4.2.2 Adapter Selection and the criteria in options,\nadhering to § 4.2.1 Adapter Capability Guarantees.
\nThe supported limits of the adapter must adhere to the requirements\ndefined in § 3.6.2 Limits.
" }, { - "html": "If adapter meets the criteria of a fallback adapter set adapter.[[fallback]]
to true
.
If adapter meets the criteria of a fallback adapter set adapter.[[fallback]]
to true
.
Set adapter.[[xrCompatible]]
to options.xrCompatible
.
Set adapter.[[xrCompatible]]
to options.xrCompatible
.
key must be the name of a member of supported limits.
" }, { - "html": "value must be no better than adapter.[[limits]]
[key].
value must be no better than adapter.[[limits]]
[key].
If key’s class is alignment, value must be a power of 2 less than 232.
" diff --git a/tr/dfns/CSP3.json b/tr/dfns/CSP3.json index d737f5d4d0f9..9140b79ea783 100644 --- a/tr/dfns/CSP3.json +++ b/tr/dfns/CSP3.json @@ -54,10 +54,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-infrastructure", + "href": "https://www.w3.org/TR/CSP3/#framework-infrastructure", + "title": "Infrastructure", + "number": "2.1" }, "definedIn": "pre" }, @@ -96,10 +96,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "prose" }, @@ -117,10 +117,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "prose" }, @@ -138,10 +138,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "prose" }, @@ -159,10 +159,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "prose" }, @@ -178,10 +178,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "prose" }, @@ -197,10 +197,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "prose" }, @@ -216,10 +216,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "prose" }, @@ -235,10 +235,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "pre" }, @@ -254,10 +254,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "prose" }, @@ -273,10 +273,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-policy", + "href": "https://www.w3.org/TR/CSP3/#framework-policy", + "title": "Policies", + "number": "2.2" }, "definedIn": "pre" }, @@ -330,10 +330,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "parse-response-csp", + "href": "https://www.w3.org/TR/CSP3/#parse-response-csp", + "title": "Parse response’s Content Security Policies", + "number": "2.2.2" }, "definedIn": "prose" }, @@ -370,10 +370,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -391,10 +391,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -410,10 +410,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -429,10 +429,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "pre" }, @@ -448,10 +448,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "pre" }, @@ -467,10 +467,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "pre" }, @@ -488,10 +488,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -509,10 +509,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -530,10 +530,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -551,10 +551,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -572,10 +572,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -593,10 +593,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -614,10 +614,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" }, "definedIn": "prose" }, @@ -652,10 +652,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "prose" }, @@ -671,10 +671,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "prose" }, @@ -690,10 +690,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -709,10 +709,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -728,10 +728,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -747,10 +747,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -766,10 +766,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -785,10 +785,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -804,10 +804,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -823,10 +823,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -842,10 +842,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -861,10 +861,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -880,10 +880,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -899,10 +899,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -918,10 +918,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -937,10 +937,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -956,10 +956,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -975,10 +975,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -994,10 +994,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -1013,10 +1013,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -1032,10 +1032,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -1051,10 +1051,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -1070,10 +1070,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -1089,10 +1089,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -1108,10 +1108,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" }, "definedIn": "pre" }, @@ -1148,10 +1148,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1169,10 +1169,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1190,10 +1190,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1211,10 +1211,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1232,10 +1232,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1253,10 +1253,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1274,10 +1274,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1295,10 +1295,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1316,10 +1316,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1337,10 +1337,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1358,10 +1358,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1379,10 +1379,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1400,10 +1400,10 @@ "access": "public", "informative": false, "heading": { - "id": "framework", - "href": "https://www.w3.org/TR/CSP3/#framework", - "title": "Framework", - "number": "2" + "id": "framework-violation", + "href": "https://www.w3.org/TR/CSP3/#framework-violation", + "title": "Violations", + "number": "2.4" }, "definedIn": "prose" }, @@ -1535,10 +1535,10 @@ "access": "public", "informative": false, "heading": { - "id": "integrations", - "href": "https://www.w3.org/TR/CSP3/#integrations", - "title": "Integrations", - "number": "4" + "id": "html-integration", + "href": "https://www.w3.org/TR/CSP3/#html-integration", + "title": "Integration with HTML", + "number": "4.2" }, "definedIn": "prose" }, @@ -1554,10 +1554,10 @@ "access": "public", "informative": false, "heading": { - "id": "integrations", - "href": "https://www.w3.org/TR/CSP3/#integrations", - "title": "Integrations", - "number": "4" + "id": "html-integration", + "href": "https://www.w3.org/TR/CSP3/#html-integration", + "title": "Integration with HTML", + "number": "4.2" }, "definedIn": "prose" }, @@ -2017,10 +2017,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2038,10 +2038,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2057,10 +2057,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2081,10 +2081,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2105,10 +2105,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2129,10 +2129,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2150,10 +2150,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2171,10 +2171,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2192,10 +2192,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2213,10 +2213,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2234,10 +2234,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2255,10 +2255,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2276,10 +2276,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2297,10 +2297,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2318,10 +2318,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2339,10 +2339,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2360,10 +2360,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2381,10 +2381,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2400,10 +2400,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2421,10 +2421,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2442,10 +2442,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2463,10 +2463,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2484,10 +2484,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2505,10 +2505,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2526,10 +2526,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2547,10 +2547,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2568,10 +2568,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2589,10 +2589,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2610,10 +2610,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2631,10 +2631,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -2652,10 +2652,10 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "href": "https://www.w3.org/TR/CSP3/#reporting", - "title": "Reporting", - "number": "5" + "id": "violation-events", + "href": "https://www.w3.org/TR/CSP3/#violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -3016,10 +3016,10 @@ "access": "public", "informative": false, "heading": { - "id": "csp-directives", - "href": "https://www.w3.org/TR/CSP3/#csp-directives", - "title": "Content Security Policy Directives", - "number": "6" + "id": "directive-webrtc", + "href": "https://www.w3.org/TR/CSP3/#directive-webrtc", + "title": "webrtc", + "number": "6.2.1" }, "definedIn": "pre" }, @@ -3035,10 +3035,10 @@ "access": "public", "informative": false, "heading": { - "id": "csp-directives", - "href": "https://www.w3.org/TR/CSP3/#csp-directives", - "title": "Content Security Policy Directives", - "number": "6" + "id": "directive-webrtc", + "href": "https://www.w3.org/TR/CSP3/#directive-webrtc", + "title": "webrtc", + "number": "6.2.1" }, "definedIn": "pre" }, @@ -3168,10 +3168,10 @@ "access": "public", "informative": false, "heading": { - "id": "csp-directives", - "href": "https://www.w3.org/TR/CSP3/#csp-directives", - "title": "Content Security Policy Directives", - "number": "6" + "id": "directive-frame-ancestors", + "href": "https://www.w3.org/TR/CSP3/#directive-frame-ancestors", + "title": "frame-ancestors", + "number": "6.4.2" }, "definedIn": "pre" }, @@ -3187,10 +3187,10 @@ "access": "public", "informative": false, "heading": { - "id": "csp-directives", - "href": "https://www.w3.org/TR/CSP3/#csp-directives", - "title": "Content Security Policy Directives", - "number": "6" + "id": "directive-frame-ancestors", + "href": "https://www.w3.org/TR/CSP3/#directive-frame-ancestors", + "title": "frame-ancestors", + "number": "6.4.2" }, "definedIn": "pre" }, diff --git a/tr/dfns/FileAPI.json b/tr/dfns/FileAPI.json index 13e5706ca1bf..1706fa9fdc8a 100644 --- a/tr/dfns/FileAPI.json +++ b/tr/dfns/FileAPI.json @@ -36,9 +36,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "terminology", + "href": "https://www.w3.org/TR/FileAPI/#terminology", + "title": "Terminology and Algorithms", + "number": "2" }, "definedIn": "prose" }, @@ -54,9 +55,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "terminology", + "href": "https://www.w3.org/TR/FileAPI/#terminology", + "title": "Terminology and Algorithms", + "number": "2" }, "definedIn": "prose" }, @@ -93,9 +95,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -118,9 +121,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -143,9 +147,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -166,9 +171,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -189,9 +195,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -212,9 +219,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -230,9 +238,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -250,9 +259,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -270,9 +280,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -288,9 +299,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -306,9 +318,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "pre" }, @@ -326,9 +339,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "blob-section", + "href": "https://www.w3.org/TR/FileAPI/#blob-section", + "title": "The Blob Interface and Binary Data", + "number": "3" }, "definedIn": "prose" }, @@ -367,9 +381,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "constructorParams", + "href": "https://www.w3.org/TR/FileAPI/#constructorParams", + "title": "Constructor Parameters", + "number": "3.1.1" }, "definedIn": "prose" }, @@ -387,9 +402,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "constructorParams", + "href": "https://www.w3.org/TR/FileAPI/#constructorParams", + "title": "Constructor Parameters", + "number": "3.1.1" }, "definedIn": "prose" }, @@ -406,9 +422,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "constructorParams", + "href": "https://www.w3.org/TR/FileAPI/#constructorParams", + "title": "Constructor Parameters", + "number": "3.1.1" }, "definedIn": "prose" }, @@ -425,9 +442,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "constructorParams", + "href": "https://www.w3.org/TR/FileAPI/#constructorParams", + "title": "Constructor Parameters", + "number": "3.1.1" }, "definedIn": "prose" }, @@ -466,9 +484,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "attributes-blob", + "href": "https://www.w3.org/TR/FileAPI/#attributes-blob", + "title": "Attributes", + "number": "3.2" }, "definedIn": "dt" }, @@ -612,9 +631,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "file-section", + "href": "https://www.w3.org/TR/FileAPI/#file-section", + "title": "The File Interface", + "number": "4" }, "definedIn": "pre" }, @@ -635,9 +655,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "file-section", + "href": "https://www.w3.org/TR/FileAPI/#file-section", + "title": "The File Interface", + "number": "4" }, "definedIn": "pre" }, @@ -658,9 +679,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "file-section", + "href": "https://www.w3.org/TR/FileAPI/#file-section", + "title": "The File Interface", + "number": "4" }, "definedIn": "pre" }, @@ -676,9 +698,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "file-section", + "href": "https://www.w3.org/TR/FileAPI/#file-section", + "title": "The File Interface", + "number": "4" }, "definedIn": "pre" }, @@ -717,9 +740,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "file-constructor-params", + "href": "https://www.w3.org/TR/FileAPI/#file-constructor-params", + "title": "Constructor Parameters", + "number": "4.1.1" }, "definedIn": "dt" }, @@ -737,9 +761,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "file-constructor-params", + "href": "https://www.w3.org/TR/FileAPI/#file-constructor-params", + "title": "Constructor Parameters", + "number": "4.1.1" }, "definedIn": "prose" }, @@ -778,9 +803,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "file-attrs", + "href": "https://www.w3.org/TR/FileAPI/#file-attrs", + "title": "Attributes", + "number": "4.2" }, "definedIn": "dt" }, @@ -859,9 +885,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "filelist-methods-params", + "href": "https://www.w3.org/TR/FileAPI/#filelist-methods-params", + "title": "Methods and Parameters", + "number": "5.2" }, "definedIn": "prose" }, @@ -917,9 +944,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "pre" }, @@ -937,9 +965,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "pre" }, @@ -958,9 +987,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "pre" }, @@ -979,9 +1009,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "pre" }, @@ -999,9 +1030,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "pre" }, @@ -1019,9 +1051,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "pre" }, @@ -1039,9 +1072,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "pre" }, @@ -1059,9 +1093,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "pre" }, @@ -1079,9 +1114,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "prose" }, @@ -1099,9 +1135,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "prose" }, @@ -1119,9 +1156,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "prose" }, @@ -1140,9 +1178,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "prose" }, @@ -1160,9 +1199,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "prose" }, @@ -1180,9 +1220,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "prose" }, @@ -1200,9 +1241,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "prose" }, @@ -1218,9 +1260,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "APIASynch", + "href": "https://www.w3.org/TR/FileAPI/#APIASynch", + "title": "The FileReader API", + "number": "6.2" }, "definedIn": "prose" }, @@ -1381,9 +1424,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "reading-a-file", + "href": "https://www.w3.org/TR/FileAPI/#reading-a-file", + "title": "Reading a File or Blob", + "number": "6.2.3" }, "definedIn": "prose" }, @@ -1690,9 +1734,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "FileReaderSync", + "href": "https://www.w3.org/TR/FileAPI/#FileReaderSync", + "title": "The FileReaderSync API", + "number": "6.5.1" }, "definedIn": "pre" }, @@ -1711,9 +1756,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "FileReaderSync", + "href": "https://www.w3.org/TR/FileAPI/#FileReaderSync", + "title": "The FileReaderSync API", + "number": "6.5.1" }, "definedIn": "pre" }, @@ -1731,9 +1777,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "FileReaderSync", + "href": "https://www.w3.org/TR/FileAPI/#FileReaderSync", + "title": "The FileReaderSync API", + "number": "6.5.1" }, "definedIn": "pre" }, @@ -1751,9 +1798,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "FileReaderSync", + "href": "https://www.w3.org/TR/FileAPI/#FileReaderSync", + "title": "The FileReaderSync API", + "number": "6.5.1" }, "definedIn": "pre" }, @@ -1772,9 +1820,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "FileReaderSync", + "href": "https://www.w3.org/TR/FileAPI/#FileReaderSync", + "title": "The FileReaderSync API", + "number": "6.5.1" }, "definedIn": "pre" }, @@ -1793,9 +1842,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "FileReaderSync", + "href": "https://www.w3.org/TR/FileAPI/#FileReaderSync", + "title": "The FileReaderSync API", + "number": "6.5.1" }, "definedIn": "pre" }, @@ -1813,9 +1863,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "FileReaderSync", + "href": "https://www.w3.org/TR/FileAPI/#FileReaderSync", + "title": "The FileReaderSync API", + "number": "6.5.1" }, "definedIn": "pre" }, @@ -1954,9 +2005,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "dfn-error-codes", + "href": "https://www.w3.org/TR/FileAPI/#dfn-error-codes", + "title": "Throwing an Exception or Returning an Error", + "number": "7.1" }, "definedIn": "table" }, @@ -1972,9 +2024,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "dfn-error-codes", + "href": "https://www.w3.org/TR/FileAPI/#dfn-error-codes", + "title": "Throwing an Exception or Returning an Error", + "number": "7.1" }, "definedIn": "table" }, @@ -1990,9 +2043,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "dfn-error-codes", + "href": "https://www.w3.org/TR/FileAPI/#dfn-error-codes", + "title": "Throwing an Exception or Returning an Error", + "number": "7.1" }, "definedIn": "table" }, @@ -2008,9 +2062,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "dfn-error-codes", + "href": "https://www.w3.org/TR/FileAPI/#dfn-error-codes", + "title": "Throwing an Exception or Returning an Error", + "number": "7.1" }, "definedIn": "table" }, @@ -2026,9 +2081,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "dfn-error-codes", + "href": "https://www.w3.org/TR/FileAPI/#dfn-error-codes", + "title": "Throwing an Exception or Returning an Error", + "number": "7.1" }, "definedIn": "table" }, @@ -2063,9 +2119,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "url-model", + "href": "https://www.w3.org/TR/FileAPI/#url-model", + "title": "Model", + "number": "8.2" }, "definedIn": "prose" }, @@ -2083,9 +2140,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "url-model", + "href": "https://www.w3.org/TR/FileAPI/#url-model", + "title": "Model", + "number": "8.2" }, "definedIn": "prose" }, @@ -2103,9 +2161,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "url-model", + "href": "https://www.w3.org/TR/FileAPI/#url-model", + "title": "Model", + "number": "8.2" }, "definedIn": "prose" }, @@ -2122,9 +2181,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "url-model", + "href": "https://www.w3.org/TR/FileAPI/#url-model", + "title": "Model", + "number": "8.2" }, "definedIn": "prose" }, @@ -2141,9 +2201,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "url-model", + "href": "https://www.w3.org/TR/FileAPI/#url-model", + "title": "Model", + "number": "8.2" }, "definedIn": "prose" }, @@ -2165,9 +2226,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "url-model", + "href": "https://www.w3.org/TR/FileAPI/#url-model", + "title": "Model", + "number": "8.2" }, "definedIn": "prose" }, @@ -2188,9 +2250,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "url-model", + "href": "https://www.w3.org/TR/FileAPI/#url-model", + "title": "Model", + "number": "8.2" }, "definedIn": "prose" }, @@ -2312,9 +2375,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/FileAPI/#title", - "title": "File API" + "id": "creating-revoking", + "href": "https://www.w3.org/TR/FileAPI/#creating-revoking", + "title": "Creating and Revoking a blob URL", + "number": "8.4" }, "definedIn": "prose" } diff --git a/tr/dfns/compute-pressure.json b/tr/dfns/compute-pressure.json index 041366adc940..57968f31007f 100644 --- a/tr/dfns/compute-pressure.json +++ b/tr/dfns/compute-pressure.json @@ -42,27 +42,6 @@ }, "definedIn": "prose" }, - { - "id": "dom-pressuresource-thermals", - "href": "https://www.w3.org/TR/compute-pressure/#dom-pressuresource-thermals", - "linkingText": [ - "thermals" - ], - "localLinkingText": [], - "type": "enum-value", - "for": [ - "PressureSource" - ], - "access": "public", - "informative": false, - "heading": { - "id": "pressure-sources", - "href": "https://www.w3.org/TR/compute-pressure/#pressure-sources", - "title": "Pressure sources", - "number": "3.2" - }, - "definedIn": "pre" - }, { "id": "dom-pressuresource-cpu", "href": "https://www.w3.org/TR/compute-pressure/#dom-pressuresource-cpu", @@ -1588,7 +1567,7 @@ "id": "rate-obfuscation", "href": "https://www.w3.org/TR/compute-pressure/#rate-obfuscation", "title": "Rate obfuscation", - "number": "11.2.3" + "number": "11.2.2" }, "definedIn": "prose" }, @@ -1607,7 +1586,7 @@ "id": "break-calibration", "href": "https://www.w3.org/TR/compute-pressure/#break-calibration", "title": "Break calibration", - "number": "11.2.6" + "number": "11.2.5" }, "definedIn": "prose" }, diff --git a/tr/headings/compute-pressure.json b/tr/headings/compute-pressure.json index 067c40204915..8974edffcc19 100644 --- a/tr/headings/compute-pressure.json +++ b/tr/headings/compute-pressure.json @@ -322,54 +322,47 @@ "title": "Data minimization", "number": "11.2.1" }, - { - "id": "rate-limiting-change-notifications", - "href": "https://www.w3.org/TR/compute-pressure/#rate-limiting-change-notifications", - "level": 4, - "title": "Rate-limiting change notifications", - "number": "11.2.2" - }, { "id": "rate-obfuscation", "href": "https://www.w3.org/TR/compute-pressure/#rate-obfuscation", "level": 4, "title": "Rate obfuscation", - "number": "11.2.3" + "number": "11.2.2" }, { "id": "rate-obfuscation-normative-parameters", "href": "https://www.w3.org/TR/compute-pressure/#rate-obfuscation-normative-parameters", "level": 4, "title": "Rate obfuscation normative parameters", - "number": "11.2.4" + "number": "11.2.3" }, { "id": "rate-obfuscation-non-normative-parameters", "href": "https://www.w3.org/TR/compute-pressure/#rate-obfuscation-non-normative-parameters", "level": 4, "title": "Rate obfuscation non-normative parameters", - "number": "11.2.5" + "number": "11.2.4" }, { "id": "break-calibration", "href": "https://www.w3.org/TR/compute-pressure/#break-calibration", "level": 4, "title": "Break calibration", - "number": "11.2.6" + "number": "11.2.5" }, { "id": "break-calibration-parameters", "href": "https://www.w3.org/TR/compute-pressure/#break-calibration-parameters", "level": 4, "title": "Break calibration parameters", - "number": "11.2.7" + "number": "11.2.6" }, { "id": "same-origin-restriction", "href": "https://www.w3.org/TR/compute-pressure/#same-origin-restriction", "level": 4, "title": "Same-origin restriction", - "number": "11.2.8" + "number": "11.2.7" }, { "id": "accessibility-considerations", diff --git a/tr/idl/compute-pressure.idl b/tr/idl/compute-pressure.idl index 35c1cda972b7..6fb59f6bd158 100644 --- a/tr/idl/compute-pressure.idl +++ b/tr/idl/compute-pressure.idl @@ -3,7 +3,7 @@ // (https://github.com/w3c/webref) // Source: Compute Pressure Level 1 (https://www.w3.org/TR/compute-pressure/) -enum PressureSource { "thermals", "cpu" }; +enum PressureSource { "cpu" }; enum PressureState { "nominal", "fair", "serious", "critical" }; diff --git a/tr/ids/CSP3.json b/tr/ids/CSP3.json index 26bb7dd541df..303fe7a42990 100644 --- a/tr/ids/CSP3.json +++ b/tr/ids/CSP3.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/CSP3/#toc-nav", "https://www.w3.org/TR/CSP3/#toc-jump", "https://www.w3.org/TR/CSP3/#toc-toggle", + "https://www.w3.org/TR/CSP3/#toc-theme-toggle", "https://www.w3.org/TR/CSP3/#w3c-state", "https://www.w3.org/TR/CSP3/#abstract", "https://www.w3.org/TR/CSP3/#sotd", @@ -15,10 +16,6 @@ "https://www.w3.org/TR/CSP3/#contents", "https://www.w3.org/TR/CSP3/#intro", "https://www.w3.org/TR/CSP3/#content-security-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-content-security-policy", "https://www.w3.org/TR/CSP3/#examples", "https://www.w3.org/TR/CSP3/#example-basic", "https://www.w3.org/TR/CSP3/#example-1a2032b4", @@ -47,48 +44,20 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-optional-ascii-whitespace%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-optional-ascii-whitespace%E2%91%A3", "https://www.w3.org/TR/CSP3/#grammardef-optional-ascii-whitespace", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-optional-ascii-whitespace", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-optional-ascii-whitespace", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-optional-ascii-whitespace", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-optional-ascii-whitespace", "https://www.w3.org/TR/CSP3/#grammardef-required-ascii-whitespace", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-required-ascii-whitespace", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-required-ascii-whitespace", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-required-ascii-whitespace", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-required-ascii-whitespace", "https://www.w3.org/TR/CSP3/#ref-for-ascii-whitespace", "https://www.w3.org/TR/CSP3/#ref-for-something", "https://www.w3.org/TR/CSP3/#framework-policy", "https://www.w3.org/TR/CSP3/#content-security-policy-object", - "https://www.w3.org/TR/CSP3/#infopanel-for-content-security-policy-object", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-content-security-policy-object", - "https://www.w3.org/TR/CSP3/#infopanel-for-content-security-policy-object", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-content-security-policy-object", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-workerglobalscope", "https://www.w3.org/TR/CSP3/#ref-for-workletglobalscope", "https://www.w3.org/TR/CSP3/#policy-directive-set", - "https://www.w3.org/TR/CSP3/#infopanel-for-policy-directive-set", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-policy-directive-set", - "https://www.w3.org/TR/CSP3/#infopanel-for-policy-directive-set", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-policy-directive-set", "https://www.w3.org/TR/CSP3/#ref-for-ordered-set", "https://www.w3.org/TR/CSP3/#ref-for-directives", "https://www.w3.org/TR/CSP3/#policy-disposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-policy-disposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-policy-disposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-policy-disposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-policy-disposition", "https://www.w3.org/TR/CSP3/#policy-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-policy-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-policy-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-policy-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-policy-source", "https://www.w3.org/TR/CSP3/#policy-self-origin", - "https://www.w3.org/TR/CSP3/#infopanel-for-policy-self-origin", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-policy-self-origin", - "https://www.w3.org/TR/CSP3/#infopanel-for-policy-self-origin", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-policy-self-origin", "https://www.w3.org/TR/CSP3/#ref-for-concept-origin", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0", @@ -100,31 +69,15 @@ "https://www.w3.org/TR/CSP3/#ref-for-list", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0", "https://www.w3.org/TR/CSP3/#csp-list", - "https://www.w3.org/TR/CSP3/#infopanel-for-csp-list", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-csp-list", - "https://www.w3.org/TR/CSP3/#infopanel-for-csp-list", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-csp-list", "https://www.w3.org/TR/CSP3/#ref-for-csp-list", "https://www.w3.org/TR/CSP3/#contains-a-header-delivered-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-contains-a-header-delivered-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-contains-a-header-delivered-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-contains-a-header-delivered-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-contains-a-header-delivered-content-security-policy", "https://www.w3.org/TR/CSP3/#ref-for-list-contain", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-policy-source", "https://www.w3.org/TR/CSP3/#serialized-csp", - "https://www.w3.org/TR/CSP3/#infopanel-for-serialized-csp", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-serialized-csp", - "https://www.w3.org/TR/CSP3/#infopanel-for-serialized-csp", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-serialized-csp", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string", "https://www.w3.org/TR/CSP3/#ref-for-serialized-directive", "https://www.w3.org/TR/CSP3/#grammardef-serialized-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-serialized-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-serialized-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-serialized-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-serialized-policy", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-directive", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-optional-ascii-whitespace%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-optional-ascii-whitespace%E2%91%A5", @@ -136,10 +89,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-policy", "https://www.w3.org/TR/CSP3/#parse-serialized-policy", "https://www.w3.org/TR/CSP3/#abstract-opdef-parse-a-serialized-csp", - "https://www.w3.org/TR/CSP3/#infopanel-for-abstract-opdef-parse-a-serialized-csp", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-abstract-opdef-parse-a-serialized-csp", - "https://www.w3.org/TR/CSP3/#infopanel-for-abstract-opdef-parse-a-serialized-csp", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-abstract-opdef-parse-a-serialized-csp", "https://www.w3.org/TR/CSP3/#ref-for-byte-sequence", "https://www.w3.org/TR/CSP3/#ref-for-string", "https://www.w3.org/TR/CSP3/#ref-for-policy-source%E2%91%A0", @@ -172,15 +121,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A2", "https://www.w3.org/TR/CSP3/#parse-response-csp", "https://www.w3.org/TR/CSP3/#ref-for-parse-response-csp", - "https://www.w3.org/TR/CSP3/#infopanel-for-parse-response-csp", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-parse-response-csp", - "https://www.w3.org/TR/CSP3/#infopanel-for-parse-response-csp", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-parse-response-csp", "https://www.w3.org/TR/CSP3/#abstract-opdef-parse-a-responses-content-security-policies", - "https://www.w3.org/TR/CSP3/#infopanel-for-abstract-opdef-parse-a-responses-content-security-policies", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-abstract-opdef-parse-a-responses-content-security-policies", - "https://www.w3.org/TR/CSP3/#infopanel-for-abstract-opdef-parse-a-responses-content-security-policies", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-abstract-opdef-parse-a-responses-content-security-policies", "https://www.w3.org/TR/CSP3/#ref-for-concept-response", "https://www.w3.org/TR/CSP3/#ref-for-list%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4", @@ -188,14 +129,14 @@ "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-extract-header-list-values", "https://www.w3.org/TR/CSP3/#ref-for-concept-response-header-list", - "https://www.w3.org/TR/CSP3/#ref-for-abstract-opdef-parse-a-serialized-csp-list", + "https://www.w3.org/TR/CSP3/#ref-for-abstract-opdef-parse-a-serialized-csp", "https://www.w3.org/TR/CSP3/#ref-for-policy-source%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-extract-header-list-values%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-response-header-list%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-abstract-opdef-parse-a-serialized-csp-list%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-abstract-opdef-parse-a-serialized-csp%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-policy-source%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A4", @@ -209,22 +150,10 @@ "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-ordered-set%E2%91%A0", "https://www.w3.org/TR/CSP3/#directives", - "https://www.w3.org/TR/CSP3/#infopanel-for-directives", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directives", - "https://www.w3.org/TR/CSP3/#infopanel-for-directives", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directives", "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2", "https://www.w3.org/TR/CSP3/#directive-name", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-name", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-name", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-name", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-name", "https://www.w3.org/TR/CSP3/#directive-value", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-value", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-value", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-value", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-value", "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-string%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0", @@ -233,31 +162,15 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-list-is-empty", "https://www.w3.org/TR/CSP3/#serialized-directive", - "https://www.w3.org/TR/CSP3/#infopanel-for-serialized-directive", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-serialized-directive", - "https://www.w3.org/TR/CSP3/#infopanel-for-serialized-directive", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-serialized-directive", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A2", "https://www.w3.org/TR/CSP3/#grammardef-serialized-directive", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-serialized-directive", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-serialized-directive", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-serialized-directive", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-serialized-directive", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-directive-name", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-required-ascii-whitespace", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-directive-value", "https://www.w3.org/TR/CSP3/#grammardef-directive-name", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-directive-name", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-directive-name", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-directive-name", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-directive-name", "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1", "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1%E2%91%A0", "https://www.w3.org/TR/CSP3/#grammardef-directive-value", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-directive-value", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-directive-value", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-directive-value", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-directive-value", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-required-ascii-whitespace%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1%E2%91%A2", @@ -266,224 +179,100 @@ "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A3", "https://www.w3.org/TR/CSP3/#directive-pre-request-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-pre-request-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-pre-request-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-pre-request-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-pre-request-check", "https://www.w3.org/TR/CSP3/#ref-for-concept-request", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-should-block-request", "https://www.w3.org/TR/CSP3/#directive-post-request-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-post-request-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-post-request-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-post-request-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-post-request-check", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-should-block-response", "https://www.w3.org/TR/CSP3/#directive-inline-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-inline-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-inline-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-inline-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-inline-check", "https://www.w3.org/TR/CSP3/#ref-for-element", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline", "https://www.w3.org/TR/CSP3/#ref-for-should-block-navigation-request", "https://www.w3.org/TR/CSP3/#directive-initialization", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-initialization", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-initialization", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-initialization", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-initialization", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-global-object", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-run-document-csp-initialization", "https://www.w3.org/TR/CSP3/#ref-for-run-global-object-csp-initialization", "https://www.w3.org/TR/CSP3/#directive-pre-navigation-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-pre-navigation-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-pre-navigation-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-pre-navigation-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-pre-navigation-check", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-should-block-navigation-request%E2%91%A0", "https://www.w3.org/TR/CSP3/#directive-navigation-response-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-navigation-response-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-navigation-response-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-navigation-response-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-navigation-response-check", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-navigable", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-should-block-navigation-response", "https://www.w3.org/TR/CSP3/#directive-webrtc-pre-connect-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-webrtc-pre-connect-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-webrtc-pre-connect-check", - "https://www.w3.org/TR/CSP3/#infopanel-for-directive-webrtc-pre-connect-check", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-directive-webrtc-pre-connect-check", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#framework-directive-source-list", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2", "https://www.w3.org/TR/CSP3/#source-lists", - "https://www.w3.org/TR/CSP3/#infopanel-for-source-lists", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-source-lists", - "https://www.w3.org/TR/CSP3/#infopanel-for-source-lists", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-source-lists", "https://www.w3.org/TR/CSP3/#ref-for-ordered-set%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-string%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-string%E2%91%A3", "https://www.w3.org/TR/CSP3/#source-expression", - "https://www.w3.org/TR/CSP3/#infopanel-for-source-expression", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-source-expression", - "https://www.w3.org/TR/CSP3/#infopanel-for-source-expression", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-source-expression", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-none", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1", "https://www.w3.org/TR/CSP3/#serialized-source-list", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A0", "https://www.w3.org/TR/CSP3/#grammardef-serialized-source-list", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-serialized-source-list", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-serialized-source-list", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-serialized-source-list", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-serialized-source-list", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-source-expression", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-required-ascii-whitespace%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-source-expression%E2%91%A0", "https://www.w3.org/TR/CSP3/#grammardef-none", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-none", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-none", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-none", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-none", "https://www.w3.org/TR/CSP3/#grammardef-source-expression", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-source-expression", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-source-expression", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-source-expression", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-source-expression", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source", "https://www.w3.org/TR/CSP3/#grammardef-scheme-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-scheme-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-scheme-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-scheme-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-scheme-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-part", "https://www.w3.org/TR/CSP3/#grammardef-host-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-host-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-host-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-host-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-host-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-part%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-part", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-port-part", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-path-part", "https://www.w3.org/TR/CSP3/#grammardef-scheme-part", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-scheme-part", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-scheme-part", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-scheme-part", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-scheme-part", "https://www.w3.org/TR/CSP3/#ref-for-section-3.1", "https://www.w3.org/TR/CSP3/#ref-for-section-3.1%E2%91%A0", "https://www.w3.org/TR/CSP3/#grammardef-host-part", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-host-part", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-host-part", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-host-part", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-host-part", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-char", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-char%E2%91%A0", "https://www.w3.org/TR/CSP3/#grammardef-host-char", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-host-char", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-host-char", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-host-char", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-host-char", "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1%E2%91%A7", "https://www.w3.org/TR/CSP3/#grammardef-port-part", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-port-part", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-port-part", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-port-part", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-port-part", "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1%E2%91%A8", "https://www.w3.org/TR/CSP3/#grammardef-path-part", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-path-part", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-path-part", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-path-part", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-path-part", "https://www.w3.org/TR/CSP3/#ref-for-section-3.3", "https://www.w3.org/TR/CSP3/#ref-for-section-3.3%E2%91%A0", "https://www.w3.org/TR/CSP3/#grammardef-keyword-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-keyword-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-keyword-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-keyword-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-keyword-source", "https://www.w3.org/TR/CSP3/#grammardef-self", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-self", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-self", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-self", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-self", "https://www.w3.org/TR/CSP3/#grammardef-unsafe-inline", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-unsafe-inline", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-unsafe-inline", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-unsafe-inline", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-unsafe-inline", "https://www.w3.org/TR/CSP3/#grammardef-unsafe-eval", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-unsafe-eval", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-unsafe-eval", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-unsafe-eval", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-unsafe-eval", "https://www.w3.org/TR/CSP3/#grammardef-strict-dynamic", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-strict-dynamic", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-strict-dynamic", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-strict-dynamic", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-strict-dynamic", "https://www.w3.org/TR/CSP3/#grammardef-unsafe-hashes", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-unsafe-hashes", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-unsafe-hashes", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-unsafe-hashes", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-unsafe-hashes", "https://www.w3.org/TR/CSP3/#grammardef-report-sample", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-report-sample", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-report-sample", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-report-sample", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-report-sample", "https://www.w3.org/TR/CSP3/#grammardef-unsafe-allow-redirects", "https://www.w3.org/TR/CSP3/#grammardef-wasm-unsafe-eval", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-wasm-unsafe-eval", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-wasm-unsafe-eval", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-wasm-unsafe-eval", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-wasm-unsafe-eval", "https://www.w3.org/TR/CSP3/#grammardef-nonce-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-nonce-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-nonce-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-nonce-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-nonce-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value", "https://www.w3.org/TR/CSP3/#grammardef-base64-value", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-base64-value", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-base64-value", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-base64-value", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-base64-value", "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-appendix-B.1%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#grammardef-hash-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-hash-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-hash-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-hash-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-hash-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-algorithm", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value%E2%91%A0", "https://www.w3.org/TR/CSP3/#grammardef-hash-algorithm", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-hash-algorithm", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-hash-algorithm", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-hash-algorithm", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-hash-algorithm", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-char%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-serialized-csp%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value%E2%91%A1", @@ -494,40 +283,20 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A0", "https://www.w3.org/TR/CSP3/#framework-violation", "https://www.w3.org/TR/CSP3/#violation", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation", "https://www.w3.org/TR/CSP3/#violation-global-object", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-global-object", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-global-object", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-global-object", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-global-object", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0", "https://www.w3.org/TR/CSP3/#violation-url", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-url", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-url", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-url", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-url", "https://www.w3.org/TR/CSP3/#ref-for-violation-global-object", "https://www.w3.org/TR/CSP3/#ref-for-url", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A1", "https://www.w3.org/TR/CSP3/#violation-status", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-status", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-status", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-status", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-status", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A2", "https://www.w3.org/TR/CSP3/#violation-resource", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-resource", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-resource", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-resource", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-resource", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-violation-resource", @@ -539,64 +308,28 @@ "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A7", "https://www.w3.org/TR/CSP3/#violation-referrer", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-referrer", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-referrer", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-referrer", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-referrer", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A8", "https://www.w3.org/TR/CSP3/#violation-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-policy", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#violation-disposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-disposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-disposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-disposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-disposition", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#violation-effective-directive", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-effective-directive", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-effective-directive", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-effective-directive", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-effective-directive", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#violation-source-file", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-source-file", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-source-file", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-source-file", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-source-file", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#violation-line-number", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-line-number", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-line-number", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-line-number", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-line-number", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#violation-column-number", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-column-number", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-column-number", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-column-number", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-column-number", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#violation-element", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-element", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-element", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-element", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-element", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#violation-sample", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-sample", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-sample", - "https://www.w3.org/TR/CSP3/#infopanel-for-violation-sample", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-violation-sample", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-violation-sample%E2%91%A0", "https://www.w3.org/TR/CSP3/#create-violation-for-global", @@ -640,28 +373,20 @@ "https://www.w3.org/TR/CSP3/#ref-for-attr-meta-http-equiv", "https://www.w3.org/TR/CSP3/#csp-header", "https://www.w3.org/TR/CSP3/#header-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-header-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-header-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopanel-for-header-content-security-policy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-header-content-security-policy", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-policy%E2%91%A0", "https://www.w3.org/TR/CSP3/#example-b2d2c295", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-section-3.2%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-abstract-opdef-parse-a-serialized-csp", + "https://www.w3.org/TR/CSP3/#ref-for-abstract-opdef-parse-a-serialized-csp%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-enforced", "https://www.w3.org/TR/CSP3/#ref-for-serialized-csp%E2%91%A2", "https://www.w3.org/TR/CSP3/#cspro-header", "https://www.w3.org/TR/CSP3/#header-content-security-policy-report-only", - "https://www.w3.org/TR/CSP3/#infopanel-for-header-content-security-policy-report-only", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-header-content-security-policy-report-only", - "https://www.w3.org/TR/CSP3/#infopanel-for-header-content-security-policy-report-only", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-header-content-security-policy-report-only", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-policy%E2%91%A1", "https://www.w3.org/TR/CSP3/#example-5899b4f0", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy-report-only", "https://www.w3.org/TR/CSP3/#ref-for-section-3.2%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-abstract-opdef-parse-a-serialized-csp%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-abstract-opdef-parse-a-serialized-csp%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-monitored", "https://www.w3.org/TR/CSP3/#ref-for-serialized-csp%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy-report-only%E2%91%A0", @@ -700,10 +425,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A3", "https://www.w3.org/TR/CSP3/#report-for-request", "https://www.w3.org/TR/CSP3/#ref-for-report-for-request", - "https://www.w3.org/TR/CSP3/#infopanel-for-report-for-request", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-report-for-request", - "https://www.w3.org/TR/CSP3/#infopanel-for-report-for-request", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-report-for-request", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-policy-container", "https://www.w3.org/TR/CSP3/#ref-for-policy-container-csp-list", @@ -713,10 +434,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A4", "https://www.w3.org/TR/CSP3/#should-block-request", "https://www.w3.org/TR/CSP3/#ref-for-should-block-request%E2%91%A1", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-request", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-request", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-request", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-request", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-policy-container%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-policy-container-csp-list%E2%91%A1", @@ -726,10 +443,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A5", "https://www.w3.org/TR/CSP3/#should-block-response", "https://www.w3.org/TR/CSP3/#ref-for-should-block-response%E2%91%A1", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-response", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-response", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-response", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-response", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-policy-container%E2%91%A3", @@ -750,22 +463,10 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-container%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A3", "https://www.w3.org/TR/CSP3/#global-object-csp-list", - "https://www.w3.org/TR/CSP3/#infopanel-for-global-object-csp-list", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-global-object-csp-list", - "https://www.w3.org/TR/CSP3/#infopanel-for-global-object-csp-list", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-global-object-csp-list", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#enforced", - "https://www.w3.org/TR/CSP3/#infopanel-for-enforced", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-enforced", - "https://www.w3.org/TR/CSP3/#infopanel-for-enforced", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-enforced", "https://www.w3.org/TR/CSP3/#monitored", - "https://www.w3.org/TR/CSP3/#infopanel-for-monitored", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-monitored", - "https://www.w3.org/TR/CSP3/#infopanel-for-monitored", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-monitored", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list", @@ -797,10 +498,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-csp-derived-sandboxing-flags", "https://www.w3.org/TR/CSP3/#run-document-csp-initialization", "https://www.w3.org/TR/CSP3/#ref-for-run-document-csp-initialization%E2%91%A1", - "https://www.w3.org/TR/CSP3/#infopanel-for-run-document-csp-initialization", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-run-document-csp-initialization", - "https://www.w3.org/TR/CSP3/#infopanel-for-run-document-csp-initialization", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-run-document-csp-initialization", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-document-policy-container", @@ -821,10 +518,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-container-csp-list%E2%91%A8", "https://www.w3.org/TR/CSP3/#should-block-inline", "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline%E2%91%A2", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-inline", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-inline", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-inline", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-inline", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A5", @@ -844,10 +537,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A7", "https://www.w3.org/TR/CSP3/#should-block-navigation-request", "https://www.w3.org/TR/CSP3/#ref-for-should-block-navigation-request%E2%91%A2", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-navigation-request", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-navigation-request", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-navigation-request", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-navigation-request", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-policy-container%E2%91%A5", @@ -876,10 +565,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#should-block-navigation-response", "https://www.w3.org/TR/CSP3/#ref-for-should-block-navigation-response%E2%91%A1", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-navigation-response", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-navigation-response", - "https://www.w3.org/TR/CSP3/#infopanel-for-should-block-navigation-response", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-should-block-navigation-response", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-csp-list%E2%91%A0", @@ -907,10 +592,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#run-global-object-csp-initialization", "https://www.w3.org/TR/CSP3/#ref-for-run-global-object-csp-initialization%E2%91%A1", - "https://www.w3.org/TR/CSP3/#infopanel-for-run-global-object-csp-initialization", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-run-global-object-csp-initialization", - "https://www.w3.org/TR/CSP3/#infopanel-for-run-global-object-csp-initialization", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-run-global-object-csp-initialization", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A4", @@ -933,10 +614,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A6", "https://www.w3.org/TR/CSP3/#can-compile-strings", "https://www.w3.org/TR/CSP3/#ref-for-can-compile-strings", - "https://www.w3.org/TR/CSP3/#infopanel-for-can-compile-strings", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-can-compile-strings", - "https://www.w3.org/TR/CSP3/#infopanel-for-can-compile-strings", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-can-compile-strings", "https://www.w3.org/TR/CSP3/#ref-for-realm", "https://www.w3.org/TR/CSP3/#ref-for-implements", "https://www.w3.org/TR/CSP3/#ref-for-trustedscript", @@ -977,10 +654,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A8", "https://www.w3.org/TR/CSP3/#can-compile-wasm-bytes", "https://www.w3.org/TR/CSP3/#ref-for-can-compile-wasm-bytes", - "https://www.w3.org/TR/CSP3/#infopanel-for-can-compile-wasm-bytes", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-can-compile-wasm-bytes", - "https://www.w3.org/TR/CSP3/#infopanel-for-can-compile-wasm-bytes", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-can-compile-wasm-bytes", "https://www.w3.org/TR/CSP3/#ref-for-realm%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-exceptiondef-compileerror", "https://www.w3.org/TR/CSP3/#ref-for-concept-realm-global%E2%91%A0", @@ -1005,10 +678,6 @@ "https://www.w3.org/TR/CSP3/#reporting", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/CSP3/#csp-violation-report", - "https://www.w3.org/TR/CSP3/#infopanel-for-csp-violation-report", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-csp-violation-report", - "https://www.w3.org/TR/CSP3/#infopanel-for-csp-violation-report", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-csp-violation-report", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-csp-violation-report", "https://www.w3.org/TR/CSP3/#ref-for-report-type", @@ -1016,94 +685,38 @@ "https://www.w3.org/TR/CSP3/#ref-for-visible-to-reportingobservers", "https://www.w3.org/TR/CSP3/#ref-for-Exposed", "https://www.w3.org/TR/CSP3/#cspviolationreportbody", - "https://www.w3.org/TR/CSP3/#infopanel-for-cspviolationreportbody", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cspviolationreportbody", - "https://www.w3.org/TR/CSP3/#infopanel-for-cspviolationreportbody", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cspviolationreportbody", "https://www.w3.org/TR/CSP3/#ref-for-reportbody", "https://www.w3.org/TR/CSP3/#ref-for-Default", "https://www.w3.org/TR/CSP3/#ref-for-idl-object", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-tojson", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-documenturl", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-documenturl", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-documenturl", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-documenturl", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-documenturl", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A0", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-referrer", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-referrer", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-referrer", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-referrer", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-referrer", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A1", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-blockedurl", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-blockedurl", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-blockedurl", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-blockedurl", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-blockedurl", "https://www.w3.org/TR/CSP3/#ref-for-idl-DOMString", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-effectivedirective", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-effectivedirective", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-effectivedirective", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-effectivedirective", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-effectivedirective", "https://www.w3.org/TR/CSP3/#ref-for-idl-DOMString%E2%91%A0", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-originalpolicy", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-originalpolicy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-originalpolicy", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-originalpolicy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-originalpolicy", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A2", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-sourcefile", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-sourcefile", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-sourcefile", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-sourcefile", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-sourcefile", "https://www.w3.org/TR/CSP3/#ref-for-idl-DOMString%E2%91%A1", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-sample", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-sample", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-sample", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-sample", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-sample", "https://www.w3.org/TR/CSP3/#ref-for-enumdef-securitypolicyviolationeventdisposition", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-disposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-disposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-disposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-disposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-disposition", "https://www.w3.org/TR/CSP3/#ref-for-idl-unsigned-short", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-statuscode", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-statuscode", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-statuscode", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-statuscode", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-statuscode", "https://www.w3.org/TR/CSP3/#ref-for-idl-unsigned-long", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-linenumber", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-linenumber", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-linenumber", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-linenumber", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-linenumber", "https://www.w3.org/TR/CSP3/#ref-for-idl-unsigned-long%E2%91%A0", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-columnnumber", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-columnnumber", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-columnnumber", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-cspviolationreportbody-columnnumber", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-cspviolationreportbody-columnnumber", "https://www.w3.org/TR/CSP3/#violation-events", "https://www.w3.org/TR/CSP3/#enumdef-securitypolicyviolationeventdisposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-enumdef-securitypolicyviolationeventdisposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-enumdef-securitypolicyviolationeventdisposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-enumdef-securitypolicyviolationeventdisposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-enumdef-securitypolicyviolationeventdisposition", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventdisposition-enforce", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventdisposition-report", "https://www.w3.org/TR/CSP3/#ref-for-Exposed%E2%91%A0", "https://www.w3.org/TR/CSP3/#securitypolicyviolationevent", - "https://www.w3.org/TR/CSP3/#infopanel-for-securitypolicyviolationevent", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-securitypolicyviolationevent", - "https://www.w3.org/TR/CSP3/#infopanel-for-securitypolicyviolationevent", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-securitypolicyviolationevent", "https://www.w3.org/TR/CSP3/#ref-for-event", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-securitypolicyviolationevent", "https://www.w3.org/TR/CSP3/#ref-for-idl-DOMString%E2%91%A2", @@ -1112,81 +725,29 @@ "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-securitypolicyviolationevent-type-eventinitdict-eventinitdict", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A3", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-documenturi", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-documenturi", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-documenturi", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-documenturi", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-documenturi", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A4", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-referrer", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-referrer", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-referrer", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-referrer", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-referrer", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A5", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-blockeduri", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-blockeduri", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-blockeduri", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-blockeduri", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-blockeduri", "https://www.w3.org/TR/CSP3/#ref-for-idl-DOMString%E2%91%A3", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-effectivedirective", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-effectivedirective", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-effectivedirective", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-effectivedirective", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-effectivedirective", "https://www.w3.org/TR/CSP3/#ref-for-idl-DOMString%E2%91%A4", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-violateddirective", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-violateddirective", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-violateddirective", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-violateddirective", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-violateddirective", "https://www.w3.org/TR/CSP3/#ref-for-idl-DOMString%E2%91%A5", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-originalpolicy", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-originalpolicy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-originalpolicy", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-originalpolicy", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-originalpolicy", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A6", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-sourcefile", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-sourcefile", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-sourcefile", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-sourcefile", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-sourcefile", "https://www.w3.org/TR/CSP3/#ref-for-idl-DOMString%E2%91%A6", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-sample", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-sample", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-sample", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-sample", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-sample", "https://www.w3.org/TR/CSP3/#ref-for-enumdef-securitypolicyviolationeventdisposition%E2%91%A0", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-disposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-disposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-disposition", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-disposition", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-disposition", "https://www.w3.org/TR/CSP3/#ref-for-idl-unsigned-short%E2%91%A0", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-statuscode", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-statuscode", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-statuscode", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-statuscode", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-statuscode", "https://www.w3.org/TR/CSP3/#ref-for-idl-unsigned-long%E2%91%A1", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-linenumber", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-linenumber", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-linenumber", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-linenumber", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-linenumber", "https://www.w3.org/TR/CSP3/#ref-for-idl-unsigned-long%E2%91%A2", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-columnnumber", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-columnnumber", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-columnnumber", - "https://www.w3.org/TR/CSP3/#infopanel-for-dom-securitypolicyviolationevent-columnnumber", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dom-securitypolicyviolationevent-columnnumber", "https://www.w3.org/TR/CSP3/#dictdef-securitypolicyviolationeventinit", - "https://www.w3.org/TR/CSP3/#infopanel-for-dictdef-securitypolicyviolationeventinit", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dictdef-securitypolicyviolationeventinit", - "https://www.w3.org/TR/CSP3/#infopanel-for-dictdef-securitypolicyviolationeventinit", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dictdef-securitypolicyviolationeventinit", "https://www.w3.org/TR/CSP3/#ref-for-dictdef-eventinit", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A7", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-documenturi", @@ -1383,18 +944,10 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline", "https://www.w3.org/TR/CSP3/#directives-fetch", "https://www.w3.org/TR/CSP3/#fetch-directives", - "https://www.w3.org/TR/CSP3/#infopanel-for-fetch-directives", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-fetch-directives", - "https://www.w3.org/TR/CSP3/#infopanel-for-fetch-directives", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-fetch-directives", "https://www.w3.org/TR/CSP3/#ref-for-script-src%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-font-src", "https://www.w3.org/TR/CSP3/#directive-child-src", "https://www.w3.org/TR/CSP3/#child-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-child-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-child-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-child-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-child-src", "https://www.w3.org/TR/CSP3/#ref-for-child-navigable", "https://www.w3.org/TR/CSP3/#ref-for-the-iframe-element", "https://www.w3.org/TR/CSP3/#ref-for-frame", @@ -1430,10 +983,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#directive-connect-src", "https://www.w3.org/TR/CSP3/#connect-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-connect-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-connect-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-connect-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-connect-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-the-a-element", @@ -1455,10 +1004,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#directive-default-src", "https://www.w3.org/TR/CSP3/#default-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-default-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-default-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-default-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-default-src", "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A0", @@ -1556,10 +1101,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#directive-font-src", "https://www.w3.org/TR/CSP3/#font-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-font-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-font-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-font-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-font-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A2", "https://www.w3.org/TR/CSP3/#example-e644a6ab", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A7", @@ -1578,10 +1119,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#directive-frame-src", "https://www.w3.org/TR/CSP3/#frame-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-frame-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-frame-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-frame-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-frame-src", "https://www.w3.org/TR/CSP3/#ref-for-child-navigable%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A3", "https://www.w3.org/TR/CSP3/#example-4f75856d", @@ -1601,10 +1138,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#directive-img-src", "https://www.w3.org/TR/CSP3/#img-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-img-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-img-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-img-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-img-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A8", @@ -1626,10 +1159,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#directive-manifest-src", "https://www.w3.org/TR/CSP3/#manifest-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-manifest-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-manifest-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-manifest-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-manifest-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A5", "https://www.w3.org/TR/CSP3/#example-49db23b1", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A0", @@ -1648,10 +1177,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/CSP3/#directive-media-src", "https://www.w3.org/TR/CSP3/#media-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-media-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-media-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-media-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-media-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A6", "https://www.w3.org/TR/CSP3/#example-ae1d2bb7", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A1", @@ -1670,10 +1195,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/CSP3/#directive-object-src", "https://www.w3.org/TR/CSP3/#object-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-object-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-object-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-object-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-object-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A7", "https://www.w3.org/TR/CSP3/#example-567c9ecc", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A2", @@ -1704,10 +1225,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/CSP3/#directive-script-src", "https://www.w3.org/TR/CSP3/#script-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-script-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-script-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-script-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-script-src", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-request-destination-script-like", @@ -1752,10 +1269,6 @@ "https://www.w3.org/TR/CSP3/#directive-script-src-elem", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#script-src-elem", - "https://www.w3.org/TR/CSP3/#infopanel-for-script-src-elem", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-script-src-elem", - "https://www.w3.org/TR/CSP3/#infopanel-for-script-src-elem", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-script-src-elem", "https://www.w3.org/TR/CSP3/#ref-for-script-src-attr%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/CSP3/#script-src-elem-pre-request", @@ -1775,10 +1288,6 @@ "https://www.w3.org/TR/CSP3/#directive-script-src-attr", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#script-src-attr", - "https://www.w3.org/TR/CSP3/#infopanel-for-script-src-attr", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-script-src-attr", - "https://www.w3.org/TR/CSP3/#infopanel-for-script-src-attr", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-script-src-attr", "https://www.w3.org/TR/CSP3/#script-src-attr-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A4", @@ -1786,10 +1295,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/CSP3/#directive-style-src", "https://www.w3.org/TR/CSP3/#style-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-style-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-style-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-style-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-style-src", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A2", @@ -1832,10 +1337,6 @@ "https://www.w3.org/TR/CSP3/#directive-style-src-elem", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#style-src-elem", - "https://www.w3.org/TR/CSP3/#infopanel-for-style-src-elem", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-style-src-elem", - "https://www.w3.org/TR/CSP3/#infopanel-for-style-src-elem", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-style-src-elem", "https://www.w3.org/TR/CSP3/#style-src-elem-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A5", @@ -1859,10 +1360,6 @@ "https://www.w3.org/TR/CSP3/#directive-style-src-attr", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#style-src-attr", - "https://www.w3.org/TR/CSP3/#infopanel-for-style-src-attr", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-style-src-attr", - "https://www.w3.org/TR/CSP3/#infopanel-for-style-src-attr", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-style-src-attr", "https://www.w3.org/TR/CSP3/#style-src-attr-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A7", @@ -1871,15 +1368,7 @@ "https://www.w3.org/TR/CSP3/#directives-other", "https://www.w3.org/TR/CSP3/#directive-webrtc", "https://www.w3.org/TR/CSP3/#webrtc", - "https://www.w3.org/TR/CSP3/#infopanel-for-webrtc", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-webrtc", - "https://www.w3.org/TR/CSP3/#infopanel-for-webrtc", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-webrtc", "https://www.w3.org/TR/CSP3/#grammardef-allow", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-allow", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-allow", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-allow", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-allow", "https://www.w3.org/TR/CSP3/#grammardef-block", "https://www.w3.org/TR/CSP3/#example-7e4cee69", "https://www.w3.org/TR/CSP3/#ref-for-webrtc", @@ -1890,10 +1379,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-allow", "https://www.w3.org/TR/CSP3/#directive-worker-src", "https://www.w3.org/TR/CSP3/#worker-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-worker-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-worker-src", - "https://www.w3.org/TR/CSP3/#infopanel-for-worker-src", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-worker-src", "https://www.w3.org/TR/CSP3/#ref-for-worker%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-sharedworker%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-serviceworker%E2%91%A0", @@ -1916,10 +1401,6 @@ "https://www.w3.org/TR/CSP3/#directives-document", "https://www.w3.org/TR/CSP3/#directive-base-uri", "https://www.w3.org/TR/CSP3/#base-uri", - "https://www.w3.org/TR/CSP3/#infopanel-for-base-uri", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-base-uri", - "https://www.w3.org/TR/CSP3/#infopanel-for-base-uri", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-base-uri", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-the-base-element%E2%91%A0", @@ -1927,10 +1408,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-set-the-frozen-base-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#allow-base-for-document", "https://www.w3.org/TR/CSP3/#ref-for-allow-base-for-document%E2%91%A0", - "https://www.w3.org/TR/CSP3/#infopanel-for-allow-base-for-document", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-allow-base-for-document", - "https://www.w3.org/TR/CSP3/#infopanel-for-allow-base-for-document", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-allow-base-for-document", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-the-base-element%E2%91%A1", @@ -1951,10 +1428,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-an-iframe-srcdoc-document", "https://www.w3.org/TR/CSP3/#directive-sandbox", "https://www.w3.org/TR/CSP3/#sandbox", - "https://www.w3.org/TR/CSP3/#infopanel-for-sandbox", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-sandbox", - "https://www.w3.org/TR/CSP3/#infopanel-for-sandbox", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-sandbox", "https://www.w3.org/TR/CSP3/#ref-for-the-iframe-element%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-attr-iframe-sandbox", "https://www.w3.org/TR/CSP3/#ref-for-the-iframe-element%E2%91%A1", @@ -1984,10 +1457,6 @@ "https://www.w3.org/TR/CSP3/#directives-navigation", "https://www.w3.org/TR/CSP3/#directive-form-action", "https://www.w3.org/TR/CSP3/#form-action", - "https://www.w3.org/TR/CSP3/#infopanel-for-form-action", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-form-action", - "https://www.w3.org/TR/CSP3/#infopanel-for-form-action", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-form-action", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#form-action-pre-navigate", @@ -1997,10 +1466,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/CSP3/#directive-frame-ancestors", "https://www.w3.org/TR/CSP3/#frame-ancestors", - "https://www.w3.org/TR/CSP3/#infopanel-for-frame-ancestors", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-frame-ancestors", - "https://www.w3.org/TR/CSP3/#infopanel-for-frame-ancestors", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-frame-ancestors", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-frame%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-the-iframe-element%E2%91%A2", @@ -2008,19 +1473,11 @@ "https://www.w3.org/TR/CSP3/#ref-for-the-embed-element%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-ancestor-source-list", "https://www.w3.org/TR/CSP3/#grammardef-ancestor-source-list", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-ancestor-source-list", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-ancestor-source-list", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-ancestor-source-list", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-ancestor-source-list", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-ancestor-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-required-ascii-whitespace%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-ancestor-source%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-none%E2%91%A0", "https://www.w3.org/TR/CSP3/#grammardef-ancestor-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-ancestor-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-ancestor-source", - "https://www.w3.org/TR/CSP3/#infopanel-for-grammardef-ancestor-source", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-grammardef-ancestor-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-source%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-source%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A7", @@ -2067,10 +1524,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-report-uri%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-report-to%E2%91%A3", "https://www.w3.org/TR/CSP3/#report-uri", - "https://www.w3.org/TR/CSP3/#infopanel-for-report-uri", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-report-uri", - "https://www.w3.org/TR/CSP3/#infopanel-for-report-uri", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-report-uri", "https://www.w3.org/TR/CSP3/#ref-for-csp-violation-report%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-section-4.1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-required-ascii-whitespace%E2%91%A4", @@ -2078,10 +1531,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-section-4.1%E2%91%A1", "https://www.w3.org/TR/CSP3/#directive-report-to", "https://www.w3.org/TR/CSP3/#report-to", - "https://www.w3.org/TR/CSP3/#infopanel-for-report-to", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-report-to", - "https://www.w3.org/TR/CSP3/#infopanel-for-report-to", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-report-to", "https://www.w3.org/TR/CSP3/#ref-for-endpoint", "https://www.w3.org/TR/CSP3/#ref-for-section-5.6.2%E2%91%A1", "https://www.w3.org/TR/CSP3/#directives-elsewhere", @@ -2195,10 +1644,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-match-url-to-source-expression%E2%91%A0", "https://www.w3.org/TR/CSP3/#match-url-to-source-expression", "https://www.w3.org/TR/CSP3/#ref-for-match-url-to-source-expression%E2%91%A1", - "https://www.w3.org/TR/CSP3/#infopanel-for-match-url-to-source-expression", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-match-url-to-source-expression", - "https://www.w3.org/TR/CSP3/#infopanel-for-match-url-to-source-expression", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-match-url-to-source-expression", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-origin%E2%91%A1", @@ -2246,10 +1691,6 @@ "https://www.w3.org/TR/CSP3/#match-schemes", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A4", "https://www.w3.org/TR/CSP3/#scheme-part-match", - "https://www.w3.org/TR/CSP3/#infopanel-for-scheme-part-match", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-scheme-part-match", - "https://www.w3.org/TR/CSP3/#infopanel-for-scheme-part-match", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-scheme-part-match", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-part%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A0", @@ -2266,10 +1707,6 @@ "https://www.w3.org/TR/CSP3/#match-hosts", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A7", "https://www.w3.org/TR/CSP3/#host-part-match", - "https://www.w3.org/TR/CSP3/#infopanel-for-host-part-match", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-host-part-match", - "https://www.w3.org/TR/CSP3/#infopanel-for-host-part-match", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-host-part-match", "https://www.w3.org/TR/CSP3/#ref-for-concept-host", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-part%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-host-part-match%E2%91%A0", @@ -2287,10 +1724,6 @@ "https://www.w3.org/TR/CSP3/#match-ports", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#port-part-matches", - "https://www.w3.org/TR/CSP3/#infopanel-for-port-part-matches", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-port-part-matches", - "https://www.w3.org/TR/CSP3/#infopanel-for-port-part-matches", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-port-part-matches", "https://www.w3.org/TR/CSP3/#ref-for-concept-url%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-port-part%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-port", @@ -2304,10 +1737,6 @@ "https://www.w3.org/TR/CSP3/#match-paths", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#path-part-match", - "https://www.w3.org/TR/CSP3/#infopanel-for-path-part-match", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-path-part-match", - "https://www.w3.org/TR/CSP3/#infopanel-for-path-part-match", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-path-part-match", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-path-part%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-path%E2%91%A0", @@ -2333,10 +1762,6 @@ "https://www.w3.org/TR/CSP3/#allow-all-inline", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#source-list-allows-all-inline-behavior", - "https://www.w3.org/TR/CSP3/#infopanel-for-source-list-allows-all-inline-behavior", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-source-list-allows-all-inline-behavior", - "https://www.w3.org/TR/CSP3/#infopanel-for-source-list-allows-all-inline-behavior", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-source-list-allows-all-inline-behavior", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A7", @@ -2399,10 +1824,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#request-effective-directive", - "https://www.w3.org/TR/CSP3/#infopanel-for-request-effective-directive", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-request-effective-directive", - "https://www.w3.org/TR/CSP3/#infopanel-for-request-effective-directive", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-request-effective-directive", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-initiator%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A5", "https://www.w3.org/TR/CSP3/#effective-directive-for-inline-check", @@ -2567,1079 +1988,221 @@ "https://www.w3.org/TR/CSP3/#index", "https://www.w3.org/TR/CSP3/#index-defined-here", "https://www.w3.org/TR/CSP3/#index-defined-elsewhere", - "https://www.w3.org/TR/CSP3/#6d126909", - "https://www.w3.org/TR/CSP3/#infopanel-for-6d126909", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6d126909", - "https://www.w3.org/TR/CSP3/#infopanel-for-6d126909", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6d126909", "https://www.w3.org/TR/CSP3/#3eef835e", - "https://www.w3.org/TR/CSP3/#infopanel-for-3eef835e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3eef835e", - "https://www.w3.org/TR/CSP3/#infopanel-for-3eef835e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3eef835e", "https://www.w3.org/TR/CSP3/#4ffecae2", - "https://www.w3.org/TR/CSP3/#infopanel-for-4ffecae2", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4ffecae2", - "https://www.w3.org/TR/CSP3/#infopanel-for-4ffecae2", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4ffecae2", "https://www.w3.org/TR/CSP3/#e49ee8ab", - "https://www.w3.org/TR/CSP3/#infopanel-for-e49ee8ab", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e49ee8ab", - "https://www.w3.org/TR/CSP3/#infopanel-for-e49ee8ab", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e49ee8ab", "https://www.w3.org/TR/CSP3/#30cbbf14", - "https://www.w3.org/TR/CSP3/#infopanel-for-30cbbf14", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-30cbbf14", - "https://www.w3.org/TR/CSP3/#infopanel-for-30cbbf14", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-30cbbf14", "https://www.w3.org/TR/CSP3/#4f06d0ed", - "https://www.w3.org/TR/CSP3/#infopanel-for-4f06d0ed", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4f06d0ed", - "https://www.w3.org/TR/CSP3/#infopanel-for-4f06d0ed", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4f06d0ed", "https://www.w3.org/TR/CSP3/#85394472", - "https://www.w3.org/TR/CSP3/#infopanel-for-85394472", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-85394472", - "https://www.w3.org/TR/CSP3/#infopanel-for-85394472", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-85394472", "https://www.w3.org/TR/CSP3/#296f3551", - "https://www.w3.org/TR/CSP3/#infopanel-for-296f3551", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-296f3551", - "https://www.w3.org/TR/CSP3/#infopanel-for-296f3551", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-296f3551", "https://www.w3.org/TR/CSP3/#129bdae8", - "https://www.w3.org/TR/CSP3/#infopanel-for-129bdae8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-129bdae8", - "https://www.w3.org/TR/CSP3/#infopanel-for-129bdae8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-129bdae8", "https://www.w3.org/TR/CSP3/#44a7708c", - "https://www.w3.org/TR/CSP3/#infopanel-for-44a7708c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-44a7708c", - "https://www.w3.org/TR/CSP3/#infopanel-for-44a7708c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-44a7708c", "https://www.w3.org/TR/CSP3/#2bc0cdf4", - "https://www.w3.org/TR/CSP3/#infopanel-for-2bc0cdf4", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-2bc0cdf4", - "https://www.w3.org/TR/CSP3/#infopanel-for-2bc0cdf4", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-2bc0cdf4", "https://www.w3.org/TR/CSP3/#77211728", - "https://www.w3.org/TR/CSP3/#infopanel-for-77211728", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-77211728", - "https://www.w3.org/TR/CSP3/#infopanel-for-77211728", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-77211728", "https://www.w3.org/TR/CSP3/#0c0ceb78", - "https://www.w3.org/TR/CSP3/#infopanel-for-0c0ceb78", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0c0ceb78", - "https://www.w3.org/TR/CSP3/#infopanel-for-0c0ceb78", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0c0ceb78", "https://www.w3.org/TR/CSP3/#8b547cc7", - "https://www.w3.org/TR/CSP3/#infopanel-for-8b547cc7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8b547cc7", - "https://www.w3.org/TR/CSP3/#infopanel-for-8b547cc7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8b547cc7", "https://www.w3.org/TR/CSP3/#9638f92b", - "https://www.w3.org/TR/CSP3/#infopanel-for-9638f92b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9638f92b", - "https://www.w3.org/TR/CSP3/#infopanel-for-9638f92b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9638f92b", "https://www.w3.org/TR/CSP3/#5fd23811", - "https://www.w3.org/TR/CSP3/#infopanel-for-5fd23811", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5fd23811", - "https://www.w3.org/TR/CSP3/#infopanel-for-5fd23811", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5fd23811", "https://www.w3.org/TR/CSP3/#c62cd7cf", - "https://www.w3.org/TR/CSP3/#infopanel-for-c62cd7cf", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c62cd7cf", - "https://www.w3.org/TR/CSP3/#infopanel-for-c62cd7cf", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c62cd7cf", "https://www.w3.org/TR/CSP3/#ea2049db", - "https://www.w3.org/TR/CSP3/#infopanel-for-ea2049db", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ea2049db", - "https://www.w3.org/TR/CSP3/#infopanel-for-ea2049db", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ea2049db", "https://www.w3.org/TR/CSP3/#e8478f36", - "https://www.w3.org/TR/CSP3/#infopanel-for-e8478f36", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e8478f36", - "https://www.w3.org/TR/CSP3/#infopanel-for-e8478f36", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e8478f36", "https://www.w3.org/TR/CSP3/#7414e9fd", - "https://www.w3.org/TR/CSP3/#infopanel-for-7414e9fd", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7414e9fd", - "https://www.w3.org/TR/CSP3/#infopanel-for-7414e9fd", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7414e9fd", "https://www.w3.org/TR/CSP3/#78dac792", - "https://www.w3.org/TR/CSP3/#infopanel-for-78dac792", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-78dac792", - "https://www.w3.org/TR/CSP3/#infopanel-for-78dac792", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-78dac792", "https://www.w3.org/TR/CSP3/#bccca632", - "https://www.w3.org/TR/CSP3/#infopanel-for-bccca632", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-bccca632", - "https://www.w3.org/TR/CSP3/#infopanel-for-bccca632", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-bccca632", "https://www.w3.org/TR/CSP3/#656bb36c", - "https://www.w3.org/TR/CSP3/#infopanel-for-656bb36c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-656bb36c", - "https://www.w3.org/TR/CSP3/#infopanel-for-656bb36c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-656bb36c", "https://www.w3.org/TR/CSP3/#0303e8e5", - "https://www.w3.org/TR/CSP3/#infopanel-for-0303e8e5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0303e8e5", - "https://www.w3.org/TR/CSP3/#infopanel-for-0303e8e5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0303e8e5", "https://www.w3.org/TR/CSP3/#8e9945a0", - "https://www.w3.org/TR/CSP3/#infopanel-for-8e9945a0", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8e9945a0", - "https://www.w3.org/TR/CSP3/#infopanel-for-8e9945a0", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8e9945a0", "https://www.w3.org/TR/CSP3/#857d5516", - "https://www.w3.org/TR/CSP3/#infopanel-for-857d5516", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-857d5516", - "https://www.w3.org/TR/CSP3/#infopanel-for-857d5516", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-857d5516", "https://www.w3.org/TR/CSP3/#902380f7", - "https://www.w3.org/TR/CSP3/#infopanel-for-902380f7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-902380f7", - "https://www.w3.org/TR/CSP3/#infopanel-for-902380f7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-902380f7", "https://www.w3.org/TR/CSP3/#784f01de", - "https://www.w3.org/TR/CSP3/#infopanel-for-784f01de", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-784f01de", - "https://www.w3.org/TR/CSP3/#infopanel-for-784f01de", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-784f01de", "https://www.w3.org/TR/CSP3/#3f2ca4de", - "https://www.w3.org/TR/CSP3/#infopanel-for-3f2ca4de", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3f2ca4de", - "https://www.w3.org/TR/CSP3/#infopanel-for-3f2ca4de", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3f2ca4de", "https://www.w3.org/TR/CSP3/#3ae34c95", - "https://www.w3.org/TR/CSP3/#infopanel-for-3ae34c95", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3ae34c95", - "https://www.w3.org/TR/CSP3/#infopanel-for-3ae34c95", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3ae34c95", "https://www.w3.org/TR/CSP3/#3be1d4ac", - "https://www.w3.org/TR/CSP3/#infopanel-for-3be1d4ac", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3be1d4ac", - "https://www.w3.org/TR/CSP3/#infopanel-for-3be1d4ac", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3be1d4ac", "https://www.w3.org/TR/CSP3/#a33db89a", - "https://www.w3.org/TR/CSP3/#infopanel-for-a33db89a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a33db89a", - "https://www.w3.org/TR/CSP3/#infopanel-for-a33db89a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a33db89a", "https://www.w3.org/TR/CSP3/#6ee0eab1", - "https://www.w3.org/TR/CSP3/#infopanel-for-6ee0eab1", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6ee0eab1", - "https://www.w3.org/TR/CSP3/#infopanel-for-6ee0eab1", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6ee0eab1", "https://www.w3.org/TR/CSP3/#f7b00a8b", - "https://www.w3.org/TR/CSP3/#infopanel-for-f7b00a8b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f7b00a8b", - "https://www.w3.org/TR/CSP3/#infopanel-for-f7b00a8b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f7b00a8b", "https://www.w3.org/TR/CSP3/#eb62573b", - "https://www.w3.org/TR/CSP3/#infopanel-for-eb62573b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-eb62573b", - "https://www.w3.org/TR/CSP3/#infopanel-for-eb62573b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-eb62573b", "https://www.w3.org/TR/CSP3/#fa4ea124", - "https://www.w3.org/TR/CSP3/#infopanel-for-fa4ea124", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-fa4ea124", - "https://www.w3.org/TR/CSP3/#infopanel-for-fa4ea124", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-fa4ea124", "https://www.w3.org/TR/CSP3/#d79a826f", - "https://www.w3.org/TR/CSP3/#infopanel-for-d79a826f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-d79a826f", - "https://www.w3.org/TR/CSP3/#infopanel-for-d79a826f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-d79a826f", "https://www.w3.org/TR/CSP3/#8f26de31", - "https://www.w3.org/TR/CSP3/#infopanel-for-8f26de31", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8f26de31", - "https://www.w3.org/TR/CSP3/#infopanel-for-8f26de31", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8f26de31", "https://www.w3.org/TR/CSP3/#8394d1b7", - "https://www.w3.org/TR/CSP3/#infopanel-for-8394d1b7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8394d1b7", - "https://www.w3.org/TR/CSP3/#infopanel-for-8394d1b7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8394d1b7", "https://www.w3.org/TR/CSP3/#63340982", - "https://www.w3.org/TR/CSP3/#infopanel-for-63340982", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-63340982", - "https://www.w3.org/TR/CSP3/#infopanel-for-63340982", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-63340982", "https://www.w3.org/TR/CSP3/#e0dfd35e", - "https://www.w3.org/TR/CSP3/#infopanel-for-e0dfd35e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e0dfd35e", - "https://www.w3.org/TR/CSP3/#infopanel-for-e0dfd35e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e0dfd35e", "https://www.w3.org/TR/CSP3/#50b05fad", - "https://www.w3.org/TR/CSP3/#infopanel-for-50b05fad", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-50b05fad", - "https://www.w3.org/TR/CSP3/#infopanel-for-50b05fad", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-50b05fad", "https://www.w3.org/TR/CSP3/#cb98f71f", - "https://www.w3.org/TR/CSP3/#infopanel-for-cb98f71f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cb98f71f", - "https://www.w3.org/TR/CSP3/#infopanel-for-cb98f71f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cb98f71f", "https://www.w3.org/TR/CSP3/#eb1b1af3", - "https://www.w3.org/TR/CSP3/#infopanel-for-eb1b1af3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-eb1b1af3", - "https://www.w3.org/TR/CSP3/#infopanel-for-eb1b1af3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-eb1b1af3", "https://www.w3.org/TR/CSP3/#f78d5b5c", - "https://www.w3.org/TR/CSP3/#infopanel-for-f78d5b5c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f78d5b5c", - "https://www.w3.org/TR/CSP3/#infopanel-for-f78d5b5c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f78d5b5c", "https://www.w3.org/TR/CSP3/#ee1a333c", - "https://www.w3.org/TR/CSP3/#infopanel-for-ee1a333c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ee1a333c", - "https://www.w3.org/TR/CSP3/#infopanel-for-ee1a333c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ee1a333c", "https://www.w3.org/TR/CSP3/#86efadaf", - "https://www.w3.org/TR/CSP3/#infopanel-for-86efadaf", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-86efadaf", - "https://www.w3.org/TR/CSP3/#infopanel-for-86efadaf", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-86efadaf", "https://www.w3.org/TR/CSP3/#8c3deeef", - "https://www.w3.org/TR/CSP3/#infopanel-for-8c3deeef", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8c3deeef", - "https://www.w3.org/TR/CSP3/#infopanel-for-8c3deeef", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8c3deeef", "https://www.w3.org/TR/CSP3/#64b62ea0", - "https://www.w3.org/TR/CSP3/#infopanel-for-64b62ea0", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-64b62ea0", - "https://www.w3.org/TR/CSP3/#infopanel-for-64b62ea0", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-64b62ea0", "https://www.w3.org/TR/CSP3/#55213b5b", - "https://www.w3.org/TR/CSP3/#infopanel-for-55213b5b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-55213b5b", - "https://www.w3.org/TR/CSP3/#infopanel-for-55213b5b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-55213b5b", "https://www.w3.org/TR/CSP3/#ee7bba09", - "https://www.w3.org/TR/CSP3/#infopanel-for-ee7bba09", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ee7bba09", - "https://www.w3.org/TR/CSP3/#infopanel-for-ee7bba09", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ee7bba09", "https://www.w3.org/TR/CSP3/#d8fc72f5", - "https://www.w3.org/TR/CSP3/#infopanel-for-d8fc72f5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-d8fc72f5", - "https://www.w3.org/TR/CSP3/#infopanel-for-d8fc72f5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-d8fc72f5", "https://www.w3.org/TR/CSP3/#dc1cd39b", - "https://www.w3.org/TR/CSP3/#infopanel-for-dc1cd39b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dc1cd39b", - "https://www.w3.org/TR/CSP3/#infopanel-for-dc1cd39b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dc1cd39b", "https://www.w3.org/TR/CSP3/#3268a8eb", - "https://www.w3.org/TR/CSP3/#infopanel-for-3268a8eb", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3268a8eb", - "https://www.w3.org/TR/CSP3/#infopanel-for-3268a8eb", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3268a8eb", "https://www.w3.org/TR/CSP3/#1ab127d6", - "https://www.w3.org/TR/CSP3/#infopanel-for-1ab127d6", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-1ab127d6", - "https://www.w3.org/TR/CSP3/#infopanel-for-1ab127d6", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-1ab127d6", "https://www.w3.org/TR/CSP3/#9d459c32", - "https://www.w3.org/TR/CSP3/#infopanel-for-9d459c32", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9d459c32", - "https://www.w3.org/TR/CSP3/#infopanel-for-9d459c32", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9d459c32", "https://www.w3.org/TR/CSP3/#a13a702f", - "https://www.w3.org/TR/CSP3/#infopanel-for-a13a702f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a13a702f", - "https://www.w3.org/TR/CSP3/#infopanel-for-a13a702f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a13a702f", "https://www.w3.org/TR/CSP3/#5d7209e9", - "https://www.w3.org/TR/CSP3/#infopanel-for-5d7209e9", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5d7209e9", - "https://www.w3.org/TR/CSP3/#infopanel-for-5d7209e9", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5d7209e9", "https://www.w3.org/TR/CSP3/#bfc1c271", - "https://www.w3.org/TR/CSP3/#infopanel-for-bfc1c271", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-bfc1c271", - "https://www.w3.org/TR/CSP3/#infopanel-for-bfc1c271", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-bfc1c271", "https://www.w3.org/TR/CSP3/#83c59a3a", - "https://www.w3.org/TR/CSP3/#infopanel-for-83c59a3a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-83c59a3a", - "https://www.w3.org/TR/CSP3/#infopanel-for-83c59a3a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-83c59a3a", "https://www.w3.org/TR/CSP3/#0c9b0d3c", - "https://www.w3.org/TR/CSP3/#infopanel-for-0c9b0d3c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0c9b0d3c", - "https://www.w3.org/TR/CSP3/#infopanel-for-0c9b0d3c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0c9b0d3c", "https://www.w3.org/TR/CSP3/#68bf3d31", - "https://www.w3.org/TR/CSP3/#infopanel-for-68bf3d31", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-68bf3d31", - "https://www.w3.org/TR/CSP3/#infopanel-for-68bf3d31", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-68bf3d31", "https://www.w3.org/TR/CSP3/#27e10eaf", - "https://www.w3.org/TR/CSP3/#infopanel-for-27e10eaf", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-27e10eaf", - "https://www.w3.org/TR/CSP3/#infopanel-for-27e10eaf", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-27e10eaf", "https://www.w3.org/TR/CSP3/#e9c183b8", - "https://www.w3.org/TR/CSP3/#infopanel-for-e9c183b8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e9c183b8", - "https://www.w3.org/TR/CSP3/#infopanel-for-e9c183b8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e9c183b8", "https://www.w3.org/TR/CSP3/#b410a6ef", - "https://www.w3.org/TR/CSP3/#infopanel-for-b410a6ef", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b410a6ef", - "https://www.w3.org/TR/CSP3/#infopanel-for-b410a6ef", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b410a6ef", "https://www.w3.org/TR/CSP3/#3349d69f", - "https://www.w3.org/TR/CSP3/#infopanel-for-3349d69f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3349d69f", - "https://www.w3.org/TR/CSP3/#infopanel-for-3349d69f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3349d69f", "https://www.w3.org/TR/CSP3/#1565d481", - "https://www.w3.org/TR/CSP3/#infopanel-for-1565d481", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-1565d481", - "https://www.w3.org/TR/CSP3/#infopanel-for-1565d481", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-1565d481", "https://www.w3.org/TR/CSP3/#c847111b", - "https://www.w3.org/TR/CSP3/#infopanel-for-c847111b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c847111b", - "https://www.w3.org/TR/CSP3/#infopanel-for-c847111b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c847111b", "https://www.w3.org/TR/CSP3/#f23dc013", - "https://www.w3.org/TR/CSP3/#infopanel-for-f23dc013", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f23dc013", - "https://www.w3.org/TR/CSP3/#infopanel-for-f23dc013", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f23dc013", "https://www.w3.org/TR/CSP3/#cc601639", - "https://www.w3.org/TR/CSP3/#infopanel-for-cc601639", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cc601639", - "https://www.w3.org/TR/CSP3/#infopanel-for-cc601639", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cc601639", "https://www.w3.org/TR/CSP3/#5a88c1c3", - "https://www.w3.org/TR/CSP3/#infopanel-for-5a88c1c3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5a88c1c3", - "https://www.w3.org/TR/CSP3/#infopanel-for-5a88c1c3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5a88c1c3", "https://www.w3.org/TR/CSP3/#92812d1b", - "https://www.w3.org/TR/CSP3/#infopanel-for-92812d1b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-92812d1b", - "https://www.w3.org/TR/CSP3/#infopanel-for-92812d1b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-92812d1b", "https://www.w3.org/TR/CSP3/#8c209bab", - "https://www.w3.org/TR/CSP3/#infopanel-for-8c209bab", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8c209bab", - "https://www.w3.org/TR/CSP3/#infopanel-for-8c209bab", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8c209bab", "https://www.w3.org/TR/CSP3/#07ad3048", - "https://www.w3.org/TR/CSP3/#infopanel-for-07ad3048", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-07ad3048", - "https://www.w3.org/TR/CSP3/#infopanel-for-07ad3048", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-07ad3048", "https://www.w3.org/TR/CSP3/#158b3a38", - "https://www.w3.org/TR/CSP3/#infopanel-for-158b3a38", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-158b3a38", - "https://www.w3.org/TR/CSP3/#infopanel-for-158b3a38", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-158b3a38", "https://www.w3.org/TR/CSP3/#27e00acc", - "https://www.w3.org/TR/CSP3/#infopanel-for-27e00acc", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-27e00acc", - "https://www.w3.org/TR/CSP3/#infopanel-for-27e00acc", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-27e00acc", "https://www.w3.org/TR/CSP3/#12b8dfc0", - "https://www.w3.org/TR/CSP3/#infopanel-for-12b8dfc0", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-12b8dfc0", - "https://www.w3.org/TR/CSP3/#infopanel-for-12b8dfc0", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-12b8dfc0", "https://www.w3.org/TR/CSP3/#4468342f", - "https://www.w3.org/TR/CSP3/#infopanel-for-4468342f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4468342f", - "https://www.w3.org/TR/CSP3/#infopanel-for-4468342f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4468342f", "https://www.w3.org/TR/CSP3/#04e0443f", - "https://www.w3.org/TR/CSP3/#infopanel-for-04e0443f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-04e0443f", - "https://www.w3.org/TR/CSP3/#infopanel-for-04e0443f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-04e0443f", "https://www.w3.org/TR/CSP3/#e0e0bca6", - "https://www.w3.org/TR/CSP3/#infopanel-for-e0e0bca6", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e0e0bca6", - "https://www.w3.org/TR/CSP3/#infopanel-for-e0e0bca6", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e0e0bca6", "https://www.w3.org/TR/CSP3/#49a6cb20", - "https://www.w3.org/TR/CSP3/#infopanel-for-49a6cb20", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-49a6cb20", - "https://www.w3.org/TR/CSP3/#infopanel-for-49a6cb20", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-49a6cb20", "https://www.w3.org/TR/CSP3/#3e12e042", - "https://www.w3.org/TR/CSP3/#infopanel-for-3e12e042", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3e12e042", - "https://www.w3.org/TR/CSP3/#infopanel-for-3e12e042", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3e12e042", "https://www.w3.org/TR/CSP3/#88ed8860", - "https://www.w3.org/TR/CSP3/#infopanel-for-88ed8860", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-88ed8860", - "https://www.w3.org/TR/CSP3/#infopanel-for-88ed8860", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-88ed8860", "https://www.w3.org/TR/CSP3/#4b6086d7", - "https://www.w3.org/TR/CSP3/#infopanel-for-4b6086d7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4b6086d7", - "https://www.w3.org/TR/CSP3/#infopanel-for-4b6086d7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4b6086d7", "https://www.w3.org/TR/CSP3/#8a30477b", - "https://www.w3.org/TR/CSP3/#infopanel-for-8a30477b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8a30477b", - "https://www.w3.org/TR/CSP3/#infopanel-for-8a30477b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8a30477b", "https://www.w3.org/TR/CSP3/#168f1b6e", - "https://www.w3.org/TR/CSP3/#infopanel-for-168f1b6e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-168f1b6e", - "https://www.w3.org/TR/CSP3/#infopanel-for-168f1b6e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-168f1b6e", "https://www.w3.org/TR/CSP3/#56c6bafc", - "https://www.w3.org/TR/CSP3/#infopanel-for-56c6bafc", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-56c6bafc", - "https://www.w3.org/TR/CSP3/#infopanel-for-56c6bafc", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-56c6bafc", "https://www.w3.org/TR/CSP3/#448c95f9", - "https://www.w3.org/TR/CSP3/#infopanel-for-448c95f9", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-448c95f9", - "https://www.w3.org/TR/CSP3/#infopanel-for-448c95f9", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-448c95f9", "https://www.w3.org/TR/CSP3/#87fcd40c", - "https://www.w3.org/TR/CSP3/#infopanel-for-87fcd40c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-87fcd40c", - "https://www.w3.org/TR/CSP3/#infopanel-for-87fcd40c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-87fcd40c", "https://www.w3.org/TR/CSP3/#6cfa013d", - "https://www.w3.org/TR/CSP3/#infopanel-for-6cfa013d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6cfa013d", - "https://www.w3.org/TR/CSP3/#infopanel-for-6cfa013d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6cfa013d", "https://www.w3.org/TR/CSP3/#64b89595", - "https://www.w3.org/TR/CSP3/#infopanel-for-64b89595", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-64b89595", - "https://www.w3.org/TR/CSP3/#infopanel-for-64b89595", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-64b89595", "https://www.w3.org/TR/CSP3/#5ab373ec", - "https://www.w3.org/TR/CSP3/#infopanel-for-5ab373ec", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5ab373ec", - "https://www.w3.org/TR/CSP3/#infopanel-for-5ab373ec", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5ab373ec", "https://www.w3.org/TR/CSP3/#13dd6cae", - "https://www.w3.org/TR/CSP3/#infopanel-for-13dd6cae", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-13dd6cae", - "https://www.w3.org/TR/CSP3/#infopanel-for-13dd6cae", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-13dd6cae", "https://www.w3.org/TR/CSP3/#b1e9fc19", - "https://www.w3.org/TR/CSP3/#infopanel-for-b1e9fc19", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b1e9fc19", - "https://www.w3.org/TR/CSP3/#infopanel-for-b1e9fc19", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b1e9fc19", "https://www.w3.org/TR/CSP3/#99b5cef6", - "https://www.w3.org/TR/CSP3/#infopanel-for-99b5cef6", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-99b5cef6", - "https://www.w3.org/TR/CSP3/#infopanel-for-99b5cef6", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-99b5cef6", "https://www.w3.org/TR/CSP3/#b01b1359", - "https://www.w3.org/TR/CSP3/#infopanel-for-b01b1359", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b01b1359", - "https://www.w3.org/TR/CSP3/#infopanel-for-b01b1359", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b01b1359", "https://www.w3.org/TR/CSP3/#b4f2d668", - "https://www.w3.org/TR/CSP3/#infopanel-for-b4f2d668", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b4f2d668", - "https://www.w3.org/TR/CSP3/#infopanel-for-b4f2d668", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b4f2d668", "https://www.w3.org/TR/CSP3/#43ac8374", - "https://www.w3.org/TR/CSP3/#infopanel-for-43ac8374", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-43ac8374", - "https://www.w3.org/TR/CSP3/#infopanel-for-43ac8374", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-43ac8374", "https://www.w3.org/TR/CSP3/#53f0ea4e", - "https://www.w3.org/TR/CSP3/#infopanel-for-53f0ea4e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-53f0ea4e", - "https://www.w3.org/TR/CSP3/#infopanel-for-53f0ea4e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-53f0ea4e", "https://www.w3.org/TR/CSP3/#9f53ade1", - "https://www.w3.org/TR/CSP3/#infopanel-for-9f53ade1", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9f53ade1", - "https://www.w3.org/TR/CSP3/#infopanel-for-9f53ade1", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9f53ade1", "https://www.w3.org/TR/CSP3/#3da24a47", - "https://www.w3.org/TR/CSP3/#infopanel-for-3da24a47", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3da24a47", - "https://www.w3.org/TR/CSP3/#infopanel-for-3da24a47", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3da24a47", "https://www.w3.org/TR/CSP3/#48958f5d", - "https://www.w3.org/TR/CSP3/#infopanel-for-48958f5d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-48958f5d", - "https://www.w3.org/TR/CSP3/#infopanel-for-48958f5d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-48958f5d", "https://www.w3.org/TR/CSP3/#b33787b2", - "https://www.w3.org/TR/CSP3/#infopanel-for-b33787b2", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b33787b2", - "https://www.w3.org/TR/CSP3/#infopanel-for-b33787b2", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b33787b2", "https://www.w3.org/TR/CSP3/#08639fbc", - "https://www.w3.org/TR/CSP3/#infopanel-for-08639fbc", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-08639fbc", - "https://www.w3.org/TR/CSP3/#infopanel-for-08639fbc", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-08639fbc", "https://www.w3.org/TR/CSP3/#bd1db03d", - "https://www.w3.org/TR/CSP3/#infopanel-for-bd1db03d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-bd1db03d", - "https://www.w3.org/TR/CSP3/#infopanel-for-bd1db03d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-bd1db03d", "https://www.w3.org/TR/CSP3/#cc0cac2e", - "https://www.w3.org/TR/CSP3/#infopanel-for-cc0cac2e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cc0cac2e", - "https://www.w3.org/TR/CSP3/#infopanel-for-cc0cac2e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cc0cac2e", "https://www.w3.org/TR/CSP3/#92896584", - "https://www.w3.org/TR/CSP3/#infopanel-for-92896584", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-92896584", - "https://www.w3.org/TR/CSP3/#infopanel-for-92896584", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-92896584", "https://www.w3.org/TR/CSP3/#215d47ca", - "https://www.w3.org/TR/CSP3/#infopanel-for-215d47ca", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-215d47ca", - "https://www.w3.org/TR/CSP3/#infopanel-for-215d47ca", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-215d47ca", "https://www.w3.org/TR/CSP3/#9a517a7d", - "https://www.w3.org/TR/CSP3/#infopanel-for-9a517a7d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9a517a7d", - "https://www.w3.org/TR/CSP3/#infopanel-for-9a517a7d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9a517a7d", "https://www.w3.org/TR/CSP3/#0aa2f0c0", - "https://www.w3.org/TR/CSP3/#infopanel-for-0aa2f0c0", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0aa2f0c0", - "https://www.w3.org/TR/CSP3/#infopanel-for-0aa2f0c0", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0aa2f0c0", "https://www.w3.org/TR/CSP3/#9c4c1e66", - "https://www.w3.org/TR/CSP3/#infopanel-for-9c4c1e66", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9c4c1e66", - "https://www.w3.org/TR/CSP3/#infopanel-for-9c4c1e66", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9c4c1e66", "https://www.w3.org/TR/CSP3/#ea6f3f13", - "https://www.w3.org/TR/CSP3/#infopanel-for-ea6f3f13", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ea6f3f13", - "https://www.w3.org/TR/CSP3/#infopanel-for-ea6f3f13", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ea6f3f13", "https://www.w3.org/TR/CSP3/#5c35dd47", - "https://www.w3.org/TR/CSP3/#infopanel-for-5c35dd47", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5c35dd47", - "https://www.w3.org/TR/CSP3/#infopanel-for-5c35dd47", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5c35dd47", "https://www.w3.org/TR/CSP3/#da63e480", - "https://www.w3.org/TR/CSP3/#infopanel-for-da63e480", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-da63e480", - "https://www.w3.org/TR/CSP3/#infopanel-for-da63e480", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-da63e480", "https://www.w3.org/TR/CSP3/#c1d81171", - "https://www.w3.org/TR/CSP3/#infopanel-for-c1d81171", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c1d81171", - "https://www.w3.org/TR/CSP3/#infopanel-for-c1d81171", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c1d81171", "https://www.w3.org/TR/CSP3/#457a6f4c", - "https://www.w3.org/TR/CSP3/#infopanel-for-457a6f4c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-457a6f4c", - "https://www.w3.org/TR/CSP3/#infopanel-for-457a6f4c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-457a6f4c", "https://www.w3.org/TR/CSP3/#a23d12a9", - "https://www.w3.org/TR/CSP3/#infopanel-for-a23d12a9", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a23d12a9", - "https://www.w3.org/TR/CSP3/#infopanel-for-a23d12a9", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a23d12a9", "https://www.w3.org/TR/CSP3/#0cf3964f", - "https://www.w3.org/TR/CSP3/#infopanel-for-0cf3964f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0cf3964f", - "https://www.w3.org/TR/CSP3/#infopanel-for-0cf3964f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0cf3964f", "https://www.w3.org/TR/CSP3/#09f349d5", - "https://www.w3.org/TR/CSP3/#infopanel-for-09f349d5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-09f349d5", - "https://www.w3.org/TR/CSP3/#infopanel-for-09f349d5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-09f349d5", "https://www.w3.org/TR/CSP3/#122f01fb", - "https://www.w3.org/TR/CSP3/#infopanel-for-122f01fb", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-122f01fb", - "https://www.w3.org/TR/CSP3/#infopanel-for-122f01fb", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-122f01fb", "https://www.w3.org/TR/CSP3/#3332e595", - "https://www.w3.org/TR/CSP3/#infopanel-for-3332e595", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3332e595", - "https://www.w3.org/TR/CSP3/#infopanel-for-3332e595", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3332e595", "https://www.w3.org/TR/CSP3/#ba920583", - "https://www.w3.org/TR/CSP3/#infopanel-for-ba920583", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ba920583", - "https://www.w3.org/TR/CSP3/#infopanel-for-ba920583", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ba920583", "https://www.w3.org/TR/CSP3/#3144baec", - "https://www.w3.org/TR/CSP3/#infopanel-for-3144baec", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3144baec", - "https://www.w3.org/TR/CSP3/#infopanel-for-3144baec", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3144baec", "https://www.w3.org/TR/CSP3/#29964c8b", - "https://www.w3.org/TR/CSP3/#infopanel-for-29964c8b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-29964c8b", - "https://www.w3.org/TR/CSP3/#infopanel-for-29964c8b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-29964c8b", "https://www.w3.org/TR/CSP3/#a3b18719", - "https://www.w3.org/TR/CSP3/#infopanel-for-a3b18719", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a3b18719", - "https://www.w3.org/TR/CSP3/#infopanel-for-a3b18719", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a3b18719", "https://www.w3.org/TR/CSP3/#7f9469b5", - "https://www.w3.org/TR/CSP3/#infopanel-for-7f9469b5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7f9469b5", - "https://www.w3.org/TR/CSP3/#infopanel-for-7f9469b5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7f9469b5", "https://www.w3.org/TR/CSP3/#3b38c2fe", - "https://www.w3.org/TR/CSP3/#infopanel-for-3b38c2fe", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3b38c2fe", - "https://www.w3.org/TR/CSP3/#infopanel-for-3b38c2fe", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3b38c2fe", "https://www.w3.org/TR/CSP3/#6f2dfa22", - "https://www.w3.org/TR/CSP3/#infopanel-for-6f2dfa22", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6f2dfa22", - "https://www.w3.org/TR/CSP3/#infopanel-for-6f2dfa22", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6f2dfa22", "https://www.w3.org/TR/CSP3/#2d5a2765", - "https://www.w3.org/TR/CSP3/#infopanel-for-2d5a2765", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-2d5a2765", - "https://www.w3.org/TR/CSP3/#infopanel-for-2d5a2765", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-2d5a2765", "https://www.w3.org/TR/CSP3/#5fb1ed8a", - "https://www.w3.org/TR/CSP3/#infopanel-for-5fb1ed8a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5fb1ed8a", - "https://www.w3.org/TR/CSP3/#infopanel-for-5fb1ed8a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5fb1ed8a", "https://www.w3.org/TR/CSP3/#3de9e659", - "https://www.w3.org/TR/CSP3/#infopanel-for-3de9e659", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3de9e659", - "https://www.w3.org/TR/CSP3/#infopanel-for-3de9e659", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3de9e659", "https://www.w3.org/TR/CSP3/#60184fa5", - "https://www.w3.org/TR/CSP3/#infopanel-for-60184fa5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-60184fa5", - "https://www.w3.org/TR/CSP3/#infopanel-for-60184fa5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-60184fa5", "https://www.w3.org/TR/CSP3/#ae8def21", - "https://www.w3.org/TR/CSP3/#infopanel-for-ae8def21", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ae8def21", - "https://www.w3.org/TR/CSP3/#infopanel-for-ae8def21", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ae8def21", "https://www.w3.org/TR/CSP3/#f937b7b6", - "https://www.w3.org/TR/CSP3/#infopanel-for-f937b7b6", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f937b7b6", - "https://www.w3.org/TR/CSP3/#infopanel-for-f937b7b6", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f937b7b6", "https://www.w3.org/TR/CSP3/#a088e610", - "https://www.w3.org/TR/CSP3/#infopanel-for-a088e610", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a088e610", - "https://www.w3.org/TR/CSP3/#infopanel-for-a088e610", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a088e610", "https://www.w3.org/TR/CSP3/#9c05f1bf", - "https://www.w3.org/TR/CSP3/#infopanel-for-9c05f1bf", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9c05f1bf", - "https://www.w3.org/TR/CSP3/#infopanel-for-9c05f1bf", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-9c05f1bf", "https://www.w3.org/TR/CSP3/#16d07e10", - "https://www.w3.org/TR/CSP3/#infopanel-for-16d07e10", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-16d07e10", - "https://www.w3.org/TR/CSP3/#infopanel-for-16d07e10", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-16d07e10", "https://www.w3.org/TR/CSP3/#5e72f9d3", - "https://www.w3.org/TR/CSP3/#infopanel-for-5e72f9d3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5e72f9d3", - "https://www.w3.org/TR/CSP3/#infopanel-for-5e72f9d3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5e72f9d3", "https://www.w3.org/TR/CSP3/#7a87d819", - "https://www.w3.org/TR/CSP3/#infopanel-for-7a87d819", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7a87d819", - "https://www.w3.org/TR/CSP3/#infopanel-for-7a87d819", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7a87d819", "https://www.w3.org/TR/CSP3/#6b815fdd", - "https://www.w3.org/TR/CSP3/#infopanel-for-6b815fdd", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6b815fdd", - "https://www.w3.org/TR/CSP3/#infopanel-for-6b815fdd", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6b815fdd", "https://www.w3.org/TR/CSP3/#d8b963e8", - "https://www.w3.org/TR/CSP3/#infopanel-for-d8b963e8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-d8b963e8", - "https://www.w3.org/TR/CSP3/#infopanel-for-d8b963e8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-d8b963e8", "https://www.w3.org/TR/CSP3/#f02cd417", - "https://www.w3.org/TR/CSP3/#infopanel-for-f02cd417", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f02cd417", - "https://www.w3.org/TR/CSP3/#infopanel-for-f02cd417", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f02cd417", "https://www.w3.org/TR/CSP3/#649608b9", - "https://www.w3.org/TR/CSP3/#infopanel-for-649608b9", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-649608b9", - "https://www.w3.org/TR/CSP3/#infopanel-for-649608b9", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-649608b9", "https://www.w3.org/TR/CSP3/#84b454ff", - "https://www.w3.org/TR/CSP3/#infopanel-for-84b454ff", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-84b454ff", - "https://www.w3.org/TR/CSP3/#infopanel-for-84b454ff", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-84b454ff", "https://www.w3.org/TR/CSP3/#692595fe", - "https://www.w3.org/TR/CSP3/#infopanel-for-692595fe", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-692595fe", - "https://www.w3.org/TR/CSP3/#infopanel-for-692595fe", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-692595fe", "https://www.w3.org/TR/CSP3/#4c07280e", - "https://www.w3.org/TR/CSP3/#infopanel-for-4c07280e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4c07280e", - "https://www.w3.org/TR/CSP3/#infopanel-for-4c07280e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4c07280e", "https://www.w3.org/TR/CSP3/#15e48c39", - "https://www.w3.org/TR/CSP3/#infopanel-for-15e48c39", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-15e48c39", - "https://www.w3.org/TR/CSP3/#infopanel-for-15e48c39", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-15e48c39", "https://www.w3.org/TR/CSP3/#0204d188", - "https://www.w3.org/TR/CSP3/#infopanel-for-0204d188", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0204d188", - "https://www.w3.org/TR/CSP3/#infopanel-for-0204d188", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0204d188", "https://www.w3.org/TR/CSP3/#23cac254", - "https://www.w3.org/TR/CSP3/#infopanel-for-23cac254", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-23cac254", - "https://www.w3.org/TR/CSP3/#infopanel-for-23cac254", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-23cac254", "https://www.w3.org/TR/CSP3/#54627f47", - "https://www.w3.org/TR/CSP3/#infopanel-for-54627f47", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-54627f47", - "https://www.w3.org/TR/CSP3/#infopanel-for-54627f47", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-54627f47", "https://www.w3.org/TR/CSP3/#7a3dbdb1", - "https://www.w3.org/TR/CSP3/#infopanel-for-7a3dbdb1", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7a3dbdb1", - "https://www.w3.org/TR/CSP3/#infopanel-for-7a3dbdb1", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7a3dbdb1", "https://www.w3.org/TR/CSP3/#0698d556", - "https://www.w3.org/TR/CSP3/#infopanel-for-0698d556", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0698d556", - "https://www.w3.org/TR/CSP3/#infopanel-for-0698d556", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-0698d556", "https://www.w3.org/TR/CSP3/#a37f05fd", - "https://www.w3.org/TR/CSP3/#infopanel-for-a37f05fd", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a37f05fd", - "https://www.w3.org/TR/CSP3/#infopanel-for-a37f05fd", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a37f05fd", "https://www.w3.org/TR/CSP3/#febebe0e", - "https://www.w3.org/TR/CSP3/#infopanel-for-febebe0e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-febebe0e", - "https://www.w3.org/TR/CSP3/#infopanel-for-febebe0e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-febebe0e", "https://www.w3.org/TR/CSP3/#4d5cebba", - "https://www.w3.org/TR/CSP3/#infopanel-for-4d5cebba", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4d5cebba", - "https://www.w3.org/TR/CSP3/#infopanel-for-4d5cebba", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-4d5cebba", "https://www.w3.org/TR/CSP3/#3c4b330a", - "https://www.w3.org/TR/CSP3/#infopanel-for-3c4b330a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3c4b330a", - "https://www.w3.org/TR/CSP3/#infopanel-for-3c4b330a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3c4b330a", "https://www.w3.org/TR/CSP3/#574c86b8", - "https://www.w3.org/TR/CSP3/#infopanel-for-574c86b8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-574c86b8", - "https://www.w3.org/TR/CSP3/#infopanel-for-574c86b8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-574c86b8", "https://www.w3.org/TR/CSP3/#73d9f866", - "https://www.w3.org/TR/CSP3/#infopanel-for-73d9f866", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-73d9f866", - "https://www.w3.org/TR/CSP3/#infopanel-for-73d9f866", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-73d9f866", "https://www.w3.org/TR/CSP3/#07d359a5", - "https://www.w3.org/TR/CSP3/#infopanel-for-07d359a5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-07d359a5", - "https://www.w3.org/TR/CSP3/#infopanel-for-07d359a5", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-07d359a5", "https://www.w3.org/TR/CSP3/#546e361d", - "https://www.w3.org/TR/CSP3/#infopanel-for-546e361d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-546e361d", - "https://www.w3.org/TR/CSP3/#infopanel-for-546e361d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-546e361d", "https://www.w3.org/TR/CSP3/#01149665", - "https://www.w3.org/TR/CSP3/#infopanel-for-01149665", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-01149665", - "https://www.w3.org/TR/CSP3/#infopanel-for-01149665", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-01149665", "https://www.w3.org/TR/CSP3/#cdec7b52", - "https://www.w3.org/TR/CSP3/#infopanel-for-cdec7b52", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cdec7b52", - "https://www.w3.org/TR/CSP3/#infopanel-for-cdec7b52", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-cdec7b52", "https://www.w3.org/TR/CSP3/#af6109ae", - "https://www.w3.org/TR/CSP3/#infopanel-for-af6109ae", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-af6109ae", - "https://www.w3.org/TR/CSP3/#infopanel-for-af6109ae", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-af6109ae", "https://www.w3.org/TR/CSP3/#fe4f8855", - "https://www.w3.org/TR/CSP3/#infopanel-for-fe4f8855", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-fe4f8855", - "https://www.w3.org/TR/CSP3/#infopanel-for-fe4f8855", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-fe4f8855", "https://www.w3.org/TR/CSP3/#41a7917e", - "https://www.w3.org/TR/CSP3/#infopanel-for-41a7917e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-41a7917e", - "https://www.w3.org/TR/CSP3/#infopanel-for-41a7917e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-41a7917e", "https://www.w3.org/TR/CSP3/#702d8ead", - "https://www.w3.org/TR/CSP3/#infopanel-for-702d8ead", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-702d8ead", - "https://www.w3.org/TR/CSP3/#infopanel-for-702d8ead", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-702d8ead", "https://www.w3.org/TR/CSP3/#c6544229", - "https://www.w3.org/TR/CSP3/#infopanel-for-c6544229", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c6544229", - "https://www.w3.org/TR/CSP3/#infopanel-for-c6544229", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c6544229", "https://www.w3.org/TR/CSP3/#11d73a3a", - "https://www.w3.org/TR/CSP3/#infopanel-for-11d73a3a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-11d73a3a", - "https://www.w3.org/TR/CSP3/#infopanel-for-11d73a3a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-11d73a3a", "https://www.w3.org/TR/CSP3/#129a3698", - "https://www.w3.org/TR/CSP3/#infopanel-for-129a3698", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-129a3698", - "https://www.w3.org/TR/CSP3/#infopanel-for-129a3698", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-129a3698", "https://www.w3.org/TR/CSP3/#6dc09e8a", - "https://www.w3.org/TR/CSP3/#infopanel-for-6dc09e8a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6dc09e8a", - "https://www.w3.org/TR/CSP3/#infopanel-for-6dc09e8a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6dc09e8a", "https://www.w3.org/TR/CSP3/#f07429d2", - "https://www.w3.org/TR/CSP3/#infopanel-for-f07429d2", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f07429d2", - "https://www.w3.org/TR/CSP3/#infopanel-for-f07429d2", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f07429d2", "https://www.w3.org/TR/CSP3/#570073d7", - "https://www.w3.org/TR/CSP3/#infopanel-for-570073d7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-570073d7", - "https://www.w3.org/TR/CSP3/#infopanel-for-570073d7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-570073d7", "https://www.w3.org/TR/CSP3/#c6be056c", - "https://www.w3.org/TR/CSP3/#infopanel-for-c6be056c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c6be056c", - "https://www.w3.org/TR/CSP3/#infopanel-for-c6be056c", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c6be056c", "https://www.w3.org/TR/CSP3/#7da56b7d", - "https://www.w3.org/TR/CSP3/#infopanel-for-7da56b7d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7da56b7d", - "https://www.w3.org/TR/CSP3/#infopanel-for-7da56b7d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-7da56b7d", "https://www.w3.org/TR/CSP3/#b1dc7351", - "https://www.w3.org/TR/CSP3/#infopanel-for-b1dc7351", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b1dc7351", - "https://www.w3.org/TR/CSP3/#infopanel-for-b1dc7351", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b1dc7351", "https://www.w3.org/TR/CSP3/#49412eb8", - "https://www.w3.org/TR/CSP3/#infopanel-for-49412eb8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-49412eb8", - "https://www.w3.org/TR/CSP3/#infopanel-for-49412eb8", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-49412eb8", "https://www.w3.org/TR/CSP3/#605640df", - "https://www.w3.org/TR/CSP3/#infopanel-for-605640df", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-605640df", - "https://www.w3.org/TR/CSP3/#infopanel-for-605640df", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-605640df", "https://www.w3.org/TR/CSP3/#c21b1fe2", - "https://www.w3.org/TR/CSP3/#infopanel-for-c21b1fe2", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c21b1fe2", - "https://www.w3.org/TR/CSP3/#infopanel-for-c21b1fe2", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c21b1fe2", "https://www.w3.org/TR/CSP3/#f06432d7", - "https://www.w3.org/TR/CSP3/#infopanel-for-f06432d7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f06432d7", - "https://www.w3.org/TR/CSP3/#infopanel-for-f06432d7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f06432d7", "https://www.w3.org/TR/CSP3/#b9d1df32", - "https://www.w3.org/TR/CSP3/#infopanel-for-b9d1df32", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b9d1df32", - "https://www.w3.org/TR/CSP3/#infopanel-for-b9d1df32", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b9d1df32", "https://www.w3.org/TR/CSP3/#12553145", - "https://www.w3.org/TR/CSP3/#infopanel-for-12553145", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-12553145", - "https://www.w3.org/TR/CSP3/#infopanel-for-12553145", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-12553145", "https://www.w3.org/TR/CSP3/#22477314", - "https://www.w3.org/TR/CSP3/#infopanel-for-22477314", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-22477314", - "https://www.w3.org/TR/CSP3/#infopanel-for-22477314", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-22477314", "https://www.w3.org/TR/CSP3/#ed948033", - "https://www.w3.org/TR/CSP3/#infopanel-for-ed948033", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ed948033", - "https://www.w3.org/TR/CSP3/#infopanel-for-ed948033", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ed948033", "https://www.w3.org/TR/CSP3/#752d140b", - "https://www.w3.org/TR/CSP3/#infopanel-for-752d140b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-752d140b", - "https://www.w3.org/TR/CSP3/#infopanel-for-752d140b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-752d140b", "https://www.w3.org/TR/CSP3/#5718c334", - "https://www.w3.org/TR/CSP3/#infopanel-for-5718c334", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5718c334", - "https://www.w3.org/TR/CSP3/#infopanel-for-5718c334", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5718c334", "https://www.w3.org/TR/CSP3/#959ad97b", - "https://www.w3.org/TR/CSP3/#infopanel-for-959ad97b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-959ad97b", - "https://www.w3.org/TR/CSP3/#infopanel-for-959ad97b", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-959ad97b", "https://www.w3.org/TR/CSP3/#a1288f2a", - "https://www.w3.org/TR/CSP3/#infopanel-for-a1288f2a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a1288f2a", - "https://www.w3.org/TR/CSP3/#infopanel-for-a1288f2a", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a1288f2a", "https://www.w3.org/TR/CSP3/#c0868016", - "https://www.w3.org/TR/CSP3/#infopanel-for-c0868016", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c0868016", - "https://www.w3.org/TR/CSP3/#infopanel-for-c0868016", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-c0868016", "https://www.w3.org/TR/CSP3/#8f69ce41", - "https://www.w3.org/TR/CSP3/#infopanel-for-8f69ce41", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8f69ce41", - "https://www.w3.org/TR/CSP3/#infopanel-for-8f69ce41", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8f69ce41", "https://www.w3.org/TR/CSP3/#17bd86ff", - "https://www.w3.org/TR/CSP3/#infopanel-for-17bd86ff", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-17bd86ff", - "https://www.w3.org/TR/CSP3/#infopanel-for-17bd86ff", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-17bd86ff", "https://www.w3.org/TR/CSP3/#852ada56", - "https://www.w3.org/TR/CSP3/#infopanel-for-852ada56", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-852ada56", - "https://www.w3.org/TR/CSP3/#infopanel-for-852ada56", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-852ada56", "https://www.w3.org/TR/CSP3/#3a711be7", - "https://www.w3.org/TR/CSP3/#infopanel-for-3a711be7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3a711be7", - "https://www.w3.org/TR/CSP3/#infopanel-for-3a711be7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-3a711be7", "https://www.w3.org/TR/CSP3/#dcffbccd", - "https://www.w3.org/TR/CSP3/#infopanel-for-dcffbccd", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dcffbccd", - "https://www.w3.org/TR/CSP3/#infopanel-for-dcffbccd", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-dcffbccd", "https://www.w3.org/TR/CSP3/#ca3ca4ae", - "https://www.w3.org/TR/CSP3/#infopanel-for-ca3ca4ae", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ca3ca4ae", - "https://www.w3.org/TR/CSP3/#infopanel-for-ca3ca4ae", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-ca3ca4ae", "https://www.w3.org/TR/CSP3/#5442ea33", - "https://www.w3.org/TR/CSP3/#infopanel-for-5442ea33", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5442ea33", - "https://www.w3.org/TR/CSP3/#infopanel-for-5442ea33", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-5442ea33", "https://www.w3.org/TR/CSP3/#218c9455", - "https://www.w3.org/TR/CSP3/#infopanel-for-218c9455", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-218c9455", - "https://www.w3.org/TR/CSP3/#infopanel-for-218c9455", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-218c9455", "https://www.w3.org/TR/CSP3/#955b99c4", - "https://www.w3.org/TR/CSP3/#infopanel-for-955b99c4", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-955b99c4", - "https://www.w3.org/TR/CSP3/#infopanel-for-955b99c4", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-955b99c4", "https://www.w3.org/TR/CSP3/#60675e26", - "https://www.w3.org/TR/CSP3/#infopanel-for-60675e26", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-60675e26", - "https://www.w3.org/TR/CSP3/#infopanel-for-60675e26", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-60675e26", "https://www.w3.org/TR/CSP3/#a56b2832", - "https://www.w3.org/TR/CSP3/#infopanel-for-a56b2832", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a56b2832", - "https://www.w3.org/TR/CSP3/#infopanel-for-a56b2832", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a56b2832", "https://www.w3.org/TR/CSP3/#6819dc54", - "https://www.w3.org/TR/CSP3/#infopanel-for-6819dc54", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6819dc54", - "https://www.w3.org/TR/CSP3/#infopanel-for-6819dc54", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-6819dc54", "https://www.w3.org/TR/CSP3/#784d7d80", - "https://www.w3.org/TR/CSP3/#infopanel-for-784d7d80", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-784d7d80", - "https://www.w3.org/TR/CSP3/#infopanel-for-784d7d80", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-784d7d80", "https://www.w3.org/TR/CSP3/#53f02be3", - "https://www.w3.org/TR/CSP3/#infopanel-for-53f02be3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-53f02be3", - "https://www.w3.org/TR/CSP3/#infopanel-for-53f02be3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-53f02be3", "https://www.w3.org/TR/CSP3/#2a675f38", - "https://www.w3.org/TR/CSP3/#infopanel-for-2a675f38", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-2a675f38", - "https://www.w3.org/TR/CSP3/#infopanel-for-2a675f38", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-2a675f38", "https://www.w3.org/TR/CSP3/#8855a9aa", - "https://www.w3.org/TR/CSP3/#infopanel-for-8855a9aa", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8855a9aa", - "https://www.w3.org/TR/CSP3/#infopanel-for-8855a9aa", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-8855a9aa", "https://www.w3.org/TR/CSP3/#f4531911", - "https://www.w3.org/TR/CSP3/#infopanel-for-f4531911", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f4531911", - "https://www.w3.org/TR/CSP3/#infopanel-for-f4531911", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f4531911", "https://www.w3.org/TR/CSP3/#522350fb", - "https://www.w3.org/TR/CSP3/#infopanel-for-522350fb", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-522350fb", - "https://www.w3.org/TR/CSP3/#infopanel-for-522350fb", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-522350fb", "https://www.w3.org/TR/CSP3/#889e932f", - "https://www.w3.org/TR/CSP3/#infopanel-for-889e932f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-889e932f", - "https://www.w3.org/TR/CSP3/#infopanel-for-889e932f", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/CSP3/#b0d7f3c3", - "https://www.w3.org/TR/CSP3/#infopanel-for-b0d7f3c3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b0d7f3c3", - "https://www.w3.org/TR/CSP3/#infopanel-for-b0d7f3c3", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-b0d7f3c3", "https://www.w3.org/TR/CSP3/#a32c65d4", - "https://www.w3.org/TR/CSP3/#infopanel-for-a32c65d4", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a32c65d4", - "https://www.w3.org/TR/CSP3/#infopanel-for-a32c65d4", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-a32c65d4", "https://www.w3.org/TR/CSP3/#56f81a8e", - "https://www.w3.org/TR/CSP3/#infopanel-for-56f81a8e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-56f81a8e", - "https://www.w3.org/TR/CSP3/#infopanel-for-56f81a8e", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-56f81a8e", "https://www.w3.org/TR/CSP3/#efd1ec5d", - "https://www.w3.org/TR/CSP3/#infopanel-for-efd1ec5d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-efd1ec5d", - "https://www.w3.org/TR/CSP3/#infopanel-for-efd1ec5d", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-efd1ec5d", "https://www.w3.org/TR/CSP3/#e97a9688", - "https://www.w3.org/TR/CSP3/#infopanel-for-e97a9688", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e97a9688", - "https://www.w3.org/TR/CSP3/#infopanel-for-e97a9688", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-e97a9688", "https://www.w3.org/TR/CSP3/#450958f7", - "https://www.w3.org/TR/CSP3/#infopanel-for-450958f7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-450958f7", - "https://www.w3.org/TR/CSP3/#infopanel-for-450958f7", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-450958f7", "https://www.w3.org/TR/CSP3/#f48ea995", - "https://www.w3.org/TR/CSP3/#infopanel-for-f48ea995", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f48ea995", - "https://www.w3.org/TR/CSP3/#infopanel-for-f48ea995", - "https://www.w3.org/TR/CSP3/#infopaneltitle-for-f48ea995", "https://www.w3.org/TR/CSP3/#references", "https://www.w3.org/TR/CSP3/#normative", - "https://www.w3.org/TR/CSP3/#biblio-csp3", "https://www.w3.org/TR/CSP3/#biblio-css-cascade-5", "https://www.w3.org/TR/CSP3/#biblio-cssom", "https://www.w3.org/TR/CSP3/#biblio-dom", diff --git a/tr/ids/FileAPI.json b/tr/ids/FileAPI.json index d1585957dca5..775d0769a77c 100644 --- a/tr/ids/FileAPI.json +++ b/tr/ids/FileAPI.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/FileAPI/#toc-nav", "https://www.w3.org/TR/FileAPI/#toc-jump", "https://www.w3.org/TR/FileAPI/#toc-toggle", + "https://www.w3.org/TR/FileAPI/#toc-theme-toggle", "https://www.w3.org/TR/FileAPI/#title", "https://www.w3.org/TR/FileAPI/#w3c-state", "https://www.w3.org/TR/FileAPI/#abstract", @@ -40,22 +41,10 @@ "https://www.w3.org/TR/FileAPI/#example-db2fd131", "https://www.w3.org/TR/FileAPI/#terminology", "https://www.w3.org/TR/FileAPI/#terminate-an-algorithm", - "https://www.w3.org/TR/FileAPI/#infopanel-for-terminate-an-algorithm", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-terminate-an-algorithm", - "https://www.w3.org/TR/FileAPI/#infopanel-for-terminate-an-algorithm", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-terminate-an-algorithm", "https://www.w3.org/TR/FileAPI/#ref-for-read-method", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-abort", "https://www.w3.org/TR/FileAPI/#UnixEpoch", - "https://www.w3.org/TR/FileAPI/#infopanel-for-UnixEpoch", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-UnixEpoch", - "https://www.w3.org/TR/FileAPI/#infopanel-for-UnixEpoch", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-UnixEpoch", "https://www.w3.org/TR/FileAPI/#slice-blob", - "https://www.w3.org/TR/FileAPI/#infopanel-for-slice-blob", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-slice-blob", - "https://www.w3.org/TR/FileAPI/#infopanel-for-slice-blob", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-slice-blob", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A7", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A8", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-size", @@ -77,33 +66,17 @@ "https://www.w3.org/TR/FileAPI/#ref-for-byte%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/FileAPI/#snapshot-state", - "https://www.w3.org/TR/FileAPI/#infopanel-for-snapshot-state", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-snapshot-state", - "https://www.w3.org/TR/FileAPI/#infopanel-for-snapshot-state", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-snapshot-state", "https://www.w3.org/TR/FileAPI/#ref-for-snapshot-state", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-Exposed", "https://www.w3.org/TR/FileAPI/#ref-for-serializable", "https://www.w3.org/TR/FileAPI/#dfn-Blob", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-Blob", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-Blob", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-Blob", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-Blob", "https://www.w3.org/TR/FileAPI/#dom-blob-blob", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-blob", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-blob", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-blob", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-blob", "https://www.w3.org/TR/FileAPI/#ref-for-idl-sequence", "https://www.w3.org/TR/FileAPI/#ref-for-typedefdef-blobpart", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-blobParts", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-BlobPropertyBag", "https://www.w3.org/TR/FileAPI/#dom-blob-blob-blobparts-options-options", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-blob-blobparts-options-options", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-blob-blobparts-options-options", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-blob-blobparts-options-options", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-blob-blobparts-options-options", "https://www.w3.org/TR/FileAPI/#ref-for-idl-unsigned-long-long", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-size%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMString", @@ -134,25 +107,9 @@ "https://www.w3.org/TR/FileAPI/#ref-for-idl-Uint8Array", "https://www.w3.org/TR/FileAPI/#ref-for-dom-blob-bytes", "https://www.w3.org/TR/FileAPI/#enumdef-endingtype", - "https://www.w3.org/TR/FileAPI/#infopanel-for-enumdef-endingtype", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-enumdef-endingtype", - "https://www.w3.org/TR/FileAPI/#infopanel-for-enumdef-endingtype", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-enumdef-endingtype", "https://www.w3.org/TR/FileAPI/#dom-endingtype-transparent", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-endingtype-transparent", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-endingtype-transparent", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-endingtype-transparent", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-endingtype-transparent", "https://www.w3.org/TR/FileAPI/#dom-endingtype-native", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-endingtype-native", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-endingtype-native", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-endingtype-native", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-endingtype-native", "https://www.w3.org/TR/FileAPI/#dfn-BlobPropertyBag", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-BlobPropertyBag", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-BlobPropertyBag", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-BlobPropertyBag", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-BlobPropertyBag", "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMString%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-BPtype", "https://www.w3.org/TR/FileAPI/#ref-for-enumdef-endingtype", @@ -161,10 +118,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-idl-USVString%E2%91%A0", "https://www.w3.org/TR/FileAPI/#typedefdef-blobpart", - "https://www.w3.org/TR/FileAPI/#infopanel-for-typedefdef-blobpart", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-typedefdef-blobpart", - "https://www.w3.org/TR/FileAPI/#infopanel-for-typedefdef-blobpart", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-typedefdef-blobpart", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-serializable-objects", "https://www.w3.org/TR/FileAPI/#ref-for-serialization-steps", @@ -173,10 +126,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-snapshot-state%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/FileAPI/#blob-get-stream", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-get-stream", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-get-stream", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-get-stream", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-get-stream", "https://www.w3.org/TR/FileAPI/#ref-for-new", "https://www.w3.org/TR/FileAPI/#ref-for-readablestream%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-concept-relevant-realm", @@ -215,26 +164,14 @@ "https://www.w3.org/TR/FileAPI/#constructorParams", "https://www.w3.org/TR/FileAPI/#ref-for-dom-blob-blob%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-blobParts", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-blobParts", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-blobParts", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-blobParts", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-blobParts", "https://www.w3.org/TR/FileAPI/#ref-for-BufferSource%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/FileAPI/#ref-for-idl-USVString%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-BlobPropertyBagMembers", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-BlobPropertyBag%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-BPtype", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-BPtype", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-BPtype", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-BPtype", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-BPtype", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dom-blobpropertybag-endings", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blobpropertybag-endings", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blobpropertybag-endings", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blobpropertybag-endings", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blobpropertybag-endings", "https://www.w3.org/TR/FileAPI/#ref-for-dom-endingtype-transparent", "https://www.w3.org/TR/FileAPI/#ref-for-dom-endingtype-native", "https://www.w3.org/TR/FileAPI/#ref-for-dom-endingtype-transparent%E2%91%A0", @@ -243,10 +180,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-idl-USVString%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-blobParts%E2%91%A1", "https://www.w3.org/TR/FileAPI/#process-blob-parts", - "https://www.w3.org/TR/FileAPI/#infopanel-for-process-blob-parts", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-process-blob-parts", - "https://www.w3.org/TR/FileAPI/#infopanel-for-process-blob-parts", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-process-blob-parts", "https://www.w3.org/TR/FileAPI/#ref-for-typedefdef-blobpart%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-BlobPropertyBag%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-idl-USVString%E2%91%A3", @@ -263,10 +196,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-type%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/FileAPI/#convert-line-endings-to-native", - "https://www.w3.org/TR/FileAPI/#infopanel-for-convert-line-endings-to-native", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-convert-line-endings-to-native", - "https://www.w3.org/TR/FileAPI/#infopanel-for-convert-line-endings-to-native", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-convert-line-endings-to-native", "https://www.w3.org/TR/FileAPI/#ref-for-string", "https://www.w3.org/TR/FileAPI/#ref-for-code-point", "https://www.w3.org/TR/FileAPI/#ref-for-code-point%E2%91%A0", @@ -281,20 +210,12 @@ "https://www.w3.org/TR/FileAPI/#example-74beb70c", "https://www.w3.org/TR/FileAPI/#attributes-blob", "https://www.w3.org/TR/FileAPI/#dfn-size", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-size", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-size", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-size", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-size", "https://www.w3.org/TR/FileAPI/#ref-for-idl-unsigned-long-long%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-byte%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-FileReaderSync", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/FileAPI/#dfn-type", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-type", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-type", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-type", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-type", "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMString%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A1%E2%91%A7", @@ -317,10 +238,6 @@ "https://www.w3.org/TR/FileAPI/#slice-method-algo", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-slice%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-slice", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-slice", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-slice", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-slice", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-slice", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-type%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/FileAPI/#ref-for-slice-blob%E2%91%A1", @@ -333,19 +250,11 @@ "https://www.w3.org/TR/FileAPI/#stream-method-algo", "https://www.w3.org/TR/FileAPI/#ref-for-dom-blob-stream%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dom-blob-stream", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-stream", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-stream", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-stream", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-stream", "https://www.w3.org/TR/FileAPI/#ref-for-blob-get-stream", "https://www.w3.org/TR/FileAPI/#ref-for-this%E2%91%A0", "https://www.w3.org/TR/FileAPI/#text-method-algo", "https://www.w3.org/TR/FileAPI/#ref-for-dom-blob-text%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dom-blob-text", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-text", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-text", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-text", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-text", "https://www.w3.org/TR/FileAPI/#ref-for-blob-get-stream%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-this%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-readablestream-get-a-reader", @@ -357,10 +266,6 @@ "https://www.w3.org/TR/FileAPI/#arraybuffer-method-algo", "https://www.w3.org/TR/FileAPI/#ref-for-dom-blob-arraybuffer%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dom-blob-arraybuffer", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-arraybuffer", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-arraybuffer", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-arraybuffer", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-arraybuffer", "https://www.w3.org/TR/FileAPI/#ref-for-blob-get-stream%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-this%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-readablestream-get-a-reader%E2%91%A0", @@ -369,10 +274,6 @@ "https://www.w3.org/TR/FileAPI/#bytes-method-algo", "https://www.w3.org/TR/FileAPI/#ref-for-dom-blob-bytes%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dom-blob-bytes", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-bytes", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-bytes", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-blob-bytes", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-blob-bytes", "https://www.w3.org/TR/FileAPI/#ref-for-blob-get-stream%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-this%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-readablestream-get-a-reader%E2%91%A1", @@ -396,25 +297,13 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-type%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/FileAPI/#file-type-guidelines", - "https://www.w3.org/TR/FileAPI/#infopanel-for-file-type-guidelines", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-file-type-guidelines", - "https://www.w3.org/TR/FileAPI/#infopanel-for-file-type-guidelines", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-file-type-guidelines", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-type%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-parsable-mime-type%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-Exposed%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-serializable%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-file", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-file", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-file", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-file", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-file", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/FileAPI/#dom-file-file", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-file-file", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-file-file", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-file-file", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-file-file", "https://www.w3.org/TR/FileAPI/#ref-for-idl-sequence%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-typedefdef-blobpart%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-fileBits", @@ -422,19 +311,11 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-fileName", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-FilePropertyBag", "https://www.w3.org/TR/FileAPI/#dom-file-file-filebits-filename-options-options", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-file-file-filebits-filename-options-options", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-file-file-filebits-filename-options-options", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-file-file-filebits-filename-options-options", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-file-file-filebits-filename-options-options", "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMString%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-name%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-idl-long-long%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-lastModified", "https://www.w3.org/TR/FileAPI/#dfn-FilePropertyBag", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-FilePropertyBag", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-FilePropertyBag", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-FilePropertyBag", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-FilePropertyBag", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-BlobPropertyBag%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-idl-long-long%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-FPdate", @@ -476,41 +357,21 @@ "https://www.w3.org/TR/FileAPI/#file-constructor-params", "https://www.w3.org/TR/FileAPI/#ref-for-dom-file-file%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-fileBits", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-fileBits", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-fileBits", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-fileBits", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-fileBits", "https://www.w3.org/TR/FileAPI/#ref-for-BufferSource%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/FileAPI/#ref-for-idl-USVString%E2%91%A5", "https://www.w3.org/TR/FileAPI/#dfn-fileName", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-fileName", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-fileName", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-fileName", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-fileName", "https://www.w3.org/TR/FileAPI/#ref-for-idl-USVString%E2%91%A6", "https://www.w3.org/TR/FileAPI/#def-Properties", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-FilePropertyBag%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-BlobPropertyBag%E2%91%A3", "https://www.w3.org/TR/FileAPI/#dfn-FPdate", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-FPdate", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-FPdate", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-FPdate", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-FPdate", "https://www.w3.org/TR/FileAPI/#file-attrs", "https://www.w3.org/TR/FileAPI/#dfn-name", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-name", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-name", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-name", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-name", "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMString%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/FileAPI/#dfn-lastModified", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-lastModified", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-lastModified", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-lastModified", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-lastModified", "https://www.w3.org/TR/FileAPI/#ref-for-idl-long-long%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-UnixEpoch%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-UnixEpoch%E2%91%A2", @@ -535,10 +396,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-Exposed%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-serializable%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-filelist", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-filelist", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-filelist", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-filelist", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-filelist", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-item", "https://www.w3.org/TR/FileAPI/#ref-for-idl-unsigned-long", @@ -556,27 +413,15 @@ "https://www.w3.org/TR/FileAPI/#example-47506268", "https://www.w3.org/TR/FileAPI/#attributes-filelist", "https://www.w3.org/TR/FileAPI/#dfn-length", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-length", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-length", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-length", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-length", "https://www.w3.org/TR/FileAPI/#ref-for-idl-unsigned-long%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filelist%E2%91%A4", "https://www.w3.org/TR/FileAPI/#filelist-methods-params", "https://www.w3.org/TR/FileAPI/#dfn-item", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-item", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-item", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-item", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-item", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filelist%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filelist%E2%91%A6", "https://www.w3.org/TR/FileAPI/#dfn-index", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-index", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-index", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-index", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-index", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filelist%E2%91%A7", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-supported-property-indices", @@ -591,10 +436,6 @@ "https://www.w3.org/TR/FileAPI/#blobreader-task-source", "https://www.w3.org/TR/FileAPI/#ref-for-task-source", "https://www.w3.org/TR/FileAPI/#fileReadingTaskSource", - "https://www.w3.org/TR/FileAPI/#infopanel-for-fileReadingTaskSource", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-fileReadingTaskSource", - "https://www.w3.org/TR/FileAPI/#infopanel-for-fileReadingTaskSource", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-fileReadingTaskSource", "https://www.w3.org/TR/FileAPI/#ref-for-queue-a-task", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A2%E2%93%AA", @@ -602,10 +443,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-Exposed%E2%91%A2", "https://www.w3.org/TR/FileAPI/#dfn-filereader", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-filereader", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-filereader", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-filereader", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-filereader", "https://www.w3.org/TR/FileAPI/#ref-for-eventtarget", "https://www.w3.org/TR/FileAPI/#ref-for-filereaderConstrctr", "https://www.w3.org/TR/FileAPI/#ref-for-idl-undefined", @@ -630,22 +467,10 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-abort%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-idl-unsigned-short", "https://www.w3.org/TR/FileAPI/#dom-filereader-empty", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-empty", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-empty", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-empty", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-empty", "https://www.w3.org/TR/FileAPI/#ref-for-idl-unsigned-short%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dom-filereader-loading", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-loading", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-loading", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-loading", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-loading", "https://www.w3.org/TR/FileAPI/#ref-for-idl-unsigned-short%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dom-filereader-done", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-done", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-done", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-done", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-done", "https://www.w3.org/TR/FileAPI/#ref-for-idl-unsigned-short%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-dom-filereader-readystate", "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMString%E2%91%A6", @@ -667,61 +492,29 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-onloadend", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A4", "https://www.w3.org/TR/FileAPI/#filereader-state", - "https://www.w3.org/TR/FileAPI/#infopanel-for-filereader-state", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-filereader-state", - "https://www.w3.org/TR/FileAPI/#infopanel-for-filereader-state", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-filereader-state", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A5", "https://www.w3.org/TR/FileAPI/#filereader-result", - "https://www.w3.org/TR/FileAPI/#infopanel-for-filereader-result", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-filereader-result", - "https://www.w3.org/TR/FileAPI/#infopanel-for-filereader-result", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-filereader-result", "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMString%E2%91%A7", "https://www.w3.org/TR/FileAPI/#ref-for-idl-ArrayBuffer%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A6", "https://www.w3.org/TR/FileAPI/#filereader-error", - "https://www.w3.org/TR/FileAPI/#infopanel-for-filereader-error", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-filereader-error", - "https://www.w3.org/TR/FileAPI/#infopanel-for-filereader-error", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-filereader-error", "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMException%E2%91%A0", "https://www.w3.org/TR/FileAPI/#filereaderConstrctr", - "https://www.w3.org/TR/FileAPI/#infopanel-for-filereaderConstrctr", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-filereaderConstrctr", - "https://www.w3.org/TR/FileAPI/#infopanel-for-filereaderConstrctr", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-filereaderConstrctr", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A7", "https://www.w3.org/TR/FileAPI/#dom-filereader-readystate", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-readystate", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-readystate", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-readystate", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-readystate", "https://www.w3.org/TR/FileAPI/#ref-for-this%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-filereader-state", "https://www.w3.org/TR/FileAPI/#ref-for-dom-filereader-empty", "https://www.w3.org/TR/FileAPI/#ref-for-dom-filereader-loading", "https://www.w3.org/TR/FileAPI/#ref-for-dom-filereader-done", "https://www.w3.org/TR/FileAPI/#dom-filereader-result", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-result", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-result", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-result", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-result", "https://www.w3.org/TR/FileAPI/#ref-for-this%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-filereader-result", "https://www.w3.org/TR/FileAPI/#dom-filereader-error", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-error", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-error", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereader-error", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereader-error", "https://www.w3.org/TR/FileAPI/#ref-for-this%E2%91%A6", "https://www.w3.org/TR/FileAPI/#ref-for-filereader-error", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A8", "https://www.w3.org/TR/FileAPI/#readOperation", - "https://www.w3.org/TR/FileAPI/#infopanel-for-readOperation", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-readOperation", - "https://www.w3.org/TR/FileAPI/#infopanel-for-readOperation", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-readOperation", "https://www.w3.org/TR/FileAPI/#ref-for-filereader-state%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-invalidstateerror", "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMException%E2%91%A1", @@ -774,38 +567,14 @@ "https://www.w3.org/TR/FileAPI/#ref-for-event-handler-content-attributes%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-event-handler-event-type%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-onloadstart", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onloadstart", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onloadstart", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onloadstart", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onloadstart", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-loadstart-event%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-onprogress", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onprogress", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onprogress", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onprogress", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onprogress", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-progress-event%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-onabort", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onabort", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onabort", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onabort", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onabort", "https://www.w3.org/TR/FileAPI/#dfn-onerror", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onerror", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onerror", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onerror", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onerror", "https://www.w3.org/TR/FileAPI/#dfn-onload", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onload", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onload", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onload", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onload", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-load-event%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-onloadend", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onloadend", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onloadend", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-onloadend", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-onloadend", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-loadend-event%E2%91%A3", "https://www.w3.org/TR/FileAPI/#blobreader-state", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A0%E2%91%A0", @@ -834,10 +603,6 @@ "https://www.w3.org/TR/FileAPI/#reading-a-file", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/FileAPI/#asynchronous-read-methods", - "https://www.w3.org/TR/FileAPI/#infopanel-for-asynchronous-read-methods", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-asynchronous-read-methods", - "https://www.w3.org/TR/FileAPI/#infopanel-for-asynchronous-read-methods", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-asynchronous-read-methods", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsArrayBuffer%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsBinaryString%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsText%E2%91%A1", @@ -851,51 +616,27 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-FileReaderSync%E2%91%A2", "https://www.w3.org/TR/FileAPI/#read-method", - "https://www.w3.org/TR/FileAPI/#infopanel-for-read-method", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-read-method", - "https://www.w3.org/TR/FileAPI/#infopanel-for-read-method", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-read-method", "https://www.w3.org/TR/FileAPI/#readAsDataURL", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsDataURL%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-readAsDataURL", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsDataURL", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsDataURL", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsDataURL", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsDataURL", "https://www.w3.org/TR/FileAPI/#ref-for-readOperation%E2%91%A0", "https://www.w3.org/TR/FileAPI/#readAsDataText", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsText%E2%91%A2", "https://www.w3.org/TR/FileAPI/#dfn-readAsText", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsText", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsText", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsText", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsText", "https://www.w3.org/TR/FileAPI/#ref-for-readOperation%E2%91%A1", "https://www.w3.org/TR/FileAPI/#readAsArrayBuffer", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsArrayBuffer%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-readAsArrayBuffer", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsArrayBuffer", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsArrayBuffer", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsArrayBuffer", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsArrayBuffer", "https://www.w3.org/TR/FileAPI/#ref-for-readOperation%E2%91%A2", "https://www.w3.org/TR/FileAPI/#readAsBinaryString", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsBinaryString%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-readAsBinaryString", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsBinaryString", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsBinaryString", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsBinaryString", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsBinaryString", "https://www.w3.org/TR/FileAPI/#ref-for-readOperation%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsArrayBuffer%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsBinaryString%E2%91%A2", "https://www.w3.org/TR/FileAPI/#abort", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-abort%E2%91%A2", "https://www.w3.org/TR/FileAPI/#dfn-abort", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-abort", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-abort", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-abort", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-abort", "https://www.w3.org/TR/FileAPI/#ref-for-this%E2%91%A7", "https://www.w3.org/TR/FileAPI/#ref-for-filereader-state%E2%91%A6", "https://www.w3.org/TR/FileAPI/#ref-for-this%E2%91%A8", @@ -926,10 +667,6 @@ "https://www.w3.org/TR/FileAPI/#packaging-data", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/FileAPI/#blob-package-data", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-package-data", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-package-data", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-package-data", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-package-data", "https://www.w3.org/TR/FileAPI/#issue-f80bda5b", "https://www.w3.org/TR/FileAPI/#ref-for-concept-encoding-get", "https://www.w3.org/TR/FileAPI/#ref-for-parse-a-mime-type%E2%91%A0", @@ -943,10 +680,6 @@ "https://www.w3.org/TR/FileAPI/#events", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/FileAPI/#fire-a-progress-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-fire-a-progress-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-fire-a-progress-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-fire-a-progress-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-fire-a-progress-event", "https://www.w3.org/TR/FileAPI/#ref-for-progressevent", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/FileAPI/#event-summary", @@ -954,16 +687,8 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-filereader%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/FileAPI/#event-summary-table", "https://www.w3.org/TR/FileAPI/#dfn-loadstart-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-loadstart-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-loadstart-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-loadstart-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-loadstart-event", "https://www.w3.org/TR/FileAPI/#ref-for-progressevent%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-progress-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-progress-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-progress-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-progress-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-progress-event", "https://www.w3.org/TR/FileAPI/#ref-for-progressevent%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-abort-event", "https://www.w3.org/TR/FileAPI/#ref-for-progressevent%E2%91%A2", @@ -972,16 +697,8 @@ "https://www.w3.org/TR/FileAPI/#ref-for-progressevent%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-file-error-read%E2%91%A1", "https://www.w3.org/TR/FileAPI/#dfn-load-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-load-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-load-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-load-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-load-event", "https://www.w3.org/TR/FileAPI/#ref-for-progressevent%E2%91%A4", "https://www.w3.org/TR/FileAPI/#dfn-loadend-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-loadend-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-loadend-event", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-loadend-event", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-loadend-event", "https://www.w3.org/TR/FileAPI/#ref-for-progressevent%E2%91%A5", "https://www.w3.org/TR/FileAPI/#eventInvariants", "https://www.w3.org/TR/FileAPI/#ref-for-concept-event-fire%E2%91%A0", @@ -1011,23 +728,11 @@ "https://www.w3.org/TR/FileAPI/#FileReaderSync", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-FileReaderSync%E2%91%A4", "https://www.w3.org/TR/FileAPI/#read-method-sync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-read-method-sync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-read-method-sync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-read-method-sync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-read-method-sync", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/FileAPI/#ref-for-Exposed%E2%91%A3", "https://www.w3.org/TR/FileAPI/#dfn-FileReaderSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-FileReaderSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-FileReaderSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-FileReaderSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-FileReaderSync", "https://www.w3.org/TR/FileAPI/#dom-filereadersync-filereadersync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereadersync-filereadersync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereadersync-filereadersync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dom-filereadersync-filereadersync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dom-filereadersync-filereadersync", "https://www.w3.org/TR/FileAPI/#ref-for-idl-ArrayBuffer%E2%91%A6", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsArrayBufferSync", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A3%E2%91%A7", @@ -1052,10 +757,6 @@ "https://www.w3.org/TR/FileAPI/#readAsTextSync", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsTextSync%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-readAsTextSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsTextSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsTextSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsTextSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsTextSync", "https://www.w3.org/TR/FileAPI/#ref-for-blob-get-stream%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-readablestream-get-a-reader%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-readablestreamdefaultreader-read-all-bytes%E2%91%A2", @@ -1065,10 +766,6 @@ "https://www.w3.org/TR/FileAPI/#readAsDataURLSync-section", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsDataURLSync%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-readAsDataURLSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsDataURLSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsDataURLSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsDataURLSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsDataURLSync", "https://www.w3.org/TR/FileAPI/#ref-for-blob-get-stream%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-readablestream-get-a-reader%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-readablestreamdefaultreader-read-all-bytes%E2%91%A3", @@ -1078,10 +775,6 @@ "https://www.w3.org/TR/FileAPI/#readAsArrayBufferSyncSection", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsArrayBufferSync%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-readAsArrayBufferSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsArrayBufferSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsArrayBufferSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsArrayBufferSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsArrayBufferSync", "https://www.w3.org/TR/FileAPI/#ref-for-blob-get-stream%E2%91%A6", "https://www.w3.org/TR/FileAPI/#ref-for-readablestream-get-a-reader%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-readablestreamdefaultreader-read-all-bytes%E2%91%A4", @@ -1091,10 +784,6 @@ "https://www.w3.org/TR/FileAPI/#readAsBinaryStringSyncSection", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsBinaryStringSync%E2%91%A0", "https://www.w3.org/TR/FileAPI/#dfn-readAsBinaryStringSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsBinaryStringSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsBinaryStringSync", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-readAsBinaryStringSync", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-readAsBinaryStringSync", "https://www.w3.org/TR/FileAPI/#ref-for-blob-get-stream%E2%91%A7", "https://www.w3.org/TR/FileAPI/#ref-for-readablestream-get-a-reader%E2%91%A6", "https://www.w3.org/TR/FileAPI/#ref-for-readablestreamdefaultreader-read-all-bytes%E2%91%A5", @@ -1105,10 +794,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-readAsBinaryStringSync%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ErrorAndException", "https://www.w3.org/TR/FileAPI/#file-error-read", - "https://www.w3.org/TR/FileAPI/#infopanel-for-file-error-read", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-file-error-read", - "https://www.w3.org/TR/FileAPI/#infopanel-for-file-error-read", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-file-error-read", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-asynchronous-read-methods", @@ -1129,10 +814,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-blob-get-stream%E2%91%A8", "https://www.w3.org/TR/FileAPI/#failureReason", - "https://www.w3.org/TR/FileAPI/#infopanel-for-failureReason", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-failureReason", - "https://www.w3.org/TR/FileAPI/#infopanel-for-failureReason", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-failureReason", "https://www.w3.org/TR/FileAPI/#ref-for-failureReason%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-NotFoundFR", "https://www.w3.org/TR/FileAPI/#ref-for-UnsafeFileFR", @@ -1149,10 +830,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/FileAPI/#NotFoundFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-NotFoundFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-NotFoundFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-NotFoundFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-NotFoundFR", "https://www.w3.org/TR/FileAPI/#ref-for-failureReason%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-dom-filereader-error%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-notfounderror%E2%91%A3", @@ -1160,18 +837,10 @@ "https://www.w3.org/TR/FileAPI/#ref-for-notfounderror%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-securityerror%E2%91%A0", "https://www.w3.org/TR/FileAPI/#UnsafeFileFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-UnsafeFileFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-UnsafeFileFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-UnsafeFileFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-UnsafeFileFR", "https://www.w3.org/TR/FileAPI/#ref-for-failureReason%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/FileAPI/#TooManyReadsFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-TooManyReadsFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-TooManyReadsFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-TooManyReadsFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-TooManyReadsFR", "https://www.w3.org/TR/FileAPI/#ref-for-failureReason%E2%91%A5", "https://www.w3.org/TR/FileAPI/#ref-for-dom-filereader-error%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-securityerror%E2%91%A1", @@ -1183,19 +852,11 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/FileAPI/#SnapshotStateFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-SnapshotStateFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-SnapshotStateFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-SnapshotStateFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-SnapshotStateFR", "https://www.w3.org/TR/FileAPI/#ref-for-failureReason%E2%91%A7", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-file%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/FileAPI/#ref-for-snapshot-state%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/FileAPI/#FileLockFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-FileLockFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-FileLockFR", - "https://www.w3.org/TR/FileAPI/#infopanel-for-FileLockFR", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-FileLockFR", "https://www.w3.org/TR/FileAPI/#ref-for-failureReason%E2%91%A8", "https://www.w3.org/TR/FileAPI/#ref-for-dom-filereader-error%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-notreadableerror%E2%91%A1", @@ -1220,10 +881,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/FileAPI/#url-model", "https://www.w3.org/TR/FileAPI/#BlobURLStore", - "https://www.w3.org/TR/FileAPI/#infopanel-for-BlobURLStore", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-BlobURLStore", - "https://www.w3.org/TR/FileAPI/#infopanel-for-BlobURLStore", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-BlobURLStore", "https://www.w3.org/TR/FileAPI/#ref-for-BlobURLStore", "https://www.w3.org/TR/FileAPI/#ref-for-ordered-map", "https://www.w3.org/TR/FileAPI/#ref-for-map-getting-the-keys", @@ -1231,26 +888,14 @@ "https://www.w3.org/TR/FileAPI/#ref-for-map-getting-the-values", "https://www.w3.org/TR/FileAPI/#ref-for-blob-url-entry", "https://www.w3.org/TR/FileAPI/#blob-url-entry", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-url-entry", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-url-entry", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-url-entry", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-url-entry", "https://www.w3.org/TR/FileAPI/#blob-url-entry-object", "https://www.w3.org/TR/FileAPI/#ref-for-dfn-Blob%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/FileAPI/#ref-for-mediasource%E2%91%A1", "https://www.w3.org/TR/FileAPI/#blob-url-entry-environment", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-url-entry-environment", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-url-entry-environment", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-url-entry-environment", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-url-entry-environment", "https://www.w3.org/TR/FileAPI/#ref-for-environment-settings-object", "https://www.w3.org/TR/FileAPI/#ref-for-map-getting-the-keys%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-BlobURLStore%E2%91%A0", "https://www.w3.org/TR/FileAPI/#blob-url", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-url", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-url", - "https://www.w3.org/TR/FileAPI/#infopanel-for-blob-url", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-blob-url", "https://www.w3.org/TR/FileAPI/#ref-for-valid-url-string%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-concept-url-parser", "https://www.w3.org/TR/FileAPI/#ref-for-concept-url%E2%91%A1", @@ -1259,29 +904,17 @@ "https://www.w3.org/TR/FileAPI/#ref-for-concept-url-path", "https://www.w3.org/TR/FileAPI/#ref-for-valid-url-string%E2%91%A1", "https://www.w3.org/TR/FileAPI/#unicodeBlobURL", - "https://www.w3.org/TR/FileAPI/#infopanel-for-unicodeBlobURL", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-unicodeBlobURL", - "https://www.w3.org/TR/FileAPI/#infopanel-for-unicodeBlobURL", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-unicodeBlobURL", "https://www.w3.org/TR/FileAPI/#ref-for-current-settings-object", "https://www.w3.org/TR/FileAPI/#ref-for-concept-settings-object-origin", "https://www.w3.org/TR/FileAPI/#ref-for-ascii-serialisation-of-an-origin", "https://www.w3.org/TR/FileAPI/#example-752424a0", "https://www.w3.org/TR/FileAPI/#add-an-entry", - "https://www.w3.org/TR/FileAPI/#infopanel-for-add-an-entry", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-add-an-entry", - "https://www.w3.org/TR/FileAPI/#infopanel-for-add-an-entry", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-add-an-entry", "https://www.w3.org/TR/FileAPI/#ref-for-BlobURLStore%E2%91%A1", "https://www.w3.org/TR/FileAPI/#ref-for-unicodeBlobURL", "https://www.w3.org/TR/FileAPI/#ref-for-blob-url-entry%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-current-settings-object%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-map-set", "https://www.w3.org/TR/FileAPI/#removeTheEntry", - "https://www.w3.org/TR/FileAPI/#infopanel-for-removeTheEntry", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-removeTheEntry", - "https://www.w3.org/TR/FileAPI/#infopanel-for-removeTheEntry", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-removeTheEntry", "https://www.w3.org/TR/FileAPI/#ref-for-BlobURLStore%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-concept-url-serializer", "https://www.w3.org/TR/FileAPI/#ref-for-map-remove", @@ -1298,10 +931,6 @@ "https://www.w3.org/TR/FileAPI/#ref-for-BlobURLStore%E2%91%A4", "https://www.w3.org/TR/FileAPI/#lifeTime", "https://www.w3.org/TR/FileAPI/#ref-for-lifeTime", - "https://www.w3.org/TR/FileAPI/#infopanel-for-lifeTime", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-lifeTime", - "https://www.w3.org/TR/FileAPI/#infopanel-for-lifeTime", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-lifeTime", "https://www.w3.org/TR/FileAPI/#ref-for-unloading-document-cleanup-steps", "https://www.w3.org/TR/FileAPI/#ref-for-document", "https://www.w3.org/TR/FileAPI/#ref-for-relevant-settings-object", @@ -1328,16 +957,8 @@ "https://www.w3.org/TR/FileAPI/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/FileAPI/#dom-url-revokeobjecturl-url-url", "https://www.w3.org/TR/FileAPI/#dfn-createObjectURL", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-createObjectURL", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-createObjectURL", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-createObjectURL", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-createObjectURL", "https://www.w3.org/TR/FileAPI/#ref-for-add-an-entry", "https://www.w3.org/TR/FileAPI/#dfn-revokeObjectURL", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-revokeObjectURL", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-revokeObjectURL", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dfn-revokeObjectURL", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dfn-revokeObjectURL", "https://www.w3.org/TR/FileAPI/#ref-for-concept-url-parser%E2%91%A0", "https://www.w3.org/TR/FileAPI/#ref-for-concept-url-scheme%E2%91%A2", "https://www.w3.org/TR/FileAPI/#ref-for-concept-url-origin", @@ -1395,555 +1016,115 @@ "https://www.w3.org/TR/FileAPI/#index-defined-here", "https://www.w3.org/TR/FileAPI/#index-defined-elsewhere", "https://www.w3.org/TR/FileAPI/#85394472", - "https://www.w3.org/TR/FileAPI/#infopanel-for-85394472", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-85394472", - "https://www.w3.org/TR/FileAPI/#infopanel-for-85394472", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-85394472", "https://www.w3.org/TR/FileAPI/#2bc0cdf4", - "https://www.w3.org/TR/FileAPI/#infopanel-for-2bc0cdf4", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-2bc0cdf4", - "https://www.w3.org/TR/FileAPI/#infopanel-for-2bc0cdf4", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-2bc0cdf4", "https://www.w3.org/TR/FileAPI/#5fd23811", - "https://www.w3.org/TR/FileAPI/#infopanel-for-5fd23811", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-5fd23811", - "https://www.w3.org/TR/FileAPI/#infopanel-for-5fd23811", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-5fd23811", "https://www.w3.org/TR/FileAPI/#c8b89a7b", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c8b89a7b", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c8b89a7b", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c8b89a7b", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c8b89a7b", "https://www.w3.org/TR/FileAPI/#b1cd2079", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b1cd2079", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b1cd2079", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b1cd2079", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b1cd2079", "https://www.w3.org/TR/FileAPI/#58b7ba18", - "https://www.w3.org/TR/FileAPI/#infopanel-for-58b7ba18", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-58b7ba18", - "https://www.w3.org/TR/FileAPI/#infopanel-for-58b7ba18", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-58b7ba18", "https://www.w3.org/TR/FileAPI/#8ddcd9b8", - "https://www.w3.org/TR/FileAPI/#infopanel-for-8ddcd9b8", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-8ddcd9b8", - "https://www.w3.org/TR/FileAPI/#infopanel-for-8ddcd9b8", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-8ddcd9b8", "https://www.w3.org/TR/FileAPI/#bffb633e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-bffb633e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-bffb633e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-bffb633e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-bffb633e", "https://www.w3.org/TR/FileAPI/#b0fcb8d7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b0fcb8d7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b0fcb8d7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b0fcb8d7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b0fcb8d7", "https://www.w3.org/TR/FileAPI/#0303e8e5", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0303e8e5", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0303e8e5", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0303e8e5", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0303e8e5", "https://www.w3.org/TR/FileAPI/#a33db89a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-a33db89a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-a33db89a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-a33db89a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-a33db89a", "https://www.w3.org/TR/FileAPI/#eb1b1af3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-eb1b1af3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-eb1b1af3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-eb1b1af3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-eb1b1af3", "https://www.w3.org/TR/FileAPI/#36219a2a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-36219a2a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-36219a2a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-36219a2a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-36219a2a", "https://www.w3.org/TR/FileAPI/#2b83ae0c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-2b83ae0c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-2b83ae0c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-2b83ae0c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-2b83ae0c", "https://www.w3.org/TR/FileAPI/#f0951476", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f0951476", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f0951476", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f0951476", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f0951476", "https://www.w3.org/TR/FileAPI/#83b269de", - "https://www.w3.org/TR/FileAPI/#infopanel-for-83b269de", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-83b269de", - "https://www.w3.org/TR/FileAPI/#infopanel-for-83b269de", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-83b269de", "https://www.w3.org/TR/FileAPI/#eb5c4be3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-eb5c4be3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-eb5c4be3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-eb5c4be3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-eb5c4be3", "https://www.w3.org/TR/FileAPI/#68bf3d31", - "https://www.w3.org/TR/FileAPI/#infopanel-for-68bf3d31", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-68bf3d31", - "https://www.w3.org/TR/FileAPI/#infopanel-for-68bf3d31", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-68bf3d31", "https://www.w3.org/TR/FileAPI/#b410a6ef", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b410a6ef", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b410a6ef", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b410a6ef", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b410a6ef", "https://www.w3.org/TR/FileAPI/#12b8dfc0", - "https://www.w3.org/TR/FileAPI/#infopanel-for-12b8dfc0", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-12b8dfc0", - "https://www.w3.org/TR/FileAPI/#infopanel-for-12b8dfc0", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-12b8dfc0", "https://www.w3.org/TR/FileAPI/#888d7c65", - "https://www.w3.org/TR/FileAPI/#infopanel-for-888d7c65", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-888d7c65", - "https://www.w3.org/TR/FileAPI/#infopanel-for-888d7c65", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-888d7c65", "https://www.w3.org/TR/FileAPI/#c49c2ced", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c49c2ced", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c49c2ced", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c49c2ced", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c49c2ced", "https://www.w3.org/TR/FileAPI/#3e12e042", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3e12e042", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3e12e042", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3e12e042", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3e12e042", "https://www.w3.org/TR/FileAPI/#cc6d9aed", - "https://www.w3.org/TR/FileAPI/#infopanel-for-cc6d9aed", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-cc6d9aed", - "https://www.w3.org/TR/FileAPI/#infopanel-for-cc6d9aed", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-cc6d9aed", "https://www.w3.org/TR/FileAPI/#9d386f55", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9d386f55", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9d386f55", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9d386f55", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9d386f55", "https://www.w3.org/TR/FileAPI/#87fcd40c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-87fcd40c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-87fcd40c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-87fcd40c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-87fcd40c", "https://www.w3.org/TR/FileAPI/#f0811ff8", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f0811ff8", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f0811ff8", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f0811ff8", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f0811ff8", "https://www.w3.org/TR/FileAPI/#a72449dd", - "https://www.w3.org/TR/FileAPI/#infopanel-for-a72449dd", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-a72449dd", - "https://www.w3.org/TR/FileAPI/#infopanel-for-a72449dd", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-a72449dd", "https://www.w3.org/TR/FileAPI/#d7d642a2", - "https://www.w3.org/TR/FileAPI/#infopanel-for-d7d642a2", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-d7d642a2", - "https://www.w3.org/TR/FileAPI/#infopanel-for-d7d642a2", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-d7d642a2", "https://www.w3.org/TR/FileAPI/#43ac8374", - "https://www.w3.org/TR/FileAPI/#infopanel-for-43ac8374", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-43ac8374", - "https://www.w3.org/TR/FileAPI/#infopanel-for-43ac8374", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-43ac8374", "https://www.w3.org/TR/FileAPI/#6747f355", - "https://www.w3.org/TR/FileAPI/#infopanel-for-6747f355", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-6747f355", - "https://www.w3.org/TR/FileAPI/#infopanel-for-6747f355", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-6747f355", "https://www.w3.org/TR/FileAPI/#48438eb3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-48438eb3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-48438eb3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-48438eb3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-48438eb3", "https://www.w3.org/TR/FileAPI/#9a517a7d", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9a517a7d", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9a517a7d", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9a517a7d", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9a517a7d", "https://www.w3.org/TR/FileAPI/#e99bd18e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-e99bd18e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-e99bd18e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-e99bd18e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-e99bd18e", "https://www.w3.org/TR/FileAPI/#5991ccfb", - "https://www.w3.org/TR/FileAPI/#infopanel-for-5991ccfb", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-5991ccfb", - "https://www.w3.org/TR/FileAPI/#infopanel-for-5991ccfb", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-5991ccfb", "https://www.w3.org/TR/FileAPI/#9c4c1e66", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9c4c1e66", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9c4c1e66", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9c4c1e66", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9c4c1e66", "https://www.w3.org/TR/FileAPI/#7393da89", - "https://www.w3.org/TR/FileAPI/#infopanel-for-7393da89", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-7393da89", - "https://www.w3.org/TR/FileAPI/#infopanel-for-7393da89", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-7393da89", "https://www.w3.org/TR/FileAPI/#0a422d04", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0a422d04", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0a422d04", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0a422d04", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0a422d04", "https://www.w3.org/TR/FileAPI/#f32dc6c1", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f32dc6c1", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f32dc6c1", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f32dc6c1", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f32dc6c1", "https://www.w3.org/TR/FileAPI/#c187d599", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c187d599", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c187d599", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c187d599", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c187d599", "https://www.w3.org/TR/FileAPI/#d76ab844", - "https://www.w3.org/TR/FileAPI/#infopanel-for-d76ab844", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-d76ab844", - "https://www.w3.org/TR/FileAPI/#infopanel-for-d76ab844", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-d76ab844", "https://www.w3.org/TR/FileAPI/#e270bd2a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-e270bd2a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-e270bd2a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-e270bd2a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-e270bd2a", "https://www.w3.org/TR/FileAPI/#c3b2d08c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c3b2d08c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c3b2d08c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c3b2d08c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c3b2d08c", "https://www.w3.org/TR/FileAPI/#4411082c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-4411082c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-4411082c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-4411082c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-4411082c", "https://www.w3.org/TR/FileAPI/#6f2dfa22", - "https://www.w3.org/TR/FileAPI/#infopanel-for-6f2dfa22", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-6f2dfa22", - "https://www.w3.org/TR/FileAPI/#infopanel-for-6f2dfa22", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-6f2dfa22", "https://www.w3.org/TR/FileAPI/#77b4c09a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-77b4c09a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-77b4c09a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-77b4c09a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-77b4c09a", "https://www.w3.org/TR/FileAPI/#f5354b9d", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f5354b9d", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f5354b9d", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f5354b9d", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f5354b9d", "https://www.w3.org/TR/FileAPI/#3de9e659", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3de9e659", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3de9e659", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3de9e659", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3de9e659", "https://www.w3.org/TR/FileAPI/#915aff5e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-915aff5e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-915aff5e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-915aff5e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-915aff5e", "https://www.w3.org/TR/FileAPI/#60184fa5", - "https://www.w3.org/TR/FileAPI/#infopanel-for-60184fa5", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-60184fa5", - "https://www.w3.org/TR/FileAPI/#infopanel-for-60184fa5", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-60184fa5", "https://www.w3.org/TR/FileAPI/#1243a891", - "https://www.w3.org/TR/FileAPI/#infopanel-for-1243a891", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-1243a891", - "https://www.w3.org/TR/FileAPI/#infopanel-for-1243a891", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-1243a891", "https://www.w3.org/TR/FileAPI/#16d07e10", - "https://www.w3.org/TR/FileAPI/#infopanel-for-16d07e10", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-16d07e10", - "https://www.w3.org/TR/FileAPI/#infopanel-for-16d07e10", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-16d07e10", "https://www.w3.org/TR/FileAPI/#31db57e6", - "https://www.w3.org/TR/FileAPI/#infopanel-for-31db57e6", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-31db57e6", - "https://www.w3.org/TR/FileAPI/#infopanel-for-31db57e6", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-31db57e6", "https://www.w3.org/TR/FileAPI/#649608b9", - "https://www.w3.org/TR/FileAPI/#infopanel-for-649608b9", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-649608b9", - "https://www.w3.org/TR/FileAPI/#infopanel-for-649608b9", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-649608b9", "https://www.w3.org/TR/FileAPI/#3fca5a9e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3fca5a9e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3fca5a9e", "https://www.w3.org/TR/FileAPI/#75bee4d5", - "https://www.w3.org/TR/FileAPI/#infopanel-for-75bee4d5", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-75bee4d5", - "https://www.w3.org/TR/FileAPI/#infopanel-for-75bee4d5", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-75bee4d5", "https://www.w3.org/TR/FileAPI/#7d4424b2", - "https://www.w3.org/TR/FileAPI/#infopanel-for-7d4424b2", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-7d4424b2", - "https://www.w3.org/TR/FileAPI/#infopanel-for-7d4424b2", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-7d4424b2", "https://www.w3.org/TR/FileAPI/#0e6b2056", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0e6b2056", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0e6b2056", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0e6b2056", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0e6b2056", "https://www.w3.org/TR/FileAPI/#0698d556", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0698d556", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0698d556", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0698d556", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0698d556", "https://www.w3.org/TR/FileAPI/#802b0fdd", - "https://www.w3.org/TR/FileAPI/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-802b0fdd", - "https://www.w3.org/TR/FileAPI/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-802b0fdd", "https://www.w3.org/TR/FileAPI/#12d6b9a8", - "https://www.w3.org/TR/FileAPI/#infopanel-for-12d6b9a8", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-12d6b9a8", - "https://www.w3.org/TR/FileAPI/#infopanel-for-12d6b9a8", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-12d6b9a8", "https://www.w3.org/TR/FileAPI/#1cd4985f", - "https://www.w3.org/TR/FileAPI/#infopanel-for-1cd4985f", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-1cd4985f", - "https://www.w3.org/TR/FileAPI/#infopanel-for-1cd4985f", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-1cd4985f", "https://www.w3.org/TR/FileAPI/#fc5a3214", - "https://www.w3.org/TR/FileAPI/#infopanel-for-fc5a3214", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-fc5a3214", - "https://www.w3.org/TR/FileAPI/#infopanel-for-fc5a3214", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-fc5a3214", "https://www.w3.org/TR/FileAPI/#678221b9", - "https://www.w3.org/TR/FileAPI/#infopanel-for-678221b9", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-678221b9", - "https://www.w3.org/TR/FileAPI/#infopanel-for-678221b9", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-678221b9", "https://www.w3.org/TR/FileAPI/#d72dabca", - "https://www.w3.org/TR/FileAPI/#infopanel-for-d72dabca", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-d72dabca", - "https://www.w3.org/TR/FileAPI/#infopanel-for-d72dabca", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-d72dabca", "https://www.w3.org/TR/FileAPI/#59ed4e57", - "https://www.w3.org/TR/FileAPI/#infopanel-for-59ed4e57", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-59ed4e57", - "https://www.w3.org/TR/FileAPI/#infopanel-for-59ed4e57", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-59ed4e57", "https://www.w3.org/TR/FileAPI/#2d10bf58", - "https://www.w3.org/TR/FileAPI/#infopanel-for-2d10bf58", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-2d10bf58", - "https://www.w3.org/TR/FileAPI/#infopanel-for-2d10bf58", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-2d10bf58", "https://www.w3.org/TR/FileAPI/#6b6bb798", - "https://www.w3.org/TR/FileAPI/#infopanel-for-6b6bb798", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-6b6bb798", - "https://www.w3.org/TR/FileAPI/#infopanel-for-6b6bb798", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-6b6bb798", "https://www.w3.org/TR/FileAPI/#3bd18bd6", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3bd18bd6", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3bd18bd6", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3bd18bd6", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3bd18bd6", "https://www.w3.org/TR/FileAPI/#ef28f15d", - "https://www.w3.org/TR/FileAPI/#infopanel-for-ef28f15d", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-ef28f15d", - "https://www.w3.org/TR/FileAPI/#infopanel-for-ef28f15d", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-ef28f15d", "https://www.w3.org/TR/FileAPI/#ad191408", - "https://www.w3.org/TR/FileAPI/#infopanel-for-ad191408", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-ad191408", - "https://www.w3.org/TR/FileAPI/#infopanel-for-ad191408", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-ad191408", "https://www.w3.org/TR/FileAPI/#742b8bae", - "https://www.w3.org/TR/FileAPI/#infopanel-for-742b8bae", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-742b8bae", - "https://www.w3.org/TR/FileAPI/#infopanel-for-742b8bae", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-742b8bae", "https://www.w3.org/TR/FileAPI/#c0350ab0", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c0350ab0", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c0350ab0", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c0350ab0", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c0350ab0", "https://www.w3.org/TR/FileAPI/#f06432d7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f06432d7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f06432d7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f06432d7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f06432d7", "https://www.w3.org/TR/FileAPI/#cfc67fdc", - "https://www.w3.org/TR/FileAPI/#infopanel-for-cfc67fdc", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-cfc67fdc", - "https://www.w3.org/TR/FileAPI/#infopanel-for-cfc67fdc", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-cfc67fdc", "https://www.w3.org/TR/FileAPI/#959ad97b", - "https://www.w3.org/TR/FileAPI/#infopanel-for-959ad97b", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-959ad97b", - "https://www.w3.org/TR/FileAPI/#infopanel-for-959ad97b", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-959ad97b", "https://www.w3.org/TR/FileAPI/#c0868016", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c0868016", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c0868016", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c0868016", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c0868016", "https://www.w3.org/TR/FileAPI/#3a711be7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3a711be7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3a711be7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3a711be7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3a711be7", "https://www.w3.org/TR/FileAPI/#dcffbccd", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dcffbccd", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dcffbccd", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dcffbccd", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dcffbccd", "https://www.w3.org/TR/FileAPI/#ca3ca4ae", - "https://www.w3.org/TR/FileAPI/#infopanel-for-ca3ca4ae", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-ca3ca4ae", - "https://www.w3.org/TR/FileAPI/#infopanel-for-ca3ca4ae", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-ca3ca4ae", "https://www.w3.org/TR/FileAPI/#5442ea33", - "https://www.w3.org/TR/FileAPI/#infopanel-for-5442ea33", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-5442ea33", - "https://www.w3.org/TR/FileAPI/#infopanel-for-5442ea33", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-5442ea33", "https://www.w3.org/TR/FileAPI/#05af0c3f", - "https://www.w3.org/TR/FileAPI/#infopanel-for-05af0c3f", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-05af0c3f", - "https://www.w3.org/TR/FileAPI/#infopanel-for-05af0c3f", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-05af0c3f", "https://www.w3.org/TR/FileAPI/#2f8afbfe", - "https://www.w3.org/TR/FileAPI/#infopanel-for-2f8afbfe", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-2f8afbfe", - "https://www.w3.org/TR/FileAPI/#infopanel-for-2f8afbfe", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-2f8afbfe", "https://www.w3.org/TR/FileAPI/#3aff2fb3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3aff2fb3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3aff2fb3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-3aff2fb3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-3aff2fb3", "https://www.w3.org/TR/FileAPI/#f89c7d0d", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f89c7d0d", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f89c7d0d", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f89c7d0d", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f89c7d0d", "https://www.w3.org/TR/FileAPI/#dca2de17", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dca2de17", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dca2de17", - "https://www.w3.org/TR/FileAPI/#infopanel-for-dca2de17", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-dca2de17", "https://www.w3.org/TR/FileAPI/#8855a9aa", - "https://www.w3.org/TR/FileAPI/#infopanel-for-8855a9aa", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-8855a9aa", - "https://www.w3.org/TR/FileAPI/#infopanel-for-8855a9aa", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-8855a9aa", "https://www.w3.org/TR/FileAPI/#889e932f", - "https://www.w3.org/TR/FileAPI/#infopanel-for-889e932f", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-889e932f", - "https://www.w3.org/TR/FileAPI/#infopanel-for-889e932f", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/FileAPI/#797018a7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-797018a7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-797018a7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-797018a7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-797018a7", "https://www.w3.org/TR/FileAPI/#c807e273", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c807e273", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c807e273", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c807e273", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c807e273", "https://www.w3.org/TR/FileAPI/#9eda9b58", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9eda9b58", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9eda9b58", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9eda9b58", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9eda9b58", "https://www.w3.org/TR/FileAPI/#0be3911e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0be3911e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0be3911e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-0be3911e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-0be3911e", "https://www.w3.org/TR/FileAPI/#bdbd19d1", - "https://www.w3.org/TR/FileAPI/#infopanel-for-bdbd19d1", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-bdbd19d1", - "https://www.w3.org/TR/FileAPI/#infopanel-for-bdbd19d1", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-bdbd19d1", "https://www.w3.org/TR/FileAPI/#c3e881ef", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c3e881ef", - "https://www.w3.org/TR/FileAPI/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-c3e881ef", "https://www.w3.org/TR/FileAPI/#b0d7f3c3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b0d7f3c3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b0d7f3c3", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b0d7f3c3", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b0d7f3c3", "https://www.w3.org/TR/FileAPI/#95d7775a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-95d7775a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-95d7775a", - "https://www.w3.org/TR/FileAPI/#infopanel-for-95d7775a", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-95d7775a", "https://www.w3.org/TR/FileAPI/#92d13070", - "https://www.w3.org/TR/FileAPI/#infopanel-for-92d13070", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-92d13070", - "https://www.w3.org/TR/FileAPI/#infopanel-for-92d13070", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-92d13070", "https://www.w3.org/TR/FileAPI/#9aeb0a82", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9aeb0a82", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9aeb0a82", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9aeb0a82", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9aeb0a82", "https://www.w3.org/TR/FileAPI/#56f81a8e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-56f81a8e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-56f81a8e", - "https://www.w3.org/TR/FileAPI/#infopanel-for-56f81a8e", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-56f81a8e", "https://www.w3.org/TR/FileAPI/#9cce47fd", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9cce47fd", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9cce47fd", - "https://www.w3.org/TR/FileAPI/#infopanel-for-9cce47fd", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-9cce47fd", "https://www.w3.org/TR/FileAPI/#e031fa01", - "https://www.w3.org/TR/FileAPI/#infopanel-for-e031fa01", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-e031fa01", - "https://www.w3.org/TR/FileAPI/#infopanel-for-e031fa01", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-e031fa01", "https://www.w3.org/TR/FileAPI/#4013a022", - "https://www.w3.org/TR/FileAPI/#infopanel-for-4013a022", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-4013a022", - "https://www.w3.org/TR/FileAPI/#infopanel-for-4013a022", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-4013a022", "https://www.w3.org/TR/FileAPI/#b4cfa5ce", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b4cfa5ce", - "https://www.w3.org/TR/FileAPI/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-b4cfa5ce", "https://www.w3.org/TR/FileAPI/#5f90bbfb", - "https://www.w3.org/TR/FileAPI/#infopanel-for-5f90bbfb", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-5f90bbfb", - "https://www.w3.org/TR/FileAPI/#infopanel-for-5f90bbfb", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-5f90bbfb", "https://www.w3.org/TR/FileAPI/#e97a9688", - "https://www.w3.org/TR/FileAPI/#infopanel-for-e97a9688", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-e97a9688", - "https://www.w3.org/TR/FileAPI/#infopanel-for-e97a9688", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-e97a9688", "https://www.w3.org/TR/FileAPI/#f14b47b8", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f14b47b8", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f14b47b8", - "https://www.w3.org/TR/FileAPI/#infopanel-for-f14b47b8", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-f14b47b8", "https://www.w3.org/TR/FileAPI/#450958f7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-450958f7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-450958f7", - "https://www.w3.org/TR/FileAPI/#infopanel-for-450958f7", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-450958f7", "https://www.w3.org/TR/FileAPI/#7b0dc914", - "https://www.w3.org/TR/FileAPI/#infopanel-for-7b0dc914", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-7b0dc914", - "https://www.w3.org/TR/FileAPI/#infopanel-for-7b0dc914", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-7b0dc914", "https://www.w3.org/TR/FileAPI/#d06b2b8c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-d06b2b8c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-d06b2b8c", - "https://www.w3.org/TR/FileAPI/#infopanel-for-d06b2b8c", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-d06b2b8c", "https://www.w3.org/TR/FileAPI/#56320452", - "https://www.w3.org/TR/FileAPI/#infopanel-for-56320452", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-56320452", - "https://www.w3.org/TR/FileAPI/#infopanel-for-56320452", - "https://www.w3.org/TR/FileAPI/#infopaneltitle-for-56320452", "https://www.w3.org/TR/FileAPI/#references", "https://www.w3.org/TR/FileAPI/#normative", "https://www.w3.org/TR/FileAPI/#biblio-dom", diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json index d1c982686ff9..008239b7d369 100644 --- a/tr/ids/compute-pressure.json +++ b/tr/ids/compute-pressure.json @@ -40,16 +40,12 @@ "https://www.w3.org/TR/compute-pressure/#dfn-valid-source-types", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-processing-units-3", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-type-1", - "https://www.w3.org/TR/compute-pressure/#webidl-1646237120", + "https://www.w3.org/TR/compute-pressure/#webidl-122749000", "https://www.w3.org/TR/compute-pressure/#idl-def-pressuresource", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-1", - "https://www.w3.org/TR/compute-pressure/#dom-pressuresource-thermals", "https://www.w3.org/TR/compute-pressure/#dom-pressuresource-cpu", "https://www.w3.org/TR/compute-pressure/#dom-pressuresource", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-valid-source-types-1", - "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-thermals-1", - "https://www.w3.org/TR/compute-pressure/#issue-container-number-294", - "https://www.w3.org/TR/compute-pressure/#h-issue", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-cpu-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-processing-units-4", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-0", @@ -82,8 +78,6 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-2", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-3", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-5", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-6", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-reporting-rate-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampling-rate-3", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampling-rate-4", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-1", @@ -91,10 +85,10 @@ "https://www.w3.org/TR/compute-pressure/#h-note-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-2", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-interval-3", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-6", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-4", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampling-rate-5", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-reporting-rate-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-reporting-rate-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-3", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-4", "https://www.w3.org/TR/compute-pressure/#platform-primitives", @@ -127,7 +121,7 @@ "https://www.w3.org/TR/compute-pressure/#dfn-platform-collector", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-source-4", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-1", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-7", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-5", "https://www.w3.org/TR/compute-pressure/#dfn-associated-pressure-source", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-source-5", @@ -147,10 +141,10 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-3", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-adjusted-pressure-state-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-9", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-8", "https://www.w3.org/TR/compute-pressure/#user-notifications", "https://www.w3.org/TR/compute-pressure/#x5-user-notifications", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-10", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-9", "https://www.w3.org/TR/compute-pressure/#policy-control", "https://www.w3.org/TR/compute-pressure/#x6-policy-control", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-policy-controlled-feature-1", @@ -178,7 +172,7 @@ "https://www.w3.org/TR/compute-pressure/#dfn-registered-observer", "https://www.w3.org/TR/compute-pressure/#dfn-observer", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-4", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-10", "https://www.w3.org/TR/compute-pressure/#dfn-max-queued-records", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-4", "https://www.w3.org/TR/compute-pressure/#dfn-supported-source-types", @@ -264,7 +258,7 @@ "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-5", "https://www.w3.org/TR/compute-pressure/#h-note-5", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-change-in-contributing-factors-is-substantial-1", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-12", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-11", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-10", "https://www.w3.org/TR/compute-pressure/#pressure-observer", "https://www.w3.org/TR/compute-pressure/#x10-pressure-observer", @@ -334,7 +328,8 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-a-promise-rejected-with-1", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-notallowederror-exception-1", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-6", - "https://www.w3.org/TR/compute-pressure/#h-issue-0", + "https://www.w3.org/TR/compute-pressure/#h-note-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-policy-container-for-workerglobalscope-1", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-this-2", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampleintervalmap-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-sampleinterval-1", @@ -442,7 +437,7 @@ "https://www.w3.org/TR/compute-pressure/#x10-2-5-the-takerecords-method", "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-takerecords", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-7", - "https://www.w3.org/TR/compute-pressure/#h-note-6", + "https://www.w3.org/TR/compute-pressure/#h-note-7", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-takerecords-2", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-clone-for-list-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queuedrecords-3", @@ -452,12 +447,12 @@ "https://www.w3.org/TR/compute-pressure/#x10-2-6-the-knownsources-attribute", "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-knownsources", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-knownsources-3", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-13", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-12", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-2", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-8", - "https://www.w3.org/TR/compute-pressure/#h-note-7", + "https://www.w3.org/TR/compute-pressure/#h-note-8", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-type-10", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-14", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-13", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-observe-4", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-notsupportederror-exception-4", "https://www.w3.org/TR/compute-pressure/#the-pressurerecord-interface", @@ -532,15 +527,15 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-sampleinterval-3", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-interval-4", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-9", - "https://www.w3.org/TR/compute-pressure/#h-note-8", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-15", + "https://www.w3.org/TR/compute-pressure/#h-note-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-14", "https://www.w3.org/TR/compute-pressure/#life-cycle", "https://www.w3.org/TR/compute-pressure/#x10-5-life-cycle-and-garbage-collection", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-global-object-3", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-4", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-5", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-10", - "https://www.w3.org/TR/compute-pressure/#h-note-9", + "https://www.w3.org/TR/compute-pressure/#h-note-10", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-14", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-6", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-observe-5", @@ -568,7 +563,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-reset-observation-window-4", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-observationwindow-2", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-11", - "https://www.w3.org/TR/compute-pressure/#h-note-10", + "https://www.w3.org/TR/compute-pressure/#h-note-11", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-documents-1", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-iframes-element-1", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-fully-active-for-document-1", @@ -620,7 +615,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-document-has-implicit-focus-2", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-continue-for-iteration-1", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-12", - "https://www.w3.org/TR/compute-pressure/#h-note-11", + "https://www.w3.org/TR/compute-pressure/#h-note-12", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-5", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-12", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampling-rate-6", @@ -667,7 +662,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-18", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-collection-3", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-13", - "https://www.w3.org/TR/compute-pressure/#h-note-12", + "https://www.w3.org/TR/compute-pressure/#h-note-13", "https://www.w3.org/TR/compute-pressure/#dfn-deactivate-data-collection", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-type-14", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-mapping-9", @@ -693,7 +688,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-adjusted-pressure-state-2", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-5", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-14", - "https://www.w3.org/TR/compute-pressure/#h-note-13", + "https://www.w3.org/TR/compute-pressure/#h-note-14", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-6", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-14", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-21", @@ -780,7 +775,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-remove-for-map-7", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-mapping-11", "https://www.w3.org/TR/compute-pressure/#issue-container-number-275", - "https://www.w3.org/TR/compute-pressure/#h-issue-1", + "https://www.w3.org/TR/compute-pressure/#h-issue", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-document-interface-3", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-fully-active-for-document-4", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-document-interface-4", @@ -788,7 +783,7 @@ "https://www.w3.org/TR/compute-pressure/#handling-changes-to-worker-status", "https://www.w3.org/TR/compute-pressure/#x10-6-7-handling-changes-to-worker-status", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-15", - "https://www.w3.org/TR/compute-pressure/#h-note-14", + "https://www.w3.org/TR/compute-pressure/#h-note-15", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-unloading-document-cleanup-steps-2", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-workerglobalscope-interface-4", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-closing-for-workerglobalscope-1", @@ -804,7 +799,7 @@ "https://www.w3.org/TR/compute-pressure/#types-of-privacy-and-security-threats", "https://www.w3.org/TR/compute-pressure/#x11-1-types-of-privacy-and-security-threats", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-16", - "https://www.w3.org/TR/compute-pressure/#h-note-15", + "https://www.w3.org/TR/compute-pressure/#h-note-16", "https://www.w3.org/TR/compute-pressure/#timing-attacks", "https://www.w3.org/TR/compute-pressure/#x11-1-1-timing-attacks", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-same-origin-5", @@ -813,48 +808,46 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-same-origin-6", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-same-site-1", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-17", - "https://www.w3.org/TR/compute-pressure/#h-note-16", + "https://www.w3.org/TR/compute-pressure/#h-note-17", "https://www.w3.org/TR/compute-pressure/#targeted-de-anonymization-attacks", "https://www.w3.org/TR/compute-pressure/#x11-1-3-targeted-de-anonymization-attacks", "https://www.w3.org/TR/compute-pressure/#mitigation-strategies", "https://www.w3.org/TR/compute-pressure/#x11-2-mitigation-strategies", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-18", - "https://www.w3.org/TR/compute-pressure/#h-note-17", + "https://www.w3.org/TR/compute-pressure/#h-note-18", "https://www.w3.org/TR/compute-pressure/#data-minimization", "https://www.w3.org/TR/compute-pressure/#x11-2-1-data-minimization", - "https://www.w3.org/TR/compute-pressure/#rate-limiting-change-notifications", - "https://www.w3.org/TR/compute-pressure/#x11-2-2-rate-limiting-change-notifications", "https://www.w3.org/TR/compute-pressure/#rate-obfuscation", - "https://www.w3.org/TR/compute-pressure/#x11-2-3-rate-obfuscation", + "https://www.w3.org/TR/compute-pressure/#x11-2-2-rate-obfuscation", "https://www.w3.org/TR/compute-pressure/#dfn-rate-obfuscation", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-22", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-23", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-24", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-notify-pressure-observers-2", "https://www.w3.org/TR/compute-pressure/#rate-obfuscation-normative-parameters", - "https://www.w3.org/TR/compute-pressure/#x11-2-4-rate-obfuscation-normative-parameters", + "https://www.w3.org/TR/compute-pressure/#x11-2-3-rate-obfuscation-normative-parameters", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-maxchangesthreshold-3", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-penaltyduration-3", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-19", - "https://www.w3.org/TR/compute-pressure/#h-note-18", + "https://www.w3.org/TR/compute-pressure/#h-note-19", "https://www.w3.org/TR/compute-pressure/#rate-obfuscation-non-normative-parameters", - "https://www.w3.org/TR/compute-pressure/#x11-2-5-rate-obfuscation-non-normative-parameters", + "https://www.w3.org/TR/compute-pressure/#x11-2-4-rate-obfuscation-non-normative-parameters", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-observationwindow-3", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-20", - "https://www.w3.org/TR/compute-pressure/#h-note-19", + "https://www.w3.org/TR/compute-pressure/#h-note-20", "https://www.w3.org/TR/compute-pressure/#break-calibration", - "https://www.w3.org/TR/compute-pressure/#x11-2-6-break-calibration", + "https://www.w3.org/TR/compute-pressure/#x11-2-5-break-calibration", "https://www.w3.org/TR/compute-pressure/#dfn-break-calibration", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-25", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-21", - "https://www.w3.org/TR/compute-pressure/#h-note-20", + "https://www.w3.org/TR/compute-pressure/#h-note-21", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-26", "https://www.w3.org/TR/compute-pressure/#break-calibration-parameters", - "https://www.w3.org/TR/compute-pressure/#x11-2-7-break-calibration-parameters", + "https://www.w3.org/TR/compute-pressure/#x11-2-6-break-calibration-parameters", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-22", - "https://www.w3.org/TR/compute-pressure/#h-note-21", + "https://www.w3.org/TR/compute-pressure/#h-note-22", "https://www.w3.org/TR/compute-pressure/#same-origin-restriction", - "https://www.w3.org/TR/compute-pressure/#x11-2-8-same-origin-restriction", + "https://www.w3.org/TR/compute-pressure/#x11-2-7-same-origin-restriction", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-context-is-capturing-3", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-system-focus-for-top-level-traversable-2", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-child-navigables-1", @@ -891,10 +884,10 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-type-15", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-virtual-pressure-source-8", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-23", - "https://www.w3.org/TR/compute-pressure/#h-note-22", + "https://www.w3.org/TR/compute-pressure/#h-note-23", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-extension-commands-2", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-24", - "https://www.w3.org/TR/compute-pressure/#h-note-23", + "https://www.w3.org/TR/compute-pressure/#h-note-24", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-virtual-pressure-source-9", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-window-interface-4", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-dedicatedworkerglobalscope-interface-2", @@ -926,7 +919,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-source-12", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-remote-end-steps-1", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-get-a-property-1", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-16", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-15", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-3", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-contain-for-list-1", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-error-1", @@ -949,7 +942,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-virtual-pressure-source-16", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-type-20", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-remote-end-steps-2", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-17", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-16", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-4", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-contain-for-list-2", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-error-3", @@ -970,7 +963,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-virtual-pressure-source-17", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-source-sample-5", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-25", - "https://www.w3.org/TR/compute-pressure/#h-note-24", + "https://www.w3.org/TR/compute-pressure/#h-note-25", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-extension-commands-6", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-extension-commands-7", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-error-4", @@ -978,7 +971,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-unsupported-operation-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-6", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-remote-end-steps-3", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-18", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-17", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-5", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-contain-for-list-3", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-error-5", @@ -1015,7 +1008,7 @@ "https://www.w3.org/TR/compute-pressure/#example-how-to-handle-all-state-changes-right-up-until-disconnect", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-unobserve-5", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-26", - "https://www.w3.org/TR/compute-pressure/#h-note-25", + "https://www.w3.org/TR/compute-pressure/#h-note-26", "https://www.w3.org/TR/compute-pressure/#example-how-to-tell-the-observer-to-stop-watching-for-state-changes-for-a-specific-source", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-8", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-9", @@ -1056,6 +1049,7 @@ "https://www.w3.org/TR/compute-pressure/#index-term-node-navigable", "https://www.w3.org/TR/compute-pressure/#index-term-origin", "https://www.w3.org/TR/compute-pressure/#index-term-owner-set-for-workerglobalscope", + "https://www.w3.org/TR/compute-pressure/#index-term-policy-container-for-workerglobalscope", "https://www.w3.org/TR/compute-pressure/#index-term-queue-a-global-task", "https://www.w3.org/TR/compute-pressure/#index-term-reactivate-for-document", "https://www.w3.org/TR/compute-pressure/#index-term-relevant-global-object", diff --git a/tr/index.json b/tr/index.json index 91033418cde7..7d4819888921 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-11-22T01:34:52.500Z", + "date": "2024-11-23T01:35:24.998Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -715,7 +715,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "22 November 2024", + "date": "23 November 2024", "links": "links/av1-spec.json" }, { @@ -1752,11 +1752,11 @@ ], "crawled": "https://www.w3.org/TR/compute-pressure/", "crawlCacheInfo": { - "lastModified": "Wed, 20 Nov 2024 11:26:54 GMT" + "lastModified": "Fri, 22 Nov 2024 09:40:19 GMT" }, "generator": "respec", - "date": "20 November 2024", - "revision": "72ee57ff77a97e9f712184366969ce51158d5cd2", + "date": "22 November 2024", + "revision": "1726dafe35a6f416c33cb63a9aeb4cf825ad50a7", "algorithms": "algorithms/compute-pressure.json", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", @@ -2072,11 +2072,11 @@ ], "crawled": "https://www.w3.org/TR/CSP3/", "crawlCacheInfo": { - "lastModified": "Mon, 14 Oct 2024 08:40:32 GMT" + "lastModified": "Fri, 22 Nov 2024 16:19:13 GMT" }, "generator": "bikeshed", - "date": "14 October 2024", - "revision": "b33a9a25803317cd26bdaca79f915916f8206860", + "date": "22 November 2024", + "revision": "a2c014140accafaac1abf8dd7076203556a3c3d8", "algorithms": "algorithms/CSP3.json", "links": "links/CSP3.json", "refs": "refs/CSP3.json", @@ -10359,11 +10359,11 @@ ], "crawled": "https://www.w3.org/TR/FileAPI/", "crawlCacheInfo": { - "lastModified": "Thu, 24 Oct 2024 20:12:11 GMT" + "lastModified": "Fri, 22 Nov 2024 17:02:23 GMT" }, "generator": "bikeshed", - "date": "24 October 2024", - "revision": "f6247a2f85b5e00ee60fef3910af9dfa85dedeba", + "date": "22 November 2024", + "revision": "851e00e7364f0a08136756c0d1ec18c6e0fa41ce", "algorithms": "algorithms/FileAPI.json", "links": "links/FileAPI.json", "refs": "refs/FileAPI.json", @@ -20445,11 +20445,11 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Wed, 20 Nov 2024 17:37:12 GMT" + "lastModified": "Fri, 22 Nov 2024 21:27:30 GMT" }, "generator": "bikeshed", - "date": "20 November 2024", - "revision": "1df9c5b2bd62a95c3141b8ced105c57d22ad64c1", + "date": "22 November 2024", + "revision": "0609d948d9239b86e51da02ba404d8a594b52b3f", "algorithms": "algorithms/webgpu.json", "links": "links/webgpu.json", "refs": "refs/webgpu.json", @@ -21723,11 +21723,11 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Thu, 21 Nov 2024 14:47:45 GMT" + "lastModified": "Fri, 22 Nov 2024 19:13:03 GMT" }, "generator": "bikeshed", - "date": "21 November 2024", - "revision": "bd061d4f39044ddefa22501883887e5b266b5bf0", + "date": "22 November 2024", + "revision": "21ad1ef61f77cd90480221e683d1a9836de2a2a3", "algorithms": "algorithms/WGSL.json", "links": "links/WGSL.json", "refs": "refs/WGSL.json", diff --git a/tr/links/CSP3.json b/tr/links/CSP3.json index 0d09b07de7a4..b73484f47ce9 100644 --- a/tr/links/CSP3.json +++ b/tr/links/CSP3.json @@ -56,7 +56,6 @@ "https://www.w3.org/Mail/Request": {}, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/CSP2/": {}, - "https://www.w3.org/TR/CSP3/": {}, "https://www.w3.org/TR/SRI/": { "anchors": [ "parse-metadata" @@ -424,11 +423,6 @@ "idl-unsigned-long" ] }, - "https://www.w3.org/TR/CSP3/": { - "anchors": [ - "abstract-opdef-parse-a-serialized-csp-list" - ] - }, "https://www.w3.org/TR/css-cascade-5/": { "anchors": [ "at-ruledef-import" diff --git a/tr/links/compute-pressure.json b/tr/links/compute-pressure.json index f6f44e623074..b5fd6f936ca5 100644 --- a/tr/links/compute-pressure.json +++ b/tr/links/compute-pressure.json @@ -17,10 +17,7 @@ "Nonideal_relay" ] }, - "https://github.com/w3c/compute-pressure/issues/110": {}, "https://github.com/w3c/compute-pressure/issues/275": {}, - "https://github.com/w3c/compute-pressure/issues/294": {}, - "https://github.com/w3c/compute-pressure/issues/?q=is%3Aissue+is%3Aopen+label%3A%22bug%22": {}, "https://github.com/wicg/compute-pressure/": { "anchors": [ "goals--motivating-use-cases" @@ -179,6 +176,7 @@ }, "https://html.spec.whatwg.org/multipage/workers.html": { "anchors": [ + "concept-workerglobalscope-policy-container", "workerglobalscope", "concept-WorkerGlobalScope-owner-set", "dedicatedworkerglobalscope", diff --git a/tr/refs/CSP3.json b/tr/refs/CSP3.json index 8a5452fc879b..099de2382e91 100644 --- a/tr/refs/CSP3.json +++ b/tr/refs/CSP3.json @@ -5,10 +5,6 @@ }, "refs": { "normative": [ - { - "name": "CSP3", - "url": "https://www.w3.org/TR/CSP3/" - }, { "name": "CSS-CASCADE-5", "url": "https://www.w3.org/TR/css-cascade-5/"