From 8bad53f1d648015d1e43cbbf80389a46836f3e51 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Thu, 30 May 2024 01:26:43 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 15.2.0. --- tr/css/css-text-4.json | 35 +- tr/dfns/credential-management-1.json | 552 +++++++++--------- tr/dfns/css-text-4.json | 33 +- tr/ids/credential-management-1.json | 811 +------------------------- tr/ids/css-text-4.json | 180 +++--- tr/index.json | 27 +- tr/links/credential-management-1.json | 201 +------ tr/links/css-text-4.json | 22 +- tr/refs/css-text-4.json | 12 +- 9 files changed, 487 insertions(+), 1386 deletions(-) diff --git a/tr/css/css-text-4.json b/tr/css/css-text-4.json index e232d79e38bc..cd3c8732f97e 100644 --- a/tr/css/css-text-4.json +++ b/tr/css/css-text-4.json @@ -7,7 +7,7 @@ { "name": "text-transform", "href": "https://www.w3.org/TR/css-text-4/#propdef-text-transform", - "value": "none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana", + "value": "none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana | math-auto", "initial": "none", "appliesTo": "text", "inherited": "yes", @@ -57,6 +57,13 @@ "href": "https://www.w3.org/TR/css-text-4/#valdef-text-transform-full-size-kana", "type": "value", "value": "full-size-kana" + }, + { + "name": "math-auto", + "prose": "See MathML Core § 4.2 New text-transform value.", + "href": "https://www.w3.org/TR/css-text-4/#valdef-text-transform-math-auto", + "type": "value", + "value": "math-auto" } ], "styleDeclaration": [ @@ -116,7 +123,7 @@ "value": "normal | pre | pre-wrap | pre-line | <'white-space-collapse'> || <'text-wrap-mode'> || <'white-space-trim'>", "initial": "normal", "appliesTo": "text", - "inherited": "yes", + "inherited": "individual properties", "percentages": "n/a", "computedValue": "specified keyword", "canonicalOrder": "n/a", @@ -454,7 +461,7 @@ { "name": "text-wrap-style", "href": "https://www.w3.org/TR/css-text-4/#propdef-text-wrap-style", - "value": "auto| balance | stable | pretty", + "value": "auto | balance | stable | pretty", "initial": "auto", "appliesTo": "block containers hat establish an inline formatting context", "inherited": "yes", @@ -472,7 +479,7 @@ }, { "name": "balance", - "prose": "Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than auto is possible. This must not change the number of line boxes the block would contain if text-wrap were set to auto. The remaining space to consider is that which remains after placing floats and inline content, but before any adjustments due to text justification. Line boxes are balanced when the standard deviation from the average inline-size of the remaining space in each line box is reduced over the block (including lines that end in a forced break). The exact algorithm is UA-defined. UAs may treat this value as auto if there are more than ten lines to balance.", + "prose": "Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than auto is possible. This should avoid changing—​and in the case of 5 or fewer lines must not change—​the number of line boxes the block would contain if text-wrap were set to auto. The remaining space to consider is that which remains after placing floats and inline content, but before any adjustments due to text justification. Line boxes are balanced when the standard deviation from the average inline-size of the remaining space in each line box is reduced over the block (including lines that end in a forced break). Groups of lines separated by a forced line break are processed separately. If the element is affected by line-clamp, the claming effect is applied first, then the remaining lines are balanced. The exact algorithm is UA-defined. UAs may treat this value as auto if there are more than ten lines to balance.", "href": "https://www.w3.org/TR/css-text-4/#valdef-text-wrap-style-balance", "type": "value", "value": "balance" @@ -972,7 +979,7 @@ "appliesTo": "block containers", "inherited": "yes", "percentages": "n/a", - "computedValue": "specified keyword", + "computedValue": "keyword as specified, except for match-parent which computes as defined above", "canonicalOrder": "n/a", "animationType": "discrete", "values": [ @@ -1168,11 +1175,11 @@ "value": "normal" }, { - "name": "", + "name": "", "prose": "Specifies additional spacing between typographic character units. Values may be negative, but there may be implementation-dependent limits.", - "href": "https://www.w3.org/TR/css-text-4/#valdef-letter-spacing-length", + "href": "https://www.w3.org/TR/css-text-4/#valdef-letter-spacing-length-percentage", "type": "value", - "value": "" + "value": "" } ], "styleDeclaration": [ @@ -1297,15 +1304,15 @@ "value": "normal" }, { - "name": "trim-auto", + "name": "trim-both", "prose": "Set fullwidth opening punctuation with half-width glyphs (flush) at the start of each line; set fullwidth closing punctuation with half-width glyphs (flush) at the end of each line; and collapse spacing between punctuation glyphs as described below.", - "href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-trim-auto", + "href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-trim-both", "type": "value", - "value": "trim-auto" + "value": "trim-both" }, { "name": "space-first", - "prose": "Set fullwidth opening punctuation with full-width glyphs (spaced) on the first line the block container and each line after a forced line break. Otherwise as normal.", + "prose": "Set fullwidth opening punctuation with full-width glyphs (spaced) on the first line of the block container and each line after a forced line break. Otherwise as normal.", "href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-space-first", "type": "value", "value": "space-first" @@ -1326,7 +1333,7 @@ }, { "name": "auto", - "prose": "The user agent chooses a set of typographically high quality spacing values. Different user agents running on different platforms may pick different values. Do we need auto? It would be weird for the author to choose platform-dependent behavior at the start of the first line, and it should otherwise use trim-auto.", + "prose": "The user agent chooses a set of typographically high quality spacing values. Different user agents running on different platforms may pick different values. Do we need auto? It would be weird for the author to choose platform-dependent behavior at the start of the first line, and it should otherwise use trim-both.", "href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-auto", "type": "value", "value": "auto" @@ -1496,7 +1503,7 @@ "name": "", "href": "https://www.w3.org/TR/css-text-4/#typedef-spacing-trim", "type": "type", - "value": "space-all | normal | trim-auto | trim-start | space-first | trim-all" + "value": "space-all | normal | space-first | trim-start | trim-both | trim-all" } ] } diff --git a/tr/dfns/credential-management-1.json b/tr/dfns/credential-management-1.json index e131dc1d9263..a8abf2240da4 100644 --- a/tr/dfns/credential-management-1.json +++ b/tr/dfns/credential-management-1.json @@ -96,10 +96,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "core-infrastructure", + "href": "https://www.w3.org/TR/credential-management-1/#core-infrastructure", + "title": "Infrastructure", + "number": "2.1" }, "definedIn": "prose" }, @@ -117,10 +117,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "core-infrastructure", + "href": "https://www.w3.org/TR/credential-management-1/#core-infrastructure", + "title": "Infrastructure", + "number": "2.1" }, "definedIn": "prose" }, @@ -138,10 +138,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "core-infrastructure", + "href": "https://www.w3.org/TR/credential-management-1/#core-infrastructure", + "title": "Infrastructure", + "number": "2.1" }, "definedIn": "prose" }, @@ -159,10 +159,10 @@ "access": "private", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "core-infrastructure", + "href": "https://www.w3.org/TR/credential-management-1/#core-infrastructure", + "title": "Infrastructure", + "number": "2.1" }, "definedIn": "prose" }, @@ -180,10 +180,10 @@ "access": "private", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "core-infrastructure", + "href": "https://www.w3.org/TR/credential-management-1/#core-infrastructure", + "title": "Infrastructure", + "number": "2.1" }, "definedIn": "prose" }, @@ -199,10 +199,10 @@ "access": "private", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "core-infrastructure", + "href": "https://www.w3.org/TR/credential-management-1/#core-infrastructure", + "title": "Infrastructure", + "number": "2.1" }, "definedIn": "prose" }, @@ -260,10 +260,10 @@ "access": "private", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "sctn-cred-type-registry", + "href": "https://www.w3.org/TR/credential-management-1/#sctn-cred-type-registry", + "title": "Credential Type Registry", + "number": "2.1.2" }, "definedIn": "table" }, @@ -281,10 +281,10 @@ "access": "private", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "sctn-cred-type-registry", + "href": "https://www.w3.org/TR/credential-management-1/#sctn-cred-type-registry", + "title": "Credential Type Registry", + "number": "2.1.2" }, "definedIn": "table" }, @@ -321,10 +321,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "dt" }, @@ -342,10 +342,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "dt" }, @@ -363,10 +363,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "dt" }, @@ -384,10 +384,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "dt" }, @@ -405,10 +405,10 @@ "access": "private", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "prose" }, @@ -426,10 +426,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "dt" }, @@ -447,10 +447,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "prose" }, @@ -468,10 +468,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "prose" }, @@ -489,10 +489,10 @@ "access": "private", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "prose" }, @@ -510,10 +510,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "the-credential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#the-credential-interface", + "title": "The Credential Interface", + "number": "2.2" }, "definedIn": "prose" }, @@ -634,10 +634,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "credentialuserdata-mixin", + "href": "https://www.w3.org/TR/credential-management-1/#credentialuserdata-mixin", + "title": "CredentialUserData Mixin", + "number": "2.2.2" }, "definedIn": "dt" }, @@ -655,10 +655,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "credentialuserdata-mixin", + "href": "https://www.w3.org/TR/credential-management-1/#credentialuserdata-mixin", + "title": "CredentialUserData Mixin", + "number": "2.2.2" }, "definedIn": "dt" }, @@ -695,10 +695,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "pre" }, @@ -714,10 +714,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "pre" }, @@ -735,10 +735,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "pre" }, @@ -757,10 +757,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "dt" }, @@ -778,10 +778,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "table" }, @@ -800,10 +800,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "dt" }, @@ -821,10 +821,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "table" }, @@ -843,10 +843,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "dt" }, @@ -864,10 +864,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "table" }, @@ -885,10 +885,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "framework-credential-management", + "href": "https://www.w3.org/TR/credential-management-1/#framework-credential-management", + "title": "navigator.credentials", + "number": "2.3" }, "definedIn": "dt" }, @@ -925,10 +925,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "credentialrequestoptions-dictionary", + "href": "https://www.w3.org/TR/credential-management-1/#credentialrequestoptions-dictionary", + "title": "The CredentialRequestOptions Dictionary", + "number": "2.3.1" }, "definedIn": "dt" }, @@ -946,10 +946,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "credentialrequestoptions-dictionary", + "href": "https://www.w3.org/TR/credential-management-1/#credentialrequestoptions-dictionary", + "title": "The CredentialRequestOptions Dictionary", + "number": "2.3.1" }, "definedIn": "dt" }, @@ -968,10 +968,10 @@ "access": "private", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "credentialrequestoptions-dictionary", + "href": "https://www.w3.org/TR/credential-management-1/#credentialrequestoptions-dictionary", + "title": "The CredentialRequestOptions Dictionary", + "number": "2.3.1" }, "definedIn": "prose" }, @@ -989,10 +989,10 @@ "access": "private", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "credentialrequestoptions-dictionary", + "href": "https://www.w3.org/TR/credential-management-1/#credentialrequestoptions-dictionary", + "title": "The CredentialRequestOptions Dictionary", + "number": "2.3.1" }, "definedIn": "prose" }, @@ -1030,10 +1030,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "mediation-requirements", + "href": "https://www.w3.org/TR/credential-management-1/#mediation-requirements", + "title": "Mediation Requirements", + "number": "2.3.2" }, "definedIn": "dt" }, @@ -1052,10 +1052,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "mediation-requirements", + "href": "https://www.w3.org/TR/credential-management-1/#mediation-requirements", + "title": "Mediation Requirements", + "number": "2.3.2" }, "definedIn": "dt" }, @@ -1074,10 +1074,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "mediation-requirements", + "href": "https://www.w3.org/TR/credential-management-1/#mediation-requirements", + "title": "Mediation Requirements", + "number": "2.3.2" }, "definedIn": "dt" }, @@ -1096,10 +1096,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "mediation-requirements", + "href": "https://www.w3.org/TR/credential-management-1/#mediation-requirements", + "title": "Mediation Requirements", + "number": "2.3.2" }, "definedIn": "dt" }, @@ -1136,10 +1136,10 @@ "access": "public", "informative": false, "heading": { - "id": "core", - "href": "https://www.w3.org/TR/credential-management-1/#core", - "title": "Core API", - "number": "2" + "id": "credentialcreationoptions-dictionary", + "href": "https://www.w3.org/TR/credential-management-1/#credentialcreationoptions-dictionary", + "title": "The CredentialCreationOptions Dictionary", + "number": "2.4" }, "definedIn": "dt" }, @@ -1274,10 +1274,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1296,10 +1296,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1317,10 +1317,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1338,10 +1338,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "dt" }, @@ -1359,10 +1359,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "prose" }, @@ -1381,10 +1381,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "dt" }, @@ -1403,10 +1403,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "dt" }, @@ -1422,10 +1422,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1443,10 +1443,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1464,10 +1464,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1485,10 +1485,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1506,10 +1506,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1525,10 +1525,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1546,10 +1546,10 @@ "access": "public", "informative": false, "heading": { - "id": "passwords", - "href": "https://www.w3.org/TR/credential-management-1/#passwords", - "title": "Password Credentials", - "number": "3" + "id": "passwordcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#passwordcredential-interface", + "title": "The PasswordCredential Interface", + "number": "3.2" }, "definedIn": "pre" }, @@ -1688,10 +1688,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1707,10 +1707,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1728,10 +1728,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1749,10 +1749,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1770,10 +1770,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1791,10 +1791,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "dt" }, @@ -1812,10 +1812,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "dt" }, @@ -1833,10 +1833,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "prose" }, @@ -1855,10 +1855,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "dt" }, @@ -1874,10 +1874,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1895,10 +1895,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1916,10 +1916,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1937,10 +1937,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1958,10 +1958,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -1979,10 +1979,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, @@ -2000,10 +2000,10 @@ "access": "public", "informative": false, "heading": { - "id": "federated", - "href": "https://www.w3.org/TR/credential-management-1/#federated", - "title": "Federated Credentials", - "number": "4" + "id": "federatedcredential-interface", + "href": "https://www.w3.org/TR/credential-management-1/#federatedcredential-interface", + "title": "The FederatedCredential Interface", + "number": "4.1" }, "definedIn": "pre" }, diff --git a/tr/dfns/css-text-4.json b/tr/dfns/css-text-4.json index d82c86622c88..d56eb70e9350 100644 --- a/tr/dfns/css-text-4.json +++ b/tr/dfns/css-text-4.json @@ -285,6 +285,27 @@ }, "definedIn": "dt" }, + { + "id": "valdef-text-transform-math-auto", + "href": "https://www.w3.org/TR/css-text-4/#valdef-text-transform-math-auto", + "linkingText": [ + "math-auto" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "text-transform" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-transform-property", + "href": "https://www.w3.org/TR/css-text-4/#text-transform-property", + "title": "Case Transforms: the text-transform property", + "number": "2.1" + }, + "definedIn": "dt" + }, { "id": "full-width", "href": "https://www.w3.org/TR/css-text-4/#full-width", @@ -3032,10 +3053,10 @@ "definedIn": "dt" }, { - "id": "valdef-letter-spacing-length", - "href": "https://www.w3.org/TR/css-text-4/#valdef-letter-spacing-length", + "id": "valdef-letter-spacing-length-percentage", + "href": "https://www.w3.org/TR/css-text-4/#valdef-letter-spacing-length-percentage", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "value", @@ -3358,10 +3379,10 @@ "definedIn": "dt" }, { - "id": "valdef-text-spacing-trim-trim-auto", - "href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-trim-auto", + "id": "valdef-text-spacing-trim-trim-both", + "href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-trim-both", "linkingText": [ - "trim-auto" + "trim-both" ], "localLinkingText": [], "type": "value", diff --git a/tr/ids/credential-management-1.json b/tr/ids/credential-management-1.json index c2a1ce8cdd66..fd284db41cb7 100644 --- a/tr/ids/credential-management-1.json +++ b/tr/ids/credential-management-1.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/credential-management-1/#toc-nav", "https://www.w3.org/TR/credential-management-1/#toc-jump", "https://www.w3.org/TR/credential-management-1/#toc-toggle", + "https://www.w3.org/TR/credential-management-1/#toc-theme-toggle", "https://www.w3.org/TR/credential-management-1/#w3c-state", "https://www.w3.org/TR/credential-management-1/#abstract", "https://www.w3.org/TR/credential-management-1/#sotd", @@ -22,10 +23,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-xmlhttprequest%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#core", "https://www.w3.org/TR/credential-management-1/#concept-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-concept-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-concept-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-concept-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-concept-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-credentialscontainer", @@ -36,24 +33,12 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#credential-effective", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-effective", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-effective", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-effective", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-effective", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-origin", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#credential-source", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-source", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-source", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-source", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-source", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-store", "https://www.w3.org/TR/credential-management-1/#core-infrastructure", "https://www.w3.org/TR/credential-management-1/#concept-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-concept-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-concept-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-concept-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-concept-credential-store", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-effective", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A5", @@ -61,10 +46,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-credential-store-retrieve-a-list-of-credentials", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-credential-store-retrieve-a-list-of-credentials", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-credential-store-retrieve-a-list-of-credentials", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-credential-store-retrieve-a-list-of-credentials", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-credential-store-retrieve-a-list-of-credentials", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-credential-store-modify-a-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A8", @@ -72,33 +53,17 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#origin-prevent-silent-access-flag", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-origin-prevent-silent-access-flag", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-origin-prevent-silent-access-flag", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-origin-prevent-silent-access-flag", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-origin-prevent-silent-access-flag", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-origin%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#origin-requires-user-mediation", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-origin-requires-user-mediation", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-origin-requires-user-mediation", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-origin-requires-user-mediation", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-origin-requires-user-mediation", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-environment-settings-object", "https://www.w3.org/TR/credential-management-1/#active-credential-types", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-active-credential-types", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-active-credential-types", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-active-credential-types", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-active-credential-types", "https://www.w3.org/TR/credential-management-1/#ref-for-ordered-set", "https://www.w3.org/TR/credential-management-1/#sctn-infra-algorithms", "https://www.w3.org/TR/credential-management-1/#algorithm-same-origin-with-ancestors", "https://www.w3.org/TR/credential-management-1/#ref-for-environment-settings-object%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#same-origin-with-its-ancestors", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-same-origin-with-its-ancestors", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-same-origin-with-its-ancestors", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-same-origin-with-its-ancestors", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-same-origin-with-its-ancestors", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-relevant-global", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-document-window", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-relevant-global%E2%91%A0", @@ -121,20 +86,8 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions", "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects", "https://www.w3.org/TR/credential-management-1/#credential-type-registry-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-type-registry-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-type-registry-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-type-registry-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-type-registry-credential-type", "https://www.w3.org/TR/credential-management-1/#credential-type-registry-options-member-identifier", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-type-registry-options-member-identifier", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-type-registry-options-member-identifier", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-type-registry-options-member-identifier", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-type-registry-options-member-identifier", "https://www.w3.org/TR/credential-management-1/#credential-type-registry-appropriate-interface-object", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-type-registry-appropriate-interface-object", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-type-registry-appropriate-interface-object", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-type-registry-appropriate-interface-object", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-type-registry-appropriate-interface-object", "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-identitycredential", "https://www.w3.org/TR/credential-management-1/#ref-for-otpcredential", @@ -159,10 +112,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-Exposed", "https://www.w3.org/TR/credential-management-1/#ref-for-SecureContext", "https://www.w3.org/TR/credential-management-1/#credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-id", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMString", @@ -171,26 +120,14 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-idl-boolean", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-isconditionalmediationavailable", "https://www.w3.org/TR/credential-management-1/#dom-credential-id", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-id", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-id", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-id", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-id", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#dom-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-type", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMString%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-credential-type", "https://www.w3.org/TR/credential-management-1/#dom-credential-isconditionalmediationavailable", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-isconditionalmediationavailable", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-isconditionalmediationavailable", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-isconditionalmediationavailable", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-isconditionalmediationavailable", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-promise%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-resolve", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-conditional", @@ -205,32 +142,16 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-credential-type%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#dom-credential-type-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-type-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-type-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-type-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-type-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#credential-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-credential-type", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-credential-type", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-type-registry-credential-type%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#dom-credential-discovery-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-discovery-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-discovery-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-discovery-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-discovery-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#dom-credential-discovery-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-discovery-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-discovery-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-discovery-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-discovery-credential-store", "https://www.w3.org/TR/credential-management-1/#dom-credential-discovery-remote", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A4", @@ -239,15 +160,7 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-prototype-object", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#credential-origin-bound", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-origin-bound", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-origin-bound", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-origin-bound", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-origin-bound", "https://www.w3.org/TR/credential-management-1/#dom-credential-origin-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-origin-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-origin-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-origin-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-origin-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-origin%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-effective%E2%91%A0", @@ -263,10 +176,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#algorithm-collect-creds", "https://www.w3.org/TR/credential-management-1/#dom-credential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-collectfromcredentialstore-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-settings-object-origin%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-environment-settings-object%E2%91%A1", @@ -278,10 +187,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-collectfromcredentialstore-slot", "https://www.w3.org/TR/credential-management-1/#algorithm-discover-creds", "https://www.w3.org/TR/credential-management-1/#dom-credential-discoverfromexternalsource-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-discoverfromexternalsource-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-discoverfromexternalsource-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-discoverfromexternalsource-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-discoverfromexternalsource-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-in-parallel", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-settings-object-origin%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A2", @@ -297,10 +202,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-discoverfromexternalsource-slot", "https://www.w3.org/TR/credential-management-1/#algorithm-store-cred", "https://www.w3.org/TR/credential-management-1/#dom-credential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-store-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-in-parallel%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-environment-settings-object%E2%91%A3", @@ -311,10 +212,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-store-slot", "https://www.w3.org/TR/credential-management-1/#algorithm-create-cred", "https://www.w3.org/TR/credential-management-1/#dom-credential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-create-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-in-parallel%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-settings-object-origin%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A1", @@ -335,26 +232,14 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-credential-chooser", "https://www.w3.org/TR/credential-management-1/#ref-for-SecureContext%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#credentialuserdata", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credentialuserdata", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credentialuserdata", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credentialuserdata", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credentialuserdata", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialuserdata-name", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialuserdata-iconurl", "https://www.w3.org/TR/credential-management-1/#dom-credentialuserdata-name", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialuserdata-name", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialuserdata-name", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialuserdata-name", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialuserdata-name", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-chooser%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#dom-credentialuserdata-iconurl", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialuserdata-iconurl", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialuserdata-iconurl", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialuserdata-iconurl", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialuserdata-iconurl", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-chooser%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-potentially-trustworthy-url", @@ -370,10 +255,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-credentialscontainer%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-navigator-credentials%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#dom-navigator-credentials", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-navigator-credentials", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-navigator-credentials", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-navigator-credentials", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-navigator-credentials", "https://www.w3.org/TR/credential-management-1/#ref-for-credentialscontainer%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-nav-document%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-document-bc%E2%91%A0", @@ -381,10 +262,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-Exposed%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-SecureContext%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#credentialscontainer", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credentialscontainer", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credentialscontainer", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credentialscontainer", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credentialscontainer", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-promise%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-get", @@ -404,66 +281,30 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-idl-undefined%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-preventsilentaccess", "https://www.w3.org/TR/credential-management-1/#dictdef-credentialdata", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-credentialdata", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-credentialdata", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-credentialdata", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-credentialdata", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#dom-credentialdata-id", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialdata-id", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialdata-id", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialdata-id", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialdata-id", "https://www.w3.org/TR/credential-management-1/#dom-credentialscontainer-get", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-get", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-get", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-get", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-get", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-get%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-request-a-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-get-options-options%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-get%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#dom-credentialscontainer-get-options-options", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-get-options-options", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-get-options-options", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-get-options-options", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-get-options-options", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#dom-credentialscontainer-store", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-store", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-store", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-store", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-store", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-store%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-store-a-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-store-credential-credential%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-store%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#dom-credentialscontainer-store-credential-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-store-credential-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-store-credential-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-store-credential-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-store-credential-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#dom-credentialscontainer-create", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-create", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-create", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-create", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-create", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-create%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-create-a-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-create-options-options%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-create%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#dom-credentialscontainer-create-options-options", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-create-options-options", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-create-options-options", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-create-options-options", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-create-options-options", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#dom-credentialscontainer-preventsilentaccess", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-preventsilentaccess", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-preventsilentaccess", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialscontainer-preventsilentaccess", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialscontainer-preventsilentaccess", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-preventsilentaccess%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-prevent-silent-access", "https://www.w3.org/TR/credential-management-1/#ref-for-current-settings-object", @@ -477,26 +318,14 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#dictdef-credentialrequestoptions", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-credentialrequestoptions", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-credentialrequestoptions", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-credentialrequestoptions", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-credentialrequestoptions", "https://www.w3.org/TR/credential-management-1/#ref-for-enumdef-credentialmediationrequirement", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-mediation", "https://www.w3.org/TR/credential-management-1/#ref-for-abortsignal", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-signal", "https://www.w3.org/TR/credential-management-1/#dom-credentialrequestoptions-mediation", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialrequestoptions-mediation", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialrequestoptions-mediation", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialrequestoptions-mediation", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialrequestoptions-mediation", "https://www.w3.org/TR/credential-management-1/#ref-for-enumdef-credentialmediationrequirement%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-enumdef-credentialmediationrequirement%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#dom-credentialrequestoptions-signal", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialrequestoptions-signal", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialrequestoptions-signal", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialrequestoptions-signal", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialrequestoptions-signal", "https://www.w3.org/TR/credential-management-1/#ref-for-abortsignal%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-get%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-abortsignal-abort-reason", @@ -506,10 +335,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-optional", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#credentialrequestoptions-relevant-credential-interface-objects", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credentialrequestoptions-relevant-credential-interface-objects", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credentialrequestoptions-relevant-credential-interface-objects", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credentialrequestoptions-relevant-credential-interface-objects", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credentialrequestoptions-relevant-credential-interface-objects", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object%E2%91%A6", @@ -525,10 +350,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-credential-type-registry-options-member-identifier%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#credentialrequestoptions-matchable-a-priori", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credentialrequestoptions-matchable-a-priori", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credentialrequestoptions-matchable-a-priori", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credentialrequestoptions-matchable-a-priori", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credentialrequestoptions-matchable-a-priori", "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-discovery-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-discovery-credential-store", @@ -542,32 +363,16 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-user-mediated%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-enumdef-credentialmediationrequirement%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#enumdef-credentialmediationrequirement", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-enumdef-credentialmediationrequirement", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-enumdef-credentialmediationrequirement", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-enumdef-credentialmediationrequirement", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-enumdef-credentialmediationrequirement", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-silent%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-optional%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-required", "https://www.w3.org/TR/credential-management-1/#dom-credentialmediationrequirement-silent", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialmediationrequirement-silent", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialmediationrequirement-silent", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialmediationrequirement-silent", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialmediationrequirement-silent", "https://www.w3.org/TR/credential-management-1/#dom-credentialmediationrequirement-optional", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialmediationrequirement-optional", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialmediationrequirement-optional", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialmediationrequirement-optional", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialmediationrequirement-optional", "https://www.w3.org/TR/credential-management-1/#ref-for-origin-requires-user-mediation", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-get%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-chooser%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#dom-credentialmediationrequirement-conditional", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialmediationrequirement-conditional", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialmediationrequirement-conditional", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialmediationrequirement-conditional", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialmediationrequirement-conditional", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-origin%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-promise%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-get%E2%91%A7", @@ -581,10 +386,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-idl-promise%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-resolve%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#dom-credentialmediationrequirement-required", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialmediationrequirement-required", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialmediationrequirement-required", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialmediationrequirement-required", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialmediationrequirement-required", "https://www.w3.org/TR/credential-management-1/#ref-for-user-mediated%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-origin-prevent-silent-access-flag%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-origin-prevent-silent-access-flag%E2%91%A2", @@ -631,27 +432,15 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#dictdef-credentialcreationoptions", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-credentialcreationoptions", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-credentialcreationoptions", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-credentialcreationoptions", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-credentialcreationoptions", "https://www.w3.org/TR/credential-management-1/#ref-for-abortsignal%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialcreationoptions-signal", "https://www.w3.org/TR/credential-management-1/#dom-credentialcreationoptions-signal", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialcreationoptions-signal", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialcreationoptions-signal", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialcreationoptions-signal", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialcreationoptions-signal", "https://www.w3.org/TR/credential-management-1/#ref-for-abortsignal%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-create%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-abortsignal-abort-reason%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#algorithms", "https://www.w3.org/TR/credential-management-1/#algorithm-request", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-request-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-request-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-request-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-request-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-request-a-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-promise%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A2%E2%91%A2", @@ -755,10 +544,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-collect-credentials-from-the-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-collect-credentials-from-the-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-collect-credentials-from-the-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-collect-credentials-from-the-credential-store", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-collect-credentials-from-the-credential-store", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A6", @@ -768,10 +553,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-set-append%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#algorithm-store", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-store-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-store-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-store-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-store-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-store-a-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-promise%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A8", @@ -810,10 +591,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-active-credential-types%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#algorithm-create", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-create-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-create-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-create-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-create-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-create-a-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-promise%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A2%E2%91%A8", @@ -882,14 +659,16 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-active-credential-types%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#algorithm-prevent-silent-access", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-prevent-silent-access", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-prevent-silent-access", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-prevent-silent-access", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-prevent-silent-access", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-prevent-silent-access", "https://www.w3.org/TR/credential-management-1/#ref-for-environment-settings-object%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-promise%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-settings-object-origin%E2%91%A6", + "https://www.w3.org/TR/credential-management-1/#ref-for-concept-relevant-global%E2%91%A7", + "https://www.w3.org/TR/credential-management-1/#ref-for-concept-document-window%E2%91%A8", + "https://www.w3.org/TR/credential-management-1/#ref-for-fully-active%E2%91%A2", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A8", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-a-new-promise%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-in-parallel%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-origin-prevent-silent-access-flag%E2%91%A3", @@ -956,10 +735,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-Exposed%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-SecureContext%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#passwordcredential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-passwordcredential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-passwordcredential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-passwordcredential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-passwordcredential", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-passwordcredential-passwordcredential%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-htmlformelement%E2%91%A1", @@ -974,33 +749,17 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-boolean%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#dom-credentialrequestoptions-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialrequestoptions-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialrequestoptions-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialrequestoptions-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialrequestoptions-password", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredential-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-password", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-passwordcredential%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#dom-credential-type-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-type-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-type-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credential-type-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credential-type-password", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-discovery-slot%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-passwordcredential%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-discovery-credential-store%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredential-passwordcredential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-passwordcredential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-passwordcredential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-passwordcredential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-passwordcredential", "https://www.w3.org/TR/credential-management-1/#ref-for-htmlformelement%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-current-settings-object%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-settings-object-origin%E2%91%A7", @@ -1008,10 +767,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-exception%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-throw", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredential-passwordcredential-data", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-passwordcredential-data", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-passwordcredential-data", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-passwordcredential-data", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-passwordcredential-data", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-passwordcredentialdata%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-create-a-passwordcredential-from-passwordcredentialdata", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-exception%E2%91%A8", @@ -1022,49 +777,21 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-htmlformelement%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-category-submit", "https://www.w3.org/TR/credential-management-1/#dictdef-passwordcredentialdata", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-passwordcredentialdata", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-passwordcredentialdata", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-passwordcredentialdata", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-passwordcredentialdata", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialdata", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredentialdata-name", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredentialdata-name", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredentialdata-name", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredentialdata-name", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredentialdata-name", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredentialdata-iconurl", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredentialdata-iconurl", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredentialdata-iconurl", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredentialdata-iconurl", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredentialdata-iconurl", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredentialdata-origin", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredentialdata-origin", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredentialdata-origin", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredentialdata-origin", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredentialdata-origin", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredentialdata-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredentialdata-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredentialdata-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredentialdata-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredentialdata-password", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-passwordcredentialdata%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-htmlformelement%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#typedefdef-passwordcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-typedefdef-passwordcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-typedefdef-passwordcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-typedefdef-passwordcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-typedefdef-passwordcredentialinit", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#ref-for-typedefdef-passwordcredentialinit", "https://www.w3.org/TR/credential-management-1/#dom-credentialcreationoptions-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialcreationoptions-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialcreationoptions-password", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialcreationoptions-password", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialcreationoptions-password", "https://www.w3.org/TR/credential-management-1/#ref-for-passwordcredential%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-origin-bound", "https://www.w3.org/TR/credential-management-1/#ref-for-passwordcredential%E2%91%A0%E2%91%A1", @@ -1077,10 +804,6 @@ "https://www.w3.org/TR/credential-management-1/#passwordcredential-algorithms", "https://www.w3.org/TR/credential-management-1/#collectfromcredentialstore-passwordcredential", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-collectfromcredentialstore-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-origin%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A7", @@ -1089,8 +812,8 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-password%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-map-exists%E2%91%A2", - "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A8", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-password%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-credential-store-retrieve-a-list-of-credentials", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0%E2%91%A3", @@ -1099,10 +822,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#create-passwordcredential", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-create-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-origin%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A8", @@ -1127,15 +846,11 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-exception%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#store-passwordcredential", "https://www.w3.org/TR/credential-management-1/#dom-passwordcredential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-passwordcredential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-passwordcredential-store-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-passwordcredential%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-passwordcredential%E2%91%A0%E2%91%A6", @@ -1166,10 +881,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-passwordcredential-password%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#construct-passwordcredential-form", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-create-a-passwordcredential-from-an-htmlformelement", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-create-a-passwordcredential-from-an-htmlformelement", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-create-a-passwordcredential-from-an-htmlformelement", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-create-a-passwordcredential-from-an-htmlformelement", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-create-a-passwordcredential-from-an-htmlformelement", "https://www.w3.org/TR/credential-management-1/#ref-for-htmlformelement%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-origin%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-passwordcredentialdata%E2%91%A5", @@ -1205,10 +916,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-passwordcredential%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#construct-passwordcredential-data", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-create-a-passwordcredential-from-passwordcredentialdata", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-create-a-passwordcredential-from-passwordcredentialdata", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-create-a-passwordcredential-from-passwordcredentialdata", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-create-a-passwordcredential-from-passwordcredentialdata", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-create-a-passwordcredential-from-passwordcredentialdata", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-passwordcredentialdata%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-passwordcredential%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-exceptiondef-typeerror%E2%91%A4", @@ -1236,10 +943,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-Exposed%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-SecureContext%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#federatedcredential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-federatedcredential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-federatedcredential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-federatedcredential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-federatedcredential", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-federatedcredential-federatedcredential", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-federatedcredentialinit", @@ -1251,61 +954,29 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-credentialuserdata%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#dictdef-federatedcredentialrequestoptions", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-federatedcredentialrequestoptions", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-federatedcredentialrequestoptions", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-federatedcredentialrequestoptions", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-federatedcredentialrequestoptions", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-sequence", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredentialrequestoptions-providers", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredentialrequestoptions-providers", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredentialrequestoptions-providers", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredentialrequestoptions-providers", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredentialrequestoptions-providers", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-sequence%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMString%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredentialrequestoptions-protocols", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredentialrequestoptions-protocols", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredentialrequestoptions-protocols", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredentialrequestoptions-protocols", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredentialrequestoptions-protocols", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-federatedcredentialrequestoptions", "https://www.w3.org/TR/credential-management-1/#dom-credentialrequestoptions-federated", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialrequestoptions-federated", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialrequestoptions-federated", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialrequestoptions-federated", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialrequestoptions-federated", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredential-provider", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-provider", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-provider", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-provider", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-provider", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredential-protocol", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-protocol", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-protocol", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-protocol", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-protocol", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMString%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-federatedcredential-provider%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredential-federated", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-federated", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-federated", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-federated", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-federated", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-discovery-slot%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-discovery-credential-store%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredential-federatedcredential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-federatedcredential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-federatedcredential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-federatedcredential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-federatedcredential", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-federatedcredentialinit%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-create-a-federatedcredential-from-federatedcredentialinit", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-exception%E2%91%A0%E2%91%A3", @@ -1313,10 +984,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-federatedcredentialinit%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-create%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#dictdef-federatedcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-federatedcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-federatedcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dictdef-federatedcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dictdef-federatedcredentialinit", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialdata%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredentialinit-name", @@ -1324,25 +991,13 @@ "https://www.w3.org/TR/credential-management-1/#dom-federatedcredentialinit-iconurl", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredentialinit-origin", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredentialinit-origin", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredentialinit-origin", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredentialinit-origin", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredentialinit-origin", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-USVString%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredentialinit-provider", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredentialinit-provider", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredentialinit-provider", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredentialinit-provider", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredentialinit-provider", "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMString%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredentialinit-protocol", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-federatedcredentialinit%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#dom-credentialcreationoptions-federated", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialcreationoptions-federated", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialcreationoptions-federated", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-credentialcreationoptions-federated", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-credentialcreationoptions-federated", "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-origin-bound%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A6", @@ -1362,10 +1017,6 @@ "https://www.w3.org/TR/credential-management-1/#federatedcredential-algorithms", "https://www.w3.org/TR/credential-management-1/#collectfromcredentialstore-federatedcredential", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-collectfromcredentialstore-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-collectfromcredentialstore-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-origin%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A0%E2%91%A0", @@ -1374,8 +1025,8 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-federated", "https://www.w3.org/TR/credential-management-1/#ref-for-map-exists%E2%91%A4", - "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-federated%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-credential-store-retrieve-a-list-of-credentials%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1%E2%93%AA", @@ -1394,10 +1045,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-federatedcredential-protocol%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#create-federatedcredential", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-create-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-create-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-origin%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialcreationoptions%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A0%E2%91%A1", @@ -1412,15 +1059,11 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-exception%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#store-federatedcredential", "https://www.w3.org/TR/credential-management-1/#dom-federatedcredential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dom-federatedcredential-store-slot", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dom-federatedcredential-store-slot", "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A0%E2%91%A1", @@ -1448,10 +1091,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-federatedcredential-protocol%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#construct-federatedcredential-data", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-create-a-federatedcredential-from-federatedcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-create-a-federatedcredential-from-federatedcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-create-a-federatedcredential-from-federatedcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-create-a-federatedcredential-from-federatedcredentialinit", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-create-a-federatedcredential-from-federatedcredentialinit", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-federatedcredentialinit%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-exceptiondef-typeerror%E2%91%A5", @@ -1470,10 +1109,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-federatedcredentialinit-origin%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#user-mediation", "https://www.w3.org/TR/credential-management-1/#user-mediated", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-user-mediated", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-user-mediated", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-user-mediated", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-user-mediated", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-chooser%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-user-mediated%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-type-registry-credential-type%E2%91%A0%E2%91%A0", @@ -1496,17 +1131,9 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-user-mediated%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#credential-chooser", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-chooser", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-chooser", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-credential-chooser", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-credential-chooser", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#abstract-opdef-ask-the-user-to-choose-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-ask-the-user-to-choose-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-ask-the-user-to-choose-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-abstract-opdef-ask-the-user-to-choose-a-credential", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-abstract-opdef-ask-the-user-to-choose-a-credential", "https://www.w3.org/TR/credential-management-1/#ref-for-dictdef-credentialrequestoptions%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1%E2%91%A5", @@ -1639,515 +1266,107 @@ "https://www.w3.org/TR/credential-management-1/#index-defined-here", "https://www.w3.org/TR/credential-management-1/#index-defined-elsewhere", "https://www.w3.org/TR/credential-management-1/#cca3cdb2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-cca3cdb2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-cca3cdb2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-cca3cdb2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-cca3cdb2", "https://www.w3.org/TR/credential-management-1/#28e64574", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-28e64574", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-28e64574", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-28e64574", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-28e64574", "https://www.w3.org/TR/credential-management-1/#535dd335", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-535dd335", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-535dd335", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-535dd335", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-535dd335", "https://www.w3.org/TR/credential-management-1/#25538777", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-25538777", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-25538777", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-25538777", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-25538777", "https://www.w3.org/TR/credential-management-1/#60a270ef", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-60a270ef", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-60a270ef", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-60a270ef", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-60a270ef", "https://www.w3.org/TR/credential-management-1/#bb70ff96", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-bb70ff96", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-bb70ff96", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-bb70ff96", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-bb70ff96", "https://www.w3.org/TR/credential-management-1/#f4647c65", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-f4647c65", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-f4647c65", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-f4647c65", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-f4647c65", "https://www.w3.org/TR/credential-management-1/#9e7a10fb", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-9e7a10fb", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-9e7a10fb", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-9e7a10fb", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-9e7a10fb", "https://www.w3.org/TR/credential-management-1/#08a12aad", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-08a12aad", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-08a12aad", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-08a12aad", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-08a12aad", "https://www.w3.org/TR/credential-management-1/#857d5516", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-857d5516", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-857d5516", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-857d5516", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-857d5516", "https://www.w3.org/TR/credential-management-1/#902380f7", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-902380f7", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-902380f7", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-902380f7", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-902380f7", "https://www.w3.org/TR/credential-management-1/#3ae34c95", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3ae34c95", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3ae34c95", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3ae34c95", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3ae34c95", "https://www.w3.org/TR/credential-management-1/#2ce6f6bb", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-2ce6f6bb", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-2ce6f6bb", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-2ce6f6bb", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-2ce6f6bb", "https://www.w3.org/TR/credential-management-1/#fa4ea124", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-fa4ea124", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-fa4ea124", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-fa4ea124", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-fa4ea124", "https://www.w3.org/TR/credential-management-1/#6d1db60d", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-6d1db60d", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-6d1db60d", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-6d1db60d", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-6d1db60d", "https://www.w3.org/TR/credential-management-1/#18c65a7a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-18c65a7a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-18c65a7a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-18c65a7a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-18c65a7a", "https://www.w3.org/TR/credential-management-1/#be0c27b2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-be0c27b2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-be0c27b2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-be0c27b2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-be0c27b2", "https://www.w3.org/TR/credential-management-1/#bfc1c271", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-bfc1c271", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-bfc1c271", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-bfc1c271", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-bfc1c271", "https://www.w3.org/TR/credential-management-1/#35972864", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-35972864", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-35972864", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-35972864", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-35972864", "https://www.w3.org/TR/credential-management-1/#3610bd67", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3610bd67", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3610bd67", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3610bd67", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3610bd67", "https://www.w3.org/TR/credential-management-1/#b410a6ef", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b410a6ef", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b410a6ef", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b410a6ef", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b410a6ef", "https://www.w3.org/TR/credential-management-1/#3349d69f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3349d69f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3349d69f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3349d69f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3349d69f", "https://www.w3.org/TR/credential-management-1/#26f2cdf1", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-26f2cdf1", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-26f2cdf1", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-26f2cdf1", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-26f2cdf1", "https://www.w3.org/TR/credential-management-1/#ff35f08f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ff35f08f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ff35f08f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ff35f08f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ff35f08f", "https://www.w3.org/TR/credential-management-1/#e0ab744a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e0ab744a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e0ab744a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e0ab744a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e0ab744a", "https://www.w3.org/TR/credential-management-1/#12b8dfc0", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-12b8dfc0", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-12b8dfc0", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-12b8dfc0", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-12b8dfc0", "https://www.w3.org/TR/credential-management-1/#614d8334", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-614d8334", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-614d8334", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-614d8334", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-614d8334", "https://www.w3.org/TR/credential-management-1/#e10e7eb7", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e10e7eb7", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e10e7eb7", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e10e7eb7", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e10e7eb7", "https://www.w3.org/TR/credential-management-1/#3e12e042", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3e12e042", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3e12e042", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3e12e042", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3e12e042", "https://www.w3.org/TR/credential-management-1/#946a9318", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-946a9318", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-946a9318", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-946a9318", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-946a9318", "https://www.w3.org/TR/credential-management-1/#917cf127", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-917cf127", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-917cf127", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-917cf127", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-917cf127", "https://www.w3.org/TR/credential-management-1/#0e3ba9f8", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-0e3ba9f8", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-0e3ba9f8", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-0e3ba9f8", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-0e3ba9f8", "https://www.w3.org/TR/credential-management-1/#8a30477b", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-8a30477b", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-8a30477b", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-8a30477b", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-8a30477b", "https://www.w3.org/TR/credential-management-1/#a72449dd", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a72449dd", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a72449dd", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a72449dd", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a72449dd", "https://www.w3.org/TR/credential-management-1/#960bacf5", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-960bacf5", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-960bacf5", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-960bacf5", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-960bacf5", "https://www.w3.org/TR/credential-management-1/#0d4537e4", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-0d4537e4", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-0d4537e4", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-0d4537e4", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-0d4537e4", "https://www.w3.org/TR/credential-management-1/#4c0407e7", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4c0407e7", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4c0407e7", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4c0407e7", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4c0407e7", "https://www.w3.org/TR/credential-management-1/#19866964", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-19866964", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-19866964", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-19866964", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-19866964", "https://www.w3.org/TR/credential-management-1/#13dd6cae", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-13dd6cae", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-13dd6cae", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-13dd6cae", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-13dd6cae", "https://www.w3.org/TR/credential-management-1/#43ac8374", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-43ac8374", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-43ac8374", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-43ac8374", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-43ac8374", "https://www.w3.org/TR/credential-management-1/#a944ac4c", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a944ac4c", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a944ac4c", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a944ac4c", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a944ac4c", "https://www.w3.org/TR/credential-management-1/#1bba3db7", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-1bba3db7", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-1bba3db7", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-1bba3db7", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-1bba3db7", "https://www.w3.org/TR/credential-management-1/#3e24d694", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3e24d694", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3e24d694", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3e24d694", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3e24d694", "https://www.w3.org/TR/credential-management-1/#9a517a7d", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-9a517a7d", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-9a517a7d", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-9a517a7d", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-9a517a7d", "https://www.w3.org/TR/credential-management-1/#e99bd18e", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e99bd18e", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e99bd18e", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e99bd18e", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e99bd18e", "https://www.w3.org/TR/credential-management-1/#5991ccfb", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-5991ccfb", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-5991ccfb", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-5991ccfb", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-5991ccfb", "https://www.w3.org/TR/credential-management-1/#7393da89", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-7393da89", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-7393da89", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-7393da89", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-7393da89", "https://www.w3.org/TR/credential-management-1/#65181da8", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-65181da8", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-65181da8", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-65181da8", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-65181da8", "https://www.w3.org/TR/credential-management-1/#72cc882c", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-72cc882c", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-72cc882c", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-72cc882c", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-72cc882c", "https://www.w3.org/TR/credential-management-1/#0e57571b", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-0e57571b", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-0e57571b", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-0e57571b", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-0e57571b", "https://www.w3.org/TR/credential-management-1/#e270bd2a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e270bd2a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e270bd2a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e270bd2a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e270bd2a", "https://www.w3.org/TR/credential-management-1/#ae2a6342", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ae2a6342", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ae2a6342", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ae2a6342", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ae2a6342", "https://www.w3.org/TR/credential-management-1/#4880f66f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4880f66f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4880f66f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4880f66f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4880f66f", "https://www.w3.org/TR/credential-management-1/#a3b18719", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a3b18719", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a3b18719", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a3b18719", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a3b18719", "https://www.w3.org/TR/credential-management-1/#7f9469b5", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-7f9469b5", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-7f9469b5", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-7f9469b5", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-7f9469b5", "https://www.w3.org/TR/credential-management-1/#ae8def21", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ae8def21", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ae8def21", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ae8def21", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ae8def21", "https://www.w3.org/TR/credential-management-1/#03afaf9c", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-03afaf9c", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-03afaf9c", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-03afaf9c", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-03afaf9c", "https://www.w3.org/TR/credential-management-1/#1243a891", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-1243a891", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-1243a891", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-1243a891", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-1243a891", "https://www.w3.org/TR/credential-management-1/#45209803", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-45209803", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-45209803", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-45209803", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-45209803", "https://www.w3.org/TR/credential-management-1/#99c988d6", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-99c988d6", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-99c988d6", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-99c988d6", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-99c988d6", "https://www.w3.org/TR/credential-management-1/#15e48c39", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-15e48c39", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-15e48c39", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-15e48c39", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-15e48c39", "https://www.w3.org/TR/credential-management-1/#0204d188", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-0204d188", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-0204d188", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-0204d188", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-0204d188", "https://www.w3.org/TR/credential-management-1/#4ed2f1ff", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4ed2f1ff", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4ed2f1ff", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4ed2f1ff", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4ed2f1ff", "https://www.w3.org/TR/credential-management-1/#e8353b84", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e8353b84", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e8353b84", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e8353b84", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e8353b84", "https://www.w3.org/TR/credential-management-1/#5dbcc6ec", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-5dbcc6ec", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-5dbcc6ec", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-5dbcc6ec", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-5dbcc6ec", "https://www.w3.org/TR/credential-management-1/#f5d4a41e", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-f5d4a41e", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-f5d4a41e", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-f5d4a41e", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-f5d4a41e", "https://www.w3.org/TR/credential-management-1/#26cd4086", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-26cd4086", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-26cd4086", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-26cd4086", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-26cd4086", "https://www.w3.org/TR/credential-management-1/#3955f290", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3955f290", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3955f290", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3955f290", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3955f290", "https://www.w3.org/TR/credential-management-1/#fedc36f2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-fedc36f2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-fedc36f2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-fedc36f2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-fedc36f2", "https://www.w3.org/TR/credential-management-1/#6ee1791f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-6ee1791f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-6ee1791f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-6ee1791f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-6ee1791f", "https://www.w3.org/TR/credential-management-1/#e8126328", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e8126328", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e8126328", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-e8126328", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-e8126328", "https://www.w3.org/TR/credential-management-1/#9b39aa25", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-9b39aa25", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-9b39aa25", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-9b39aa25", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-9b39aa25", "https://www.w3.org/TR/credential-management-1/#8e19bb11", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-8e19bb11", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-8e19bb11", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-8e19bb11", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-8e19bb11", "https://www.w3.org/TR/credential-management-1/#4fe2b69f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4fe2b69f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4fe2b69f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4fe2b69f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4fe2b69f", "https://www.w3.org/TR/credential-management-1/#dca2de17", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dca2de17", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dca2de17", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dca2de17", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dca2de17", "https://www.w3.org/TR/credential-management-1/#8855a9aa", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-8855a9aa", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-8855a9aa", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-8855a9aa", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-8855a9aa", "https://www.w3.org/TR/credential-management-1/#889e932f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-889e932f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-889e932f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-889e932f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/credential-management-1/#ba556545", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ba556545", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ba556545", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ba556545", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ba556545", "https://www.w3.org/TR/credential-management-1/#bdbd19d1", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-bdbd19d1", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-bdbd19d1", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-bdbd19d1", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-bdbd19d1", "https://www.w3.org/TR/credential-management-1/#a5c91173", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a5c91173", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a5c91173", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a5c91173", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a5c91173", "https://www.w3.org/TR/credential-management-1/#b75bb3bd", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b75bb3bd", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b75bb3bd", "https://www.w3.org/TR/credential-management-1/#82ca3efc", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-82ca3efc", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-82ca3efc", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-82ca3efc", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-82ca3efc", "https://www.w3.org/TR/credential-management-1/#b0d7f3c3", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b0d7f3c3", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b0d7f3c3", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b0d7f3c3", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b0d7f3c3", "https://www.w3.org/TR/credential-management-1/#dacde8b5", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dacde8b5", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dacde8b5", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-dacde8b5", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-dacde8b5", "https://www.w3.org/TR/credential-management-1/#d0b4a948", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-d0b4a948", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-d0b4a948", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-d0b4a948", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-d0b4a948", "https://www.w3.org/TR/credential-management-1/#5372cca8", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-5372cca8", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-5372cca8", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-5372cca8", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-5372cca8", "https://www.w3.org/TR/credential-management-1/#6d8611a2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-6d8611a2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-6d8611a2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-6d8611a2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-6d8611a2", "https://www.w3.org/TR/credential-management-1/#cd787c3f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-cd787c3f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-cd787c3f", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-cd787c3f", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-cd787c3f", "https://www.w3.org/TR/credential-management-1/#980252f2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-980252f2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-980252f2", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-980252f2", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-980252f2", "https://www.w3.org/TR/credential-management-1/#eab3771a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-eab3771a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-eab3771a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-eab3771a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-eab3771a", "https://www.w3.org/TR/credential-management-1/#4197ac46", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4197ac46", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4197ac46", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-4197ac46", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-4197ac46", "https://www.w3.org/TR/credential-management-1/#a7bf924a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a7bf924a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a7bf924a", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-a7bf924a", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-a7bf924a", "https://www.w3.org/TR/credential-management-1/#750a2f08", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-750a2f08", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-750a2f08", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-750a2f08", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-750a2f08", "https://www.w3.org/TR/credential-management-1/#b262501e", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b262501e", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b262501e", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b262501e", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b262501e", "https://www.w3.org/TR/credential-management-1/#3b90bdcd", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3b90bdcd", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3b90bdcd", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-3b90bdcd", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-3b90bdcd", "https://www.w3.org/TR/credential-management-1/#9cce47fd", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-9cce47fd", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-9cce47fd", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-9cce47fd", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-9cce47fd", "https://www.w3.org/TR/credential-management-1/#b4cfa5ce", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b4cfa5ce", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-b4cfa5ce", "https://www.w3.org/TR/credential-management-1/#5f90bbfb", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-5f90bbfb", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-5f90bbfb", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-5f90bbfb", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-5f90bbfb", "https://www.w3.org/TR/credential-management-1/#ca7a77c0", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ca7a77c0", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ca7a77c0", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-ca7a77c0", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-ca7a77c0", "https://www.w3.org/TR/credential-management-1/#d06b2b8c", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-d06b2b8c", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-d06b2b8c", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-d06b2b8c", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-d06b2b8c", "https://www.w3.org/TR/credential-management-1/#119e5118", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-119e5118", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-119e5118", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-119e5118", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-119e5118", "https://www.w3.org/TR/credential-management-1/#1465b9a4", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-1465b9a4", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-1465b9a4", - "https://www.w3.org/TR/credential-management-1/#infopanel-for-1465b9a4", - "https://www.w3.org/TR/credential-management-1/#infopaneltitle-for-1465b9a4", "https://www.w3.org/TR/credential-management-1/#references", "https://www.w3.org/TR/credential-management-1/#normative", "https://www.w3.org/TR/credential-management-1/#biblio-csp", diff --git a/tr/ids/css-text-4.json b/tr/ids/css-text-4.json index ed60cf729a4d..914599c79b42 100644 --- a/tr/ids/css-text-4.json +++ b/tr/ids/css-text-4.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/css-text-4/#toc-nav", "https://www.w3.org/TR/css-text-4/#toc-jump", "https://www.w3.org/TR/css-text-4/#toc-toggle", + "https://www.w3.org/TR/css-text-4/#toc-theme-toggle", "https://www.w3.org/TR/css-text-4/#title", "https://www.w3.org/TR/css-text-4/#w3c-state", "https://www.w3.org/TR/css-text-4/#abstract", @@ -96,6 +97,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A0", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-transform%E2%91%A0", "https://www.w3.org/TR/css-text-4/#valdef-text-transform-none", "https://www.w3.org/TR/css-text-4/#valdef-text-transform-capitalize", @@ -111,6 +113,7 @@ "https://www.w3.org/TR/css-text-4/#valdef-text-transform-full-size-kana", "https://www.w3.org/TR/css-text-4/#ref-for-kana-small", "https://www.w3.org/TR/css-text-4/#ref-for-kana-full-size", + "https://www.w3.org/TR/css-text-4/#valdef-text-transform-math-auto", "https://www.w3.org/TR/css-text-4/#example-5b7dad2f", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-transform%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-transform%E2%91%A2", @@ -138,8 +141,8 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-space-transform", "https://www.w3.org/TR/css-text-4/#word-boundary-expansion", "https://www.w3.org/TR/css-text-4/#propdef-word-space-transform", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-comb-all", "https://www.w3.org/TR/css-text-4/#ref-for-mult-opt", "https://www.w3.org/TR/css-text-4/#valdef-word-space-transform-none", @@ -190,10 +193,10 @@ "https://www.w3.org/TR/css-text-4/#white-space-property", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space", "https://www.w3.org/TR/css-text-4/#propdef-white-space", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space-collapse", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-mode", @@ -264,11 +267,11 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space-collapse%E2%91%A3", "https://www.w3.org/TR/css-text-4/#issue-257c8a37", "https://www.w3.org/TR/css-text-4/#propdef-white-space-collapse", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-text-4/#valdef-white-space-collapse-collapse", "https://www.w3.org/TR/css-text-4/#ref-for-white-space%E2%91%A5", "https://www.w3.org/TR/css-text-4/#valdef-white-space-collapse-preserve", @@ -304,7 +307,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space-trim%E2%91%A3", "https://www.w3.org/TR/css-text-4/#text-space-trim", "https://www.w3.org/TR/css-text-4/#propdef-white-space-trim", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-inline-box%E2%91%A0", @@ -478,7 +481,7 @@ "https://www.w3.org/TR/css-text-4/#tab-size", "https://www.w3.org/TR/css-text-4/#propdef-tab-size", "https://www.w3.org/TR/css-text-4/#ref-for-number-value", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-length-value", "https://www.w3.org/TR/css-text-4/#tab-size-dfn", "https://www.w3.org/TR/css-text-4/#ref-for-preserved-white-space%E2%91%A8", @@ -508,7 +511,7 @@ "https://www.w3.org/TR/css-text-4/#text-wrap-mode", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A5", "https://www.w3.org/TR/css-text-4/#propdef-text-wrap-mode", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-text-4/#issue-3d83054d", "https://www.w3.org/TR/css-text-4/#ref-for-longhand%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space%E2%91%A5", @@ -528,7 +531,7 @@ "https://www.w3.org/TR/css-text-4/#wrap-inside", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-wrap-inside%E2%91%A0", "https://www.w3.org/TR/css-text-4/#propdef-wrap-inside", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-inline-box%E2%91%A1", "https://www.w3.org/TR/css-text-4/#valdef-wrap-inside-auto", "https://www.w3.org/TR/css-text-4/#valdef-wrap-inside-avoid", @@ -541,11 +544,11 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-wrap-after%E2%91%A0", "https://www.w3.org/TR/css-text-4/#propdef-wrap-before", "https://www.w3.org/TR/css-text-4/#propdef-wrap-after", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-inline-level", "https://www.w3.org/TR/css-text-4/#ref-for-flex-item", "https://www.w3.org/TR/css-text-4/#ref-for-flex-line", @@ -570,9 +573,9 @@ "https://www.w3.org/TR/css-text-4/#text-wrap-style", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A1", "https://www.w3.org/TR/css-text-4/#propdef-text-wrap-style", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-block-container%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-inline-formatting-context%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A7", @@ -585,6 +588,8 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-wrap-style-auto%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-inline-size", + "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-line-clamp", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-wrap-style-auto%E2%91%A1", "https://www.w3.org/TR/css-text-4/#valdef-text-wrap-style-stable", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-wrap-style-auto%E2%91%A2", @@ -620,7 +625,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-break", "https://www.w3.org/TR/css-text-4/#ref-for-word-separator%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-line-break%E2%91%A1", - "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-text-4/#atomic-compat-wrap", "https://www.w3.org/TR/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A0%E2%91%A4", @@ -629,6 +634,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-atomic-inline%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-atomic-inline%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-line-break%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-break%E2%91%A0", @@ -662,11 +668,11 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-break%E2%91%A3", "https://www.w3.org/TR/css-text-4/#word-break", "https://www.w3.org/TR/css-text-4/#propdef-word-break", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-white-space%E2%91%A0%E2%91%A8", @@ -777,10 +783,10 @@ "https://www.w3.org/TR/css-text-4/#line-break-property", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-line-break%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-text-4/#propdef-line-break", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-wrapping%E2%91%A3", "https://www.w3.org/TR/css-text-4/#valdef-line-break-auto", "https://www.w3.org/TR/css-text-4/#valdef-line-break-loose", @@ -839,6 +845,11 @@ "https://www.w3.org/TR/css-text-4/#ref-for-valdef-line-break-loose%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-line-break-strict%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-line-break-loose%E2%91%A6", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A3", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A4", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A6", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A7", "https://www.w3.org/TR/css-text-4/#hyphenation", "https://www.w3.org/TR/css-text-4/#hyphens-property", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-hyphens%E2%91%A1", @@ -854,8 +865,8 @@ "https://www.w3.org/TR/css-text-4/#ref-for-hyphenation-opportunity%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-min-content", "https://www.w3.org/TR/css-text-4/#propdef-hyphens", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-hyphenate%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-text-4/#valdef-hyphens-none", @@ -875,7 +886,7 @@ "https://www.w3.org/TR/css-text-4/#hyphenate-character", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-hyphenate-character", "https://www.w3.org/TR/css-text-4/#propdef-hyphenate-character", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-string-value", "https://www.w3.org/TR/css-text-4/#valdef-hyphenate-character-auto", "https://www.w3.org/TR/css-text-4/#ref-for-content-language%E2%91%A0%E2%91%A7", @@ -900,7 +911,7 @@ "https://www.w3.org/TR/css-text-4/#hyphenate-char-limits", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-hyphenate-limit-chars", "https://www.w3.org/TR/css-text-4/#propdef-hyphenate-limit-chars", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-integer-value%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-mult-num-range", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-hyphenate-limit-chars-auto", @@ -912,13 +923,13 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-hyphenate-limit-lines", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-hyphenate-limit-last", "https://www.w3.org/TR/css-text-4/#propdef-hyphenate-limit-lines", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-integer-value%E2%91%A1", "https://www.w3.org/TR/css-text-4/#propdef-hyphenate-limit-last", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-block-container%E2%91%A4", "https://www.w3.org/TR/css-text-4/#valdef-hyphenate-limit-lines-none", "https://www.w3.org/TR/css-text-4/#valdef-hyphenate-limit-lines-always", @@ -934,8 +945,8 @@ "https://www.w3.org/TR/css-text-4/#overflow-wrap", "https://www.w3.org/TR/css-text-4/#propdef-overflow-wrap", "https://www.w3.org/TR/css-text-4/#propdef-word-wrap", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-wrapping%E2%91%A4", "https://www.w3.org/TR/css-text-4/#valdef-overflow-wrap-normal", @@ -974,15 +985,15 @@ "https://www.w3.org/TR/css-text-4/#text-align-property", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-align", "https://www.w3.org/TR/css-text-4/#propdef-text-align", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/css-text-4/#ref-for-string-value%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-text-4/#ref-for-string-value%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-shorthand-property%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-align-all", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-align-last", @@ -1062,14 +1073,14 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-align-all%E2%91%A3", "https://www.w3.org/TR/css-text-4/#text-align-all", "https://www.w3.org/TR/css-text-4/#propdef-text-align-all", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/css-text-4/#ref-for-string-value%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-text-4/#ref-for-string-value%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-align-match-parent%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-align%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-shorthand-property%E2%91%A1", @@ -1081,14 +1092,15 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-align-last%E2%91%A5", "https://www.w3.org/TR/css-text-4/#text-align-last", "https://www.w3.org/TR/css-text-4/#propdef-text-align-last", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A6", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-align-match-parent%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A7", "https://www.w3.org/TR/css-text-4/#valdef-text-align-last-auto", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-align-all%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-align-all%E2%91%A5", @@ -1099,10 +1111,10 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-justify%E2%91%A1", "https://www.w3.org/TR/css-text-4/#text-justify", "https://www.w3.org/TR/css-text-4/#propdef-text-justify", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-justify-distribute", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-align-justify%E2%91%A2", @@ -1222,11 +1234,11 @@ "https://www.w3.org/TR/css-text-4/#text-group-align-property", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-group-align", "https://www.w3.org/TR/css-text-4/#propdef-text-group-align", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-block-container%E2%91%A5", "https://www.w3.org/TR/css-text-4/#group-alignment", "https://www.w3.org/TR/css-text-4/#ref-for-in-flow", @@ -1266,7 +1278,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-spacing%E2%91%A4", "https://www.w3.org/TR/css-text-4/#word-spacing", "https://www.w3.org/TR/css-text-4/#propdef-word-spacing", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-typedef-length-percentage%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-font-size", "https://www.w3.org/TR/css-text-4/#valdef-word-spacing-normal", @@ -1283,7 +1295,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-letter-spacing%E2%91%A4", "https://www.w3.org/TR/css-text-4/#letter-spacing", "https://www.w3.org/TR/css-text-4/#propdef-letter-spacing", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-typedef-length-percentage%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-inline-box%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-font-size%E2%91%A2", @@ -1292,7 +1304,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-spacing%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-text-4/#valdef-letter-spacing-normal", - "https://www.w3.org/TR/css-text-4/#valdef-letter-spacing-length", + "https://www.w3.org/TR/css-text-4/#valdef-letter-spacing-length-percentage", "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-font-size%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-em%E2%91%A0", @@ -1302,7 +1314,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-dom-window-getcomputedstyle%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-letter-spacing-normal", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-letter-spacing%E2%91%A6", - "https://www.w3.org/TR/css-text-4/#ref-for-atomic-inline%E2%91%A1", + "https://www.w3.org/TR/css-text-4/#ref-for-atomic-inline%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-text-4/#example-7880704e", "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A0", @@ -1335,40 +1347,40 @@ "https://www.w3.org/TR/css-text-4/#ref-for-length-value%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-inline-box%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-letter-spacing%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-text-4/#ref-for-typographic-letter-unit%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-inline-box%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-inline-box%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-inline-level%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-css-text-sequence%E2%91%A1", - "https://www.w3.org/TR/css-text-4/#ref-for-atomic-inline%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-atomic-inline%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-justification-opportunity%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-text-4/#example-4c81cd27", "https://www.w3.org/TR/css-text-4/#line-padding-rendering", "https://www.w3.org/TR/css-text-4/#text-autospace-property", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-autospace%E2%91%A1", "https://www.w3.org/TR/css-text-4/#propdef-text-autospace", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A6%E2%91%A8", - "https://www.w3.org/TR/css-text-4/#ref-for-typedef-autospace", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/css-text-4/#ref-for-typedef-autospace", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-inline-formatting-context%E2%91%A1", "https://www.w3.org/TR/css-text-4/#typedef-autospace", "https://www.w3.org/TR/css-text-4/#ref-for-typedef-autospace%E2%91%A0", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/css-text-4/#valdef-text-autospace-normal", "https://www.w3.org/TR/css-text-4/#valdef-text-autospace-no-autospace", "https://www.w3.org/TR/css-text-4/#valdef-text-autospace-insert", - "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A3", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-autospace-insert", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-autospace-replace", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-autospace-insert%E2%91%A0", "https://www.w3.org/TR/css-text-4/#valdef-text-autospace-replace", "https://www.w3.org/TR/css-text-4/#ref-for-spaces%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-spaces%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A4", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-autospace-insert%E2%91%A1", "https://www.w3.org/TR/css-text-4/#valdef-text-autospace-ideograph-alpha", "https://www.w3.org/TR/css-text-4/#ref-for-ideographs", @@ -1389,42 +1401,40 @@ "https://www.w3.org/TR/css-text-4/#ref-for-margin", "https://www.w3.org/TR/css-text-4/#ref-for-border", "https://www.w3.org/TR/css-text-4/#ref-for-padding", - "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-normal", "https://www.w3.org/TR/css-text-4/#text-spacing-trim-property", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A1", "https://www.w3.org/TR/css-text-4/#propdef-text-spacing-trim", "https://www.w3.org/TR/css-text-4/#ref-for-typedef-spacing-trim", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-inline-formatting-context%E2%91%A2", "https://www.w3.org/TR/css-text-4/#typedef-spacing-trim", "https://www.w3.org/TR/css-text-4/#ref-for-typedef-spacing-trim%E2%91%A0", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-space-all", "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-normal", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-opening-punctuation", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-closing-punctuation", - "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-trim-auto", + "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-trim-both", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-opening-punctuation%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-closing-punctuation%E2%91%A0", "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-space-first", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-opening-punctuation%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-block-container%E2%91%A6", - "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A7", - "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-normal%E2%91%A0", - "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-auto", + "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A8", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-both", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-space-all", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-hanging-punctuation", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-indent", - "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-auto%E2%91%A0", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-both%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-hanging-punctuation%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-indent%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-normal", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-start", - "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-auto%E2%91%A1", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-both%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-space-all%E2%91%A0", "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-trim-start", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-opening-punctuation%E2%91%A2", @@ -1433,14 +1443,14 @@ "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-closing-punctuation%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-middle-dot-punctuation", "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-auto", - "https://www.w3.org/TR/css-text-4/#issue-f384d437", + "https://www.w3.org/TR/css-text-4/#issue-366d9875", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-auto", - "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-auto%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-both%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-space-all%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-normal%E2%91%A0", - "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-auto%E2%91%A3", - "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-start%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-space-first", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-start%E2%91%A0", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-both%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-all", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-auto%E2%91%A0", "https://www.w3.org/TR/css-text-4/#fullwidth-collapsing", @@ -1454,29 +1464,29 @@ "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-middle-dot-punctuation%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-closing-punctuation%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-font-size%E2%91%A5", - "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-closing-punctuation%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-closing-punctuation%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-middle-dot-punctuation%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-opening-punctuation%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-font-size%E2%91%A6", - "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A6", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-text-4/#example-eec02af5", "https://www.w3.org/TR/css-text-4/#text-spacing-classes", "https://www.w3.org/TR/css-text-4/#issue-fbe5fc02", "https://www.w3.org/TR/css-text-4/#ideographs", - "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-unicode-script%E2%91%A0", "https://www.w3.org/TR/css-text-4/#non-ideographic-letters", - "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A8", + "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-ideographs%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-orientation", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-combine-upright", "https://www.w3.org/TR/css-text-4/#non-ideographic-numerals", - "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-text-4/#ref-for-unicode-general-category%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-orientation%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-combine-upright%E2%91%A0", "https://www.w3.org/TR/css-text-4/#fullwidth-opening-punctuation", @@ -1498,12 +1508,12 @@ "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-closing-punctuation%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-fullwidth-middle-dot-punctuation%E2%91%A3", "https://www.w3.org/TR/css-text-4/#japanese-start-edges", - "https://www.w3.org/TR/css-text-4/#example-28377163", + "https://www.w3.org/TR/css-text-4/#example-74dbaaeb", "https://www.w3.org/TR/css-text-4/#text-spacing-property", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing%E2%91%A0", "https://www.w3.org/TR/css-text-4/#propdef-text-spacing", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-typedef-spacing-trim%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-typedef-autospace%E2%91%A1", @@ -1535,11 +1545,11 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-autospace%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing%E2%91%A1", "https://www.w3.org/TR/css-text-4/#boundary-shaping", - "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-margin%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-border%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-padding%E2%91%A0", - "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-vertical-align", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-alignment-baseline-baseline", "https://www.w3.org/TR/css-text-4/#ref-for-bidi-isolate", @@ -1568,7 +1578,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-logical-width", "https://www.w3.org/TR/css-text-4/#ref-for-intrinsic-size-contribution", "https://www.w3.org/TR/css-text-4/#valdef-text-indent-each-line", - "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A8", + "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-soft-wrap-break", "https://www.w3.org/TR/css-text-4/#valdef-text-indent-hanging", "https://www.w3.org/TR/css-text-4/#example-7dde3c71", @@ -1609,9 +1619,9 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-hanging-punctuation%E2%91%A2", "https://www.w3.org/TR/css-text-4/#hanging-punctuation", "https://www.w3.org/TR/css-text-4/#propdef-hanging-punctuation", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-text-4/#ref-for-comb-one%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-comb-any%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-hang%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-hanging-punctuation%E2%91%A3", @@ -1662,7 +1672,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-bidi-paragraph%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-inline-base-direction%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-line-box%E2%91%A4", - "https://www.w3.org/TR/css-text-4/#ref-for-atomic-inline%E2%91%A3", + "https://www.w3.org/TR/css-text-4/#ref-for-atomic-inline%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-inline-base-direction%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-direction%E2%91%A1", "https://www.w3.org/TR/css-text-4/#example-0a5e92f2", @@ -1684,7 +1694,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-collapsible-white-space%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-white-space%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-block", - "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-text-4/#default-stylesheet", "https://www.w3.org/TR/css-text-4/#example-a0119720", "https://www.w3.org/TR/css-text-4/#script-groups", @@ -1703,14 +1713,14 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-letter-spacing%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-unicode-script%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-cursive-script%E2%91%A3", - "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/css-text-4/#character-properties", "https://www.w3.org/TR/css-text-4/#unicode-east-asian-width", "https://www.w3.org/TR/css-text-4/#unicode-general-category", "https://www.w3.org/TR/css-text-4/#unicode-script", "https://www.w3.org/TR/css-text-4/#unicode-vertical-orientation", - "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-grapheme-cluster%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-grapheme-cluster%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-grapheme-cluster%E2%91%A5", @@ -1754,7 +1764,7 @@ "https://www.w3.org/TR/css-text-4/#phrase-boundary", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-space-transform%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-break%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-text-4/#ref-for-typographic-character-unit%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-word-separator%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-other-space-separators%E2%91%A7", "https://www.w3.org/TR/css-text-4/#boundary-outermost", @@ -1769,15 +1779,22 @@ "https://www.w3.org/TR/css-text-4/#priv", "https://www.w3.org/TR/css-text-4/#acknowledgements", "https://www.w3.org/TR/css-text-4/#changes", - "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-normal%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-both%E2%91%A4", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A4", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-line-clamp%E2%91%A0", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-transform-math-auto", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-transform%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-forced-line-break%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-normal%E2%91%A2", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-space-first%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-space-first%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap%E2%91%A2", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A4", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A6", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A0", @@ -1787,7 +1804,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-space-transform%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-word-space-transform%E2%91%A5", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-spacing-trim-trim-all%E2%91%A1", - "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-white-space-collapse-break-spaces%E2%91%A3", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space-collapse%E2%91%A0%E2%91%A4", @@ -1826,7 +1843,7 @@ "https://www.w3.org/TR/css-text-4/#ref-for-valdef-white-space-collapse-discard", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space-trim%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A7", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-wrap-style-balance%E2%91%A1", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-wrap-style-stable%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-valdef-text-wrap-style-pretty%E2%91%A1", @@ -1894,6 +1911,7 @@ "https://www.w3.org/TR/css-text-4/#2d8be2d9", "https://www.w3.org/TR/css-text-4/#00d2e365", "https://www.w3.org/TR/css-text-4/#e3488cd0", + "https://www.w3.org/TR/css-text-4/#8c4b9d8f", "https://www.w3.org/TR/css-text-4/#99a0ef70", "https://www.w3.org/TR/css-text-4/#3e692bb0", "https://www.w3.org/TR/css-text-4/#8fd8cc1b", @@ -1906,7 +1924,6 @@ "https://www.w3.org/TR/css-text-4/#6a444fd6", "https://www.w3.org/TR/css-text-4/#a5688715", "https://www.w3.org/TR/css-text-4/#0b73a963", - "https://www.w3.org/TR/css-text-4/#3c6faa01", "https://www.w3.org/TR/css-text-4/#bdb4e757", "https://www.w3.org/TR/css-text-4/#d73c993d", "https://www.w3.org/TR/css-text-4/#4fd7e54f", @@ -1958,11 +1975,11 @@ "https://www.w3.org/TR/css-text-4/#biblio-css-fonts-4", "https://www.w3.org/TR/css-text-4/#biblio-css-inline-3", "https://www.w3.org/TR/css-text-4/#biblio-css-overflow-3", + "https://www.w3.org/TR/css-text-4/#biblio-css-overflow-4", "https://www.w3.org/TR/css-text-4/#biblio-css-pseudo-4", "https://www.w3.org/TR/css-text-4/#biblio-css-ruby-1", "https://www.w3.org/TR/css-text-4/#biblio-css-sizing-3", "https://www.w3.org/TR/css-text-4/#biblio-css-text-3", - "https://www.w3.org/TR/css-text-4/#biblio-css-text-4", "https://www.w3.org/TR/css-text-4/#biblio-css-values-3", "https://www.w3.org/TR/css-text-4/#biblio-css-values-4", "https://www.w3.org/TR/css-text-4/#biblio-css-writing-modes-3", @@ -1973,6 +1990,7 @@ "https://www.w3.org/TR/css-text-4/#biblio-cssom-1", "https://www.w3.org/TR/css-text-4/#biblio-html", "https://www.w3.org/TR/css-text-4/#biblio-infra", + "https://www.w3.org/TR/css-text-4/#biblio-mathml-core", "https://www.w3.org/TR/css-text-4/#biblio-rfc2119", "https://www.w3.org/TR/css-text-4/#biblio-uax11", "https://www.w3.org/TR/css-text-4/#biblio-uax14", @@ -2018,11 +2036,11 @@ "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-indent%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-justify%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing%E2%91%A8", - "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-transform%E2%91%A7", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-transform%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A6", + "https://www.w3.org/TR/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space-collapse%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-text-4/#ref-for-propdef-white-space-trim%E2%91%A0%E2%91%A1", diff --git a/tr/index.json b/tr/index.json index 7a69721c1f71..263b1e09b5ca 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-05-29T01:28:00.687Z", + "date": "2024-05-30T01:26:35.487Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -641,7 +641,7 @@ }, "stats": { "crawled": 315, - "errors": 42 + "errors": 45 }, "crawler": "reffy-15.2.0", "results": [ @@ -689,7 +689,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "29 May 2024", + "date": "30 May 2024", "links": "links/av1-spec.json" }, { @@ -1839,11 +1839,11 @@ ], "crawled": "https://www.w3.org/TR/credential-management-1/", "crawlCacheInfo": { - "lastModified": "Thu, 23 May 2024 07:25:13 GMT" + "lastModified": "Wed, 29 May 2024 14:57:56 GMT" }, "generator": "bikeshed", - "date": "23 May 2024", - "revision": "bf8086a0a5c4de15ad7721ec96f4a4fe5eca512f", + "date": "29 May 2024", + "revision": "13d1574a8ea93e1cceb982f21d26014eff6c235c", "links": "links/credential-management-1.json", "refs": "refs/credential-management-1.json", "idl": "idl/credential-management.idl", @@ -7074,11 +7074,11 @@ ], "crawled": "https://www.w3.org/TR/css-text-4/", "crawlCacheInfo": { - "lastModified": "Mon, 19 Feb 2024 06:18:11 GMT" + "lastModified": "Wed, 29 May 2024 07:54:37 GMT" }, "generator": "bikeshed", - "date": "19 February 2024", - "revision": "1bc2e71bdf111890e915ed060be67f71516ba6ac", + "date": "29 May 2024", + "revision": "9b51281f5dbc06ca37a16fa4ad3c9e8ed2a3fc09", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", "css": "css/css-text-4.json", @@ -11999,7 +11999,8 @@ "idl": "idl/mediastream-recording.idl", "dfns": "dfns/mediastream-recording.json", "headings": "headings/mediastream-recording.json", - "ids": "ids/mediastream-recording.json" + "ids": "ids/mediastream-recording.json", + "error": "Error: Loading https://www.w3.org/TR/mediastream-recording/ triggered HTTP status 429\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:496:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:98:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:22)\n at async Promise.all (index 175)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:375:21)" }, { "url": "https://www.w3.org/TR/miniapp-lifecycle/", @@ -12052,7 +12053,8 @@ "refs": "refs/miniapp-lifecycle.json", "dfns": "dfns/miniapp-lifecycle.json", "headings": "headings/miniapp-lifecycle.json", - "ids": "ids/miniapp-lifecycle.json" + "ids": "ids/miniapp-lifecycle.json", + "error": "Error: Loading https://www.w3.org/TR/miniapp-lifecycle/ triggered HTTP status 429\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:496:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:98:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:22)\n at async Promise.all (index 176)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:375:21)" }, { "url": "https://www.w3.org/TR/miniapp-manifest/", @@ -12105,7 +12107,8 @@ "refs": "refs/miniapp-manifest.json", "dfns": "dfns/miniapp-manifest.json", "headings": "headings/miniapp-manifest.json", - "ids": "ids/miniapp-manifest.json" + "ids": "ids/miniapp-manifest.json", + "error": "Error: Loading https://www.w3.org/TR/miniapp-manifest/ triggered HTTP status 429\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:496:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:98:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:22)\n at async Promise.all (index 177)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:375:21)" }, { "url": "https://www.w3.org/TR/miniapp-packaging/", diff --git a/tr/links/credential-management-1.json b/tr/links/credential-management-1.json index 510e02627b70..0dda812dbc02 100644 --- a/tr/links/credential-management-1.json +++ b/tr/links/credential-management-1.json @@ -26,180 +26,24 @@ "https://developers.facebook.com/docs/facebook-login/v2.0": {}, "https://dom.spec.whatwg.org/": { "anchors": [ - "abortcontroller-api-integration", - "abortsignal", - "abortsignal-abort-reason", - "abortsignal-aborted", - "concept-tree-order" - ] - }, - "https://fedidcg.github.io/FedCM/": { - "anchors": [ - "identitycredential", - "dom-credentialrequestoptions-identity", - "identity-credentials-get" - ] - }, - "https://fetch.spec.whatwg.org/": { - "anchors": [ - "response", - "concept-request-client", - "concept-request-credentials-mode", - "concept-request-destination", - "dom-global-fetch", - "concept-request-initiator", - "request-service-workers-mode" + "abortcontroller-api-integration" ] }, + "https://fedidcg.github.io/FedCM/": {}, + "https://fetch.spec.whatwg.org/": {}, "https://github.com/jden/web-login": {}, "https://github.com/mozilla/id-specs/blob/prod/browserid/index.md": {}, "https://github.com/w3c/webappsec-credential-management": {}, "https://github.com/w3c/webappsec/issues/290": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/browsers.html": { - "anchors": [ - "ascii-serialisation-of-an-origin", - "concept-document-bc", - "same-origin" - ] - }, - "https://html.spec.whatwg.org/multipage/document-sequences.html": { - "anchors": [ - "nav-document", - "fully-active", - "node-navigable", - "nav-parent", - "top-level-browsing-context" - ] - }, - "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html": { - "anchors": [ - "autofill-detail-tokens", - "form-owner" - ] - }, - "https://html.spec.whatwg.org/multipage/forms.html": { - "anchors": [ - "htmlformelement", - "attr-fe-autocomplete", - "attr-fe-autocomplete-current-password", - "the-form-element", - "attr-fe-autocomplete-name", - "attr-fe-name", - "attr-fe-autocomplete-new-password", - "attr-fe-autocomplete-nickname", - "attr-fe-autocomplete-photo", - "dom-form-submit", - "category-submit", - "attr-fe-autocomplete-username" - ] - }, - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { - "anchors": [ - "allowed-to-use" - ] - }, - "https://html.spec.whatwg.org/multipage/infrastructure.html": { - "anchors": [ - "in-parallel" - ] - }, - "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { - "anchors": [ - "concept-document-window" - ] - }, - "https://html.spec.whatwg.org/multipage/origin.html": { - "anchors": [ - "concept-origin" - ] - }, - "https://html.spec.whatwg.org/multipage/system-state.html": { - "anchors": [ - "navigator" - ] - }, - "https://html.spec.whatwg.org/multipage/webappapis.html": { - "anchors": [ - "current-settings-object", - "dom-manipulation-task-source", - "environment-settings-object", - "concept-settings-object-global", - "concept-settings-object-origin", - "queue-a-task", - "concept-relevant-global", - "concept-relevant-realm", - "secure-context", - "concept-task" - ] - }, - "https://html.spec.whatwg.org/multipage/workers.html": { - "anchors": [ - "worker" - ] - }, - "https://infra.spec.whatwg.org/": { - "anchors": [ - "set-append", - "ascii-case-insensitive", - "list-contain", - "list-empty", - "map-exists", - "map-iterate", - "list-remove", - "ordered-set", - "list-size" - ] - }, + "https://infra.spec.whatwg.org/": {}, "https://lists.w3.org/Archives/Public/public-webappsec/": {}, "https://publicsuffix.org/": {}, - "https://publicsuffix.org/list/": {}, - "https://tc39.github.io/ecma262/": { - "anchors": [ - "sec-ordinary-object-internal-methods-and-internal-slots" - ] - }, "https://w3c.github.io/webappsec/usecases/credentialmanagement/": {}, - "https://webidl.spec.whatwg.org/": { - "anchors": [ - "idl-DOMException", - "idl-DOMString", - "Exposed", - "notallowederror", - "idl-promise", - "SameObject", - "SecureContext", - "exceptiondef-typeerror", - "idl-USVString", - "a-new-promise", - "a-promise-rejected-with", - "idl-boolean", - "dfn-dictionary-member", - "dfn-exception", - "dfn-identifier", - "dfn-inherit", - "dfn-interface-object", - "dfn-interface-prototype-object", - "dfn-perform-steps-once-promise-is-settled", - "reject", - "resolve", - "idl-sequence", - "dfn-throw", - "idl-undefined" - ] - }, - "https://wicg.github.io/web-otp": { - "anchors": [ - "otpcredential" - ] - }, + "https://webidl.spec.whatwg.org/": {}, "https://wicg.github.io/web-otp/": {}, "https://wicg.io/": {}, - "https://www.w3.org/2001/tag/doc/promises-guide": { - "anchors": [ - "should-promise-call" - ] - }, + "https://www.w3.org/2001/tag/doc/promises-guide": {}, "https://www.w3.org/2011/webappsec/": {}, "https://www.w3.org/2023/Process-20231103/": { "anchors": [ @@ -217,40 +61,15 @@ "https://www.w3.org/TR/CSP3/": {}, "https://www.w3.org/TR/SRI/": {}, "https://www.w3.org/TR/XMLHttpRequest/": {}, - "https://www.w3.org/TR/permissions-policy-1/": { - "anchors": [ - "policy-controlled-feature" - ] - }, - "https://www.w3.org/TR/secure-contexts/": { - "anchors": [ - "potentially-trustworthy-url" - ] - }, + "https://www.w3.org/TR/permissions-policy-1/": {}, + "https://www.w3.org/TR/secure-contexts/": {}, "https://www.w3.org/TR/webauthn-1/": {}, - "https://www.w3.org/TR/webauthn-3/": { - "anchors": [ - "publickeycredential", - "dom-publickeycredential-create-slot", - "dom-publickeycredential-discoverfromexternalsource-slot", - "dom-credentialcreationoptions-publickey", - "dom-credentialrequestoptions-publickey", - "publickey-credentials-create-feature", - "publickey-credentials-get-feature" - ] - }, + "https://www.w3.org/TR/webauthn-3/": {}, "https://www.w3.org/blog/webauthn/": {}, "https://www.w3.org/community/fed-id/": {}, "https://www.w3.org/groups/wg/webappsec": {}, "https://www.w3.org/groups/wg/webappsec/ipr": {}, - "https://xhr.spec.whatwg.org/": { - "anchors": [ - "interface-formdata", - "xmlhttprequest", - "dom-formdata-get", - "dom-formdata-has" - ] - } + "https://xhr.spec.whatwg.org/": {} }, "autolinks": { "https://dom.spec.whatwg.org/": { diff --git a/tr/links/css-text-4.json b/tr/links/css-text-4.json index 50881a9d879e..77da4490cfe6 100644 --- a/tr/links/css-text-4.json +++ b/tr/links/css-text-4.json @@ -45,6 +45,8 @@ "https://dom.spec.whatwg.org/": {}, "https://github.com/w3c/browser-specs/issues/8273": {}, "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/10161": {}, + "https://github.com/w3c/csswg-drafts/issues/10186": {}, "https://github.com/w3c/csswg-drafts/issues/1484": {}, "https://github.com/w3c/csswg-drafts/issues/2165": {}, "https://github.com/w3c/csswg-drafts/issues/2397": {}, @@ -52,6 +54,7 @@ "https://github.com/w3c/csswg-drafts/issues/318": {}, "https://github.com/w3c/csswg-drafts/issues/4246": {}, "https://github.com/w3c/csswg-drafts/issues/448": {}, + "https://github.com/w3c/csswg-drafts/issues/5386": {}, "https://github.com/w3c/csswg-drafts/issues/6091": {}, "https://github.com/w3c/csswg-drafts/issues/6309": {}, "https://github.com/w3c/csswg-drafts/issues/6542": {}, @@ -70,6 +73,7 @@ "https://github.com/w3c/csswg-drafts/issues/8482": {}, "https://github.com/w3c/csswg-drafts/issues/8972": {}, "https://github.com/w3c/csswg-drafts/issues/9225": {}, + "https://github.com/w3c/csswg-drafts/issues/9310": {}, "https://github.com/w3c/csswg-drafts/issues/9503": {}, "https://github.com/w3c/csswg-drafts/issues/9511": {}, "https://github.com/w3c/csswg-drafts/issues/9532": {}, @@ -139,6 +143,7 @@ "https://www.w3.org/TR/2023/WD-css-text-4-20230301/": {}, "https://www.w3.org/TR/2023/WD-css-text-4-20230329/": {}, "https://www.w3.org/TR/2023/WD-css-text-4-20231020/": {}, + "https://www.w3.org/TR/2024/WD-css-text-4-20240219/": {}, "https://www.w3.org/TR/CSS/": { "anchors": [ "future-proofing", @@ -192,6 +197,7 @@ "https://www.w3.org/TR/css-fonts-4/": {}, "https://www.w3.org/TR/css-inline-3/": {}, "https://www.w3.org/TR/css-overflow-3/": {}, + "https://www.w3.org/TR/css-overflow-4/": {}, "https://www.w3.org/TR/css-pseudo-4/": {}, "https://www.w3.org/TR/css-ruby-1/": { "anchors": [ @@ -204,7 +210,6 @@ "changes" ] }, - "https://www.w3.org/TR/css-text-4/": {}, "https://www.w3.org/TR/css-text-decor-3/": { "anchors": [ "line-decoration", @@ -242,6 +247,11 @@ }, "https://www.w3.org/TR/ilreq/": {}, "https://www.w3.org/TR/jlreq/": {}, + "https://www.w3.org/TR/mathml-core/": { + "anchors": [ + "new-text-transform-values" + ] + }, "https://www.w3.org/TR/typography/": { "anchors": [ "blocks_paragraphs" @@ -368,6 +378,11 @@ "scrollable-overflow" ] }, + "https://www.w3.org/TR/css-overflow-4/": { + "anchors": [ + "propdef-line-clamp" + ] + }, "https://www.w3.org/TR/css-pseudo-4/": { "anchors": [ "first-formatted-line" @@ -396,11 +411,6 @@ "valdef-white-space-break-spaces" ] }, - "https://www.w3.org/TR/css-text-4/": { - "anchors": [ - "valdef-text-spacing-normal" - ] - }, "https://www.w3.org/TR/css-values-4/": { "anchors": [ "css-wide-keywords", diff --git a/tr/refs/css-text-4.json b/tr/refs/css-text-4.json index cc18ef83a3e4..e20f1c78b0d9 100644 --- a/tr/refs/css-text-4.json +++ b/tr/refs/css-text-4.json @@ -41,6 +41,10 @@ "name": "CSS-OVERFLOW-3", "url": "https://www.w3.org/TR/css-overflow-3/" }, + { + "name": "CSS-OVERFLOW-4", + "url": "https://www.w3.org/TR/css-overflow-4/" + }, { "name": "CSS-PSEUDO-4", "url": "https://www.w3.org/TR/css-pseudo-4/" @@ -57,10 +61,6 @@ "name": "CSS-TEXT-3", "url": "https://www.w3.org/TR/css-text-3/" }, - { - "name": "CSS-TEXT-4", - "url": "https://www.w3.org/TR/css-text-4/" - }, { "name": "CSS-VALUES-3", "url": "https://www.w3.org/TR/css-values-3/" @@ -101,6 +101,10 @@ "name": "INFRA", "url": "https://infra.spec.whatwg.org/" }, + { + "name": "MATHML-CORE", + "url": "https://www.w3.org/TR/mathml-core/" + }, { "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119"